Skip to content

Commit

Permalink
Removed unused dependencies and fix the generation of connid-connecto…
Browse files Browse the repository at this point in the history
…r-server zip file
  • Loading branch information
mdisabatino committed Dec 16, 2013
1 parent b18cc7c commit f1639dc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 158 deletions.
4 changes: 1 addition & 3 deletions connector-server-zip/src/assembly/zip.xml
Expand Up @@ -60,9 +60,7 @@
<outputDirectory>/connid-connector-server/lib/framework</outputDirectory>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
<includes>
<include>org.identityconnectors.framework:*</include>
<include>org.slf4j:*</include>
<include>ch.qos.logback:*</include>
<include>org.connid:connid-framework*</include>
<include>org.codehaus.groovy:groovy-all</include>
</includes>
</dependencySet>
Expand Down
Expand Up @@ -64,13 +64,9 @@ rem Only Java 6 supports wildcard (*)
rem set CP="lib/*;lib/framework/*"

rem setup the classpath
set CP=lib\framework\connector-framework.jar
set CP=%CP%;lib\framework\connector-framework-internal.jar
set CP=lib\framework\connid-framework.jar
set CP=%CP%;lib\framework\connid-framework-internal.jar
set CP=%CP%;lib\framework\groovy-all.jar
set CP=%CP%;lib\framework\icfl-over-slf4j.jar
set CP=%CP%;lib\framework\slf4j-api.jar
set CP=%CP%;lib\framework\logback-core.jar
set CP=%CP%;lib\framework\logback-classic.jar

echo %CP%

Expand Down
Expand Up @@ -63,4 +63,4 @@ connectorserver.key=lmA6bMfENJGlIDbfrVtklXFK32s\=
##
## Logger class.
##
connectorserver.loggerClass=org.identityconnectors.common.logging.slf4j.SLF4JLog
connectorserver.loggerClass=org.identityconnectors.common.logging.impl.JDKLogger
36 changes: 0 additions & 36 deletions connector-server-zip/src/main/resources/lib/logback.groovy

This file was deleted.

112 changes: 0 additions & 112 deletions connector-server-zip/src/main/resources/lib/logback.xml

This file was deleted.

0 comments on commit f1639dc

Please sign in to comment.