Skip to content

Commit

Permalink
Added slf4j to the tools classpath to shut up sardine
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Mar 16, 2012
1 parent 10a4f9c commit 855f4c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/ceylonc
Expand Up @@ -30,6 +30,7 @@ JAVA_CP="$JAVA_CP:$CEYLON_REPO/com/redhat/ceylon/module-resolver/$CEYLON_VERSION
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/antlr-3.4-complete.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/sardine-314.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/slf4j-api-1.6.1.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/slf4j-simple-1.6.1.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/httpclient-4.1.1.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/httpcore-4.1.1.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/commons-logging-1.1.1.jar"
Expand Down
1 change: 1 addition & 0 deletions bin/ceylonc.bat
Expand Up @@ -14,6 +14,7 @@ set "JAVA_CP=%JAVA_CP%;%CEYLON_REPO%\com\redhat\ceylon\module-resolver\%CEYLON_V
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\antlr-3.4-complete.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\sardine-314.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\slf4j-api-1.6.1.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\slf4j-simple-1.6.1.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\httpclient-4.1.1.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\httpcore-4.1.1.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\commons-logging-1.1.1.jar"
Expand Down
1 change: 1 addition & 0 deletions bin/ceylond
Expand Up @@ -31,6 +31,7 @@ JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/antlr-3.4-complete.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/markdownj-core-faf3bf83000.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/sardine-314.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/slf4j-api-1.6.1.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/slf4j-simple-1.6.1.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/httpclient-4.1.1.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/httpcore-4.1.1.jar"
JAVA_CP="$JAVA_CP:$CEYLON_HOME/lib/commons-logging-1.1.1.jar"
Expand Down
1 change: 1 addition & 0 deletions bin/ceylond.bat
Expand Up @@ -16,6 +16,7 @@ set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\antlr-3.4-complete.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\markdownj-core-faf3bf83000.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\sardine-314.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\slf4j-api-1.6.1.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\slf4j-simple-1.6.1.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\httpclient-4.1.1.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\httpcore-4.1.1.jar"
set "JAVA_CP=%JAVA_CP%;%CEYLON_HOME%\lib\commons-logging-1.1.1.jar"
Expand Down

0 comments on commit 855f4c3

Please sign in to comment.