1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Initial Maven support, thanks to Carlos Sanchez.

This commit is contained in:
Ben Alex
2004-06-08 23:46:41 +00:00
parent b3e2d78c5d
commit 12c58006b0
6 changed files with 324 additions and 8 deletions
+3 -3
View File
@@ -6,7 +6,6 @@
<classpathentry kind="src" path="samples/attributes/src"/>
<classpathentry kind="src" path="integration-test/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/aop-alliance/aopalliance.jar"/>
<classpathentry kind="lib" path="lib/jakarta-commons/commons-logging.jar"/>
<classpathentry kind="lib" path="lib/j2ee/servlet.jar"/>
<classpathentry kind="lib" path="lib/junit/junit.jar"/>
@@ -21,8 +20,9 @@
<classpathentry kind="lib" path="lib/regexp/jakarta-oro.jar"/>
<classpathentry kind="lib" path="lib/jakarta-commons/commons-codec.jar"/>
<classpathentry kind="lib" path="lib/hsqldb/hsqldb.jar"/>
<classpathentry kind="lib" path="lib/cas/cas.jar"/>
<classpathentry kind="lib" path="lib/cas/casclient.jar"/>
<classpathentry kind="lib" path="lib/ehcache/ehcache.jar"/>
<classpathentry kind="lib" path="lib/aopalliance/aopalliance-1.0.jar"/>
<classpathentry kind="lib" path="lib/cas/cas-2.0.12-beta3.jar"/>
<classpathentry kind="lib" path="lib/cas/casclient-2.0.10.jar"/>
<classpathentry kind="output" path="target/eclipseclasses"/>
</classpath>