Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tomcat7 #6

Merged
merged 2 commits into from
Jul 11, 2012
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Next Next commit
Merged all recent code changes to tomcat 7 base
Full source based dropped in place.  Please note that differences are in
line breaks.  It appears that both eclipse and git hub gui will remove
formats for line break that show as squigly square.  Other than that,
code is the same in most locations.  Also, tomcat base updated from
7.0.4 to 7.0.29.  Some methods were removed as they were deprectated.
Others were retained due to usage currently.
  • Loading branch information
hazendaz committed Jul 10, 2012
commit d4f1c395dc9f3867dd609ad4c1e0c1c11418fd6e
61 changes: 32 additions & 29 deletions Source/JNAWindowsAuthProvider/.classpath
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn|**/.svn/*" kind="src" path="src"/>
<classpathentry excluding="**/.svn|**/.svn/*" kind="src" path="src-test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="lib" path="/ThirdParty/jna/jna.jar"/>
<classpathentry kind="lib" path="/ThirdParty/jna/platform.jar"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/lib/catalina.jar" sourcepath="C:/Users/dblock/Source/Misc/tomcat/tc7/java"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/lib/tomcat-coyote.jar"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/bin/tomcat-juli.jar"/>
<classpathentry kind="lib" path="/ThirdParty/commons-logging/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="/ThirdParty/groboutils/lib/GroboUtils-5-core.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring-security/dist/spring-security-core-3.0.3.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring-security/dist/spring-security-web-3.0.3.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.web-3.0.3.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.beans-3.0.3.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.context-3.0.3.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.core-3.0.3.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.asm-3.0.3.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring-security/dist/spring-security-config-3.0.3.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.aop-3.0.3.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.expression-3.0.3.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/guava/guava-r07.jar"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/lib/tomcat-api.jar"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/lib/tomcat-util.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn|**/.svn/*" kind="src" path="src"/>
<classpathentry excluding="**/.svn|**/.svn/*" kind="src" path="src-test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/ThirdParty/junit/junit-4.10.jar" sourcepath="/ThirdParty/junit/junit-4.10-src.jar"/>
<classpathentry kind="lib" path="/ThirdParty/jna/jna.jar"/>
<classpathentry kind="lib" path="/ThirdParty/jna/platform.jar"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/lib/catalina.jar" sourcepath="C:/Users/dblock/Source/Misc/tomcat/tc7/java"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/lib/tomcat-coyote.jar"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/bin/tomcat-juli.jar"/>
<classpathentry kind="lib" path="/ThirdParty/slf4j/slf4j-api-1.6.6.jar"/>
<classpathentry kind="lib" path="/ThirdParty/slf4j/jcl-over-slf4j-1.6.6.jar"/>
<classpathentry kind="lib" path="/ThirdParty/groboutils/lib/GroboUtils-5-core.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring-security/dist/spring-security-core-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring-security/dist/spring-security-web-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.web-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.beans-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.context-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.core-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.asm-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring-security/dist/spring-security-config-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.aop-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/spring/dist/org.springframework.expression-3.1.1.RELEASE.jar"/>
<classpathentry kind="lib" path="/ThirdParty/guava/guava-12.0.jar"/>
<classpathentry kind="lib" path="/ThirdParty/logback/logback-classic-1.0.6.jar"/>
<classpathentry kind="lib" path="/ThirdParty/logback/logback-core-1.0.6.jar"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/lib/tomcat-api.jar"/>
<classpathentry kind="lib" path="/ThirdParty/tomcat/lib/tomcat-util.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Loading