diff --git a/.gitignore b/.gitignore index 0f182a0..752d19c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,37 @@ *.class -# Package Files # +# Package Files *.jar *.war *.ear + +# Maven Files +target/ + +# Intellij +.idea/ +*.iml +*.iws +*.eml +out/ + +# Eclipse +*.pydevproject +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath +.classpath +.project +RemoteSystemsTempFiles/ +.externalToolBuilders/ +*.launch +.cproject +.buildpath +*.userlibraries \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0b548d2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: java +jdk: + - openjdk7 + - oraclejdk7 + - oraclejdk8 \ No newline at end of file diff --git a/README.md b/README.md index 97d49e9..3158941 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,5 @@ Welcome to the Home of ESAPI 3.x News ========== -2 Sept 2014 - We are gearing up to get some great stuff done at AppSecUSA in Denver this month. We'll be announcing our schedule and where we'll be at the conference soon! Stay tuned! - -For more information on ESAPI or information on ESAPI 2.x please visit our wiki page at https://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API +For more information on ESAPI or information on ESAPI 2.x please visit our wiki page at https://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API \ No newline at end of file