Removing shale-remoting dependency

This commit is contained in:
Jeremy Grelle
2007-10-12 21:59:27 +00:00
parent e26e7c3203
commit 8e092e16b6
2 changed files with 3 additions and 5 deletions

View File

@@ -20,9 +20,8 @@
<classpathentry kind="lib" path="lib/buildtime/el-api.jar"/>
<classpathentry kind="lib" path="lib/buildtime/log4j.jar"/>
<classpathentry kind="lib" path="lib/buildtime/logkit.jar"/>
<classpathentry kind="lib" path="lib/buildtime/myfaces-api.jar"/>
<classpathentry kind="lib" path="lib/buildtime/myfaces-impl.jar"/>
<classpathentry kind="lib" path="lib/buildtime/shale-remoting.jar"/>
<classpathentry kind="lib" path="lib/buildtime/myfaces-api.jar" sourcepath="/Users/jgrelle/Desktop/myfaces-api-1.2.0-sources.jar"/>
<classpathentry kind="lib" path="lib/buildtime/myfaces-impl.jar" sourcepath="/Users/jgrelle/Desktop/myfaces-impl-1.2.0-sources.jar"/>
<classpathentry kind="lib" path="lib/test/easymock.jar"/>
<classpathentry kind="lib" path="lib/test/jboss-el.jar"/>
<classpathentry kind="lib" path="lib/test/junit.jar"/>

View File

@@ -33,8 +33,7 @@
<dependency org="commons-codec" name="commons-codec" rev="1.3" conf="buildtime, jsf12->default" />
<dependency org="commons-discovery" name="commons-discovery" rev="0.4" conf="buildtime, jsf12->default" />
<dependency org="commons-collections" name="commons-collections" rev="3.2" conf="buildtime, jsf12->default" />
<dependency org="org.apache.shale" name="shale-remoting" rev="1.0.4" conf="buildtime, jsf12->default" />
<!-- test dependencies -->
<dependency org="junit" name="junit" rev="3.8.2" conf="test->default" />
<dependency org="log4j" name="log4j" rev="1.2.14" conf="test->default" />