From: <id...@us...> - 2006-05-15 16:35:23
|
Revision: 24 Author: idueppe Date: 2006-05-15 09:35:14 -0700 (Mon, 15 May 2006) ViewCVS: http://svn.sourceforge.net/openuss/?rev=24&view=rev Log Message: ----------- setup openuss 3.0 trunk Modified Paths: -------------- trunk/openuss/foundation/foundation-core/.classpath trunk/openuss/foundation/foundation-core/build.xml Modified: trunk/openuss/foundation/foundation-core/.classpath =================================================================== --- trunk/openuss/foundation/foundation-core/.classpath 2006-05-15 16:12:54 UTC (rev 23) +++ trunk/openuss/foundation/foundation-core/.classpath 2006-05-15 16:35:14 UTC (rev 24) @@ -5,4 +5,23 @@ <classpathentry kind="src" path="target/src"/> <classpathentry kind="output" path="target/classes"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.2/junit-3.8.2.jar" sourcepath="M2_REPO/junit/junit/3.8.2/junit-3.8.2-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/ehcache/ehcache/1.1/ehcache-1.1.jar" sourcepath="M2_REPO/ehcache/ehcache/1.1/ehcache-1.1-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/org/hibernate/hibernate/3.1.3/hibernate-3.1.3.jar" sourcepath="M2_REPO/org/hibernate/hibernate/3.1.3/hibernate-3.1.3-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/2.1.1/commons-collections-2.1.1.jar" sourcepath="M2_REPO/commons-collections/commons-collections/2.1.1/commons-collections-2.1.1-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/asm/asm-attrs/1.5.3/asm-attrs-1.5.3.jar" sourcepath="M2_REPO/asm/asm-attrs/1.5.3/asm-attrs-1.5.3-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/org/springframework/spring/2.0-m4/spring-2.0-m4.jar" sourcepath="M2_REPO/org/springframework/spring/2.0-m4/spring-2.0-m4-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/org/springframework/spring-hibernate3/2.0-m1/spring-hibernate3-2.0-m1.jar" sourcepath="M2_REPO/org/springframework/spring-hibernate3/2.0-m1/spring-hibernate3-2.0-m1-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/opensymphony/oscache/2.1.1/oscache-2.1.1.jar" sourcepath="M2_REPO/opensymphony/oscache/2.1.1/oscache-2.1.1-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar" sourcepath="M2_REPO/javax/transaction/jta/1.0.1B/jta-1.0.1B-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/org/springframework/spring-mock/2.0-m1/spring-mock-2.0-m1.jar" sourcepath="M2_REPO/org/springframework/spring-mock/2.0-m1/spring-mock-2.0-m1-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/asm/asm/1.5.3/asm-1.5.3.jar" sourcepath="M2_REPO/asm/asm/1.5.3/asm-1.5.3-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar" sourcepath="M2_REPO/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar" sourcepath="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/cglib/cglib/2.1_3/cglib-2.1_3.jar" sourcepath="M2_REPO/cglib/cglib/2.1_3/cglib-2.1_3-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/jaybird/jaybird-full/2.0.1/jaybird-full-2.0.1.jar" sourcepath="M2_REPO/jaybird/jaybird-full/2.0.1/jaybird-full-2.0.1-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/antlr/antlr/2.7.6rc1/antlr-2.7.6rc1.jar" sourcepath="M2_REPO/antlr/antlr/2.7.6rc1/antlr-2.7.6rc1-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.1/commons-lang-2.1.jar" sourcepath="M2_REPO/commons-lang/commons-lang/2.1/commons-lang-2.1-sources.jar"/> + <classpathentry kind="var" path="M2_REPO/org/openuss/foundation/foundation-api/3.0-SNAPSHOT/foundation-api-3.0-SNAPSHOT.jar" sourcepath="M2_REPO/org/openuss/foundation/foundation-api/3.0-SNAPSHOT/foundation-api-3.0-SNAPSHOT-sources.jar"/> </classpath> \ No newline at end of file Modified: trunk/openuss/foundation/foundation-core/build.xml =================================================================== --- trunk/openuss/foundation/foundation-core/build.xml 2006-05-15 16:12:54 UTC (rev 23) +++ trunk/openuss/foundation/foundation-core/build.xml 2006-05-15 16:35:14 UTC (rev 24) @@ -1,24 +1,24 @@ <project name="openuss :: foundation :: core :: build" default="install" basedir="."> <target name="compile"> <exec executable="mvn.bat"> - <arg line="install"/> + <arg line="install" /> </exec> </target> <target name="clean"> <exec executable="mvn.bat"> - <arg line="clean"/> + <arg line="clean" /> </exec> </target> <target name="install"> <exec executable="mvn.bat"> - <arg line="install"/> + <arg line="install" /> </exec> </target> <target name="eclipse"> <exec executable="mvn.bat"> - <arg line="eclipse:eclipse"/> - <arg line="-Declipse.downloadSources=true"/> + <arg line="eclipse:clean eclipse:eclipse" /> + <arg line="-DdownloadSources=true" /> </exec> </target> - + </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |