[Ts2-pm-deve] ts2-pm/ts2-pm-site .classpath,1.2,1.3 .project,1.2,1.3 pom.xml,1.1,1.2
Status: Pre-Alpha
Brought to you by:
nchalumeau
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:41
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648/ts2-pm-site Modified Files: .classpath .project pom.xml 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-site/.project,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .project 29 Apr 2005 23:50:33 -0000 1.2 --- .project 13 May 2005 19:44:31 -0000 1.3 *************** *** 1,15 **** - <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> <name>ts2-pm-site</name> ! <comment> ! </comment> ! <projects> ! </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> ! <arguments> ! </arguments> </buildCommand> </buildSpec> --- 1,10 ---- <projectDescription> <name>ts2-pm-site</name> ! <comment>ts2-pm</comment> ! <projects/> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> ! <arguments/> </buildCommand> </buildSpec> Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-site/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 28 Apr 2005 18:13:30 -0000 1.1 --- pom.xml 13 May 2005 19:44:31 -0000 1.2 *************** *** 33,49 **** </site> </distributionManagement> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>1.0-SNAPSHOT</version> - <goals> - <goal> - <id>site</id> - </goal> - </goals> - </plugin> - </plugins> - </build> </project> \ No newline at end of file --- 33,35 ---- Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-site/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 29 Apr 2005 23:50:33 -0000 1.2 --- .classpath 13 May 2005 19:44:31 -0000 1.3 *************** *** 1,8 **** - <?xml version="1.0" encoding="UTF-8"?> - <classpath> ! <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> ! </classpathentry> ! <classpathentry kind="output" path="target/classes"> ! </classpathentry> </classpath> \ No newline at end of file --- 1,4 ---- <classpath> ! <classpathentry kind="output" path="target/classes"/> ! <classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB" sourcepath="JRE_SRC"/> </classpath> \ No newline at end of file |