From: <id...@us...> - 2006-05-15 14:11:40
|
Revision: 6 Author: idueppe Date: 2006-05-15 07:11:33 -0700 (Mon, 15 May 2006) ViewCVS: http://svn.sourceforge.net/openuss/?rev=6&view=rev Log Message: ----------- setup openuss 3.0 trunk Added Paths: ----------- trunk/openuss/foundation/ trunk/openuss/foundation/foundation-core/ trunk/openuss/foundation/foundation-core/.classpath trunk/openuss/foundation/foundation-core/.project Added: trunk/openuss/foundation/foundation-core/.classpath =================================================================== --- trunk/openuss/foundation/foundation-core/.classpath (rev 0) +++ trunk/openuss/foundation/foundation-core/.classpath 2006-05-15 14:11:33 UTC (rev 6) @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" path="src/test/java"/> + <classpathentry kind="src" path="target/src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry sourcepath="M2_REPO/commons-lang/commons-lang/2.1/commons-lang-2.1-sources.jar" kind="var" path="M2_REPO/commons-lang/commons-lang/2.1/commons-lang-2.1.jar"/> + <classpathentry sourcepath="/M2_REPO/org/springframework/spring/2.0-m1/spring-2.0-m1-sources.jar" kind="var" path="M2_REPO/org/springframework/spring/2.0-m1/spring-2.0-m1.jar"/> + <classpathentry sourcepath="M2_REPO/junit/junit/3.8.2/junit-3.8.2-sources.jar" kind="var" path="M2_REPO/junit/junit/3.8.2/junit-3.8.2.jar"/> + <classpathentry sourcepath="M2_REPO/javax/transaction/jta/1.0.1B/jta-1.0.1B-sources.jar" kind="var" path="M2_REPO/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar"/> + <classpathentry sourcepath="M2_REPO/org/springframework/spring-mock/2.0-m1/spring-mock-2.0-m1-sources.jar" kind="var" path="M2_REPO/org/springframework/spring-mock/2.0-m1/spring-mock-2.0-m1.jar"/> + <classpathentry sourcepath="M2_REPO/antlr/antlr/2.7.6rc1/antlr-2.7.6rc1-sources.jar" kind="var" path="M2_REPO/antlr/antlr/2.7.6rc1/antlr-2.7.6rc1.jar"/> + <classpathentry sourcepath="M2_REPO/ehcache/ehcache/1.1/ehcache-1.1-sources.jar" kind="var" path="M2_REPO/ehcache/ehcache/1.1/ehcache-1.1.jar"/> + <classpathentry kind="src" path="/foundation-api"/> + <classpathentry sourcepath="M2_REPO/opensymphony/oscache/2.1.1/oscache-2.1.1-sources.jar" kind="var" path="M2_REPO/opensymphony/oscache/2.1.1/oscache-2.1.1.jar"/> + <classpathentry sourcepath="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar" kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"/> + <classpathentry sourcepath="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar" kind="var" path="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/> + <classpathentry sourcepath="M2_REPO/org/hibernate/hibernate/3.1.2/hibernate-3.1.2-sources.jar" kind="var" path="M2_REPO/org/hibernate/hibernate/3.1.2/hibernate-3.1.2.jar"/> + <classpathentry kind="var" path="M2_REPO/jaybird/jaybird-full/2.0.1/jaybird-full-2.0.1.jar"/> + <classpathentry sourcepath="M2_REPO/org/springframework/spring-hibernate3/2.0-m1/spring-hibernate3-2.0-m1-sources.jar" kind="var" path="M2_REPO/org/springframework/spring-hibernate3/2.0-m1/spring-hibernate3-2.0-m1.jar"/> + <classpathentry sourcepath="M2_REPO/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0-sources.jar" kind="var" path="M2_REPO/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"/> + <classpathentry sourcepath="M2_REPO/cglib/cglib/2.1_3/cglib-2.1_3-sources.jar" kind="var" path="M2_REPO/cglib/cglib/2.1_3/cglib-2.1_3.jar"/> + <classpathentry sourcepath="M2_REPO/asm/asm/1.5.3/asm-1.5.3-sources.jar" kind="var" path="M2_REPO/asm/asm/1.5.3/asm-1.5.3.jar"/> + <classpathentry sourcepath="M2_REPO/commons-collections/commons-collections/2.1.1/commons-collections-2.1.1-sources.jar" kind="var" path="M2_REPO/commons-collections/commons-collections/2.1.1/commons-collections-2.1.1.jar"/> + <classpathentry kind="output" path="target/classes"/> +</classpath> Added: trunk/openuss/foundation/foundation-core/.project =================================================================== --- trunk/openuss/foundation/foundation-core/.project (rev 0) +++ trunk/openuss/foundation/foundation-core/.project 2006-05-15 14:11:33 UTC (rev 6) @@ -0,0 +1,16 @@ +<projectDescription> + <name>foundation-core</name> + <comment/> + <projects> + <project>foundation-api</project> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments/> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |