changeset 840:54b96842f43c

Fix various bundle resolution errors. The symlink for commons-codec.jar was pointing nowhere. Reviewed-by: omajid, ebaron Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-December/004566.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Tue, 11 Dec 2012 16:02:58 +0100
parents b99988e68839
children 2e52ed806ce2
files distribution/pom.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/pom.xml	Tue Dec 11 16:00:50 2012 +0100
+++ b/distribution/pom.xml	Tue Dec 11 16:02:58 2012 +0100
@@ -214,7 +214,7 @@
             <configuration>
               <target>
                 <symlink link="${project.build.directory}/libs/commons-codec.jar"
-                         resource="${project.build.directory}/libs/commons-codec-1.7.jar" />
+                         resource="${project.build.directory}/libs/org.apache.servicemix.bundles.commons-codec-1.3_5.jar" />
                 <symlink link="${project.build.directory}/libs/netty.jar"
                          resource="${project.build.directory}/libs/netty-3.2.4.Final.jar" />
                 <symlink link="${project.build.directory}/libs/jline2.jar"