[Ts2-pm-deve] ts2-pm/ts2-pm-core .classpath,1.5,1.6 .project,1.1,1.2
Status: Pre-Alpha
Brought to you by:
nchalumeau
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:39
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648/ts2-pm-core Modified Files: .classpath .project Log Message: o maven-2.0-alpha2 support o eclipse project descriptor are generate by m2 Index: .project =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .project 28 Apr 2005 18:13:27 -0000 1.1 --- .project 13 May 2005 19:44:29 -0000 1.2 *************** *** 1,15 **** - <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> <name>ts2-pm-core</name> ! <comment> ! </comment> ! <projects> ! </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> ! <arguments> ! </arguments> </buildCommand> </buildSpec> --- 1,10 ---- <projectDescription> <name>ts2-pm-core</name> ! <comment>ts2-pm core</comment> ! <projects/> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> ! <arguments/> </buildCommand> </buildSpec> Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/.classpath,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** .classpath 12 May 2005 18:42:32 -0000 1.5 --- .classpath 13 May 2005 19:44:29 -0000 1.6 *************** *** 1,14 **** - <?xml version="1.0" encoding="UTF-8"?> <classpath> ! <classpathentry kind="src" path="src/main/java"/> ! <classpathentry output="target/test-classes" kind="src" path="src/test/java"/> ! <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/> ! <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> ! <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-api-1.0.4.jar"/> ! <classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/net/sf/ts2/pm/ts2-pm-settings/0.1-SNAPSHOT/ts2-pm-settings-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/net/sf/ts2/pm/ts2-pm-artifact/0.1-SNAPSHOT/ts2-pm-artifact-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/net/sf/ts2/pm/ts2-pm-descriptor/0.1-SNAPSHOT/ts2-pm-descriptor-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/net/sf/ts2/pm/ts2-pm-model/0.1-SNAPSHOT/ts2-pm-model-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="output" path="target/classes"/> ! </classpath> --- 1,20 ---- <classpath> ! <classpathentry kind="src" path="src/main/java"/> ! <classpathentry kind="src" path="src/main/resources"/> ! <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> ! <classpathentry kind="src" path="src/test/resources" output="target/test-classes"/> ! <classpathentry kind="output" path="target/classes"/> ! <classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB" sourcepath="JRE_SRC"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-descriptor/0.1-SNAPSHOT/ts2-pm-descriptor-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/junit/junit/3.7/junit-3.7.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/commons-cli/commons-cli/1.0-beta-2/commons-cli-1.0-beta-2.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-model/0.1-SNAPSHOT/ts2-pm-model-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/plexus/plexus-utils/1.0-alpha-2/plexus-utils-1.0-alpha-2.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/commons-lang/commons-lang/2.0/commons-lang-2.0.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-package/0.1-SNAPSHOT/ts2-pm-package-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-artifact/0.1-SNAPSHOT/ts2-pm-artifact-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-settings/0.1-SNAPSHOT/ts2-pm-settings-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/springframework/spring/1.1.5/spring-1.1.5.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar"/> ! </classpath> \ No newline at end of file |