-
Notifications
You must be signed in to change notification settings - Fork 186
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
Slf4j #3
Merged
Merged
Slf4j #3
Changes from 18 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
da0dd08
Added 3rd Party Jars
hazendaz ad91a45
Added sample logback.xml to all demos
hazendaz da696de
Converted commons-logging to slf4j
hazendaz c83bdc1
Converted commons logging to slf4j
hazendaz 2410742
Updated junit, guava, slf4j, ,logback
hazendaz 647681f
Added jcl to slf4j for spring
hazendaz b1fd76a
Added jcl over slf4j for spring note
hazendaz d5b39b3
Updated changelog
hazendaz 5d5694b
Moved github note
hazendaz 4423c60
Updated to match master
hazendaz ef20dd3
Code Cleanup
hazendaz c32487c
Resync only
hazendaz b9aff91
Updated to tomcat 6.0.35
hazendaz bb87857
Removed
hazendaz b18440d
Replaced commons-logging with slf4j
hazendaz 9921f31
Removed commons-logging.
hazendaz 4ee1052
Added full slf4j / logback jars
hazendaz 1d4cb10
Note about tomcat update 6.0.35
hazendaz 1966fcd
Fixed jar location
hazendaz 1691ddf
Updated comcat as pull 3
hazendaz d3a84ec
re-commit
hazendaz 132dfa4
Merge branch 'master' into slf4j
hazendaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
<?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/tc6"/> | ||
<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="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/junit4.10/junit-4.10.jar" sourcepath="/ThirdParty/junit/junit4.10/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/tc6"/> | ||
<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-1.6.6/slf4j-api-1.6.6.jar"/> | ||
<classpathentry kind="lib" path="C:/Users/Jeremy Landis/My Programs/Java/slf4j/slf4j-1.6.6/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.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-12.0.jar"/> | ||
<classpathentry kind="lib" path="/ThirdParty/logback/logback-1.0.6/logback-classic-1.0.6.jar"/> | ||
<classpathentry kind="lib" path="/ThirdParty/logback/logback-1.0.6/logback-core-1.0.6.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a
ThirdParty
path, not an absolute path toC:/Users/Jeremy Landis/...
.