ts2-pm-deve Mailing List for The Sims 2 Package Manager
Status: Pre-Alpha
Brought to you by:
nchalumeau
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(43) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Nicolas C. <nic...@gm...> - 2005-06-14 09:52:12
|
Just a quick note to informe you that i will not be able to have cvs acces the next week and probably for a mounth. I will continue my development offline and will try to commit the change the weekend if I can... The reason is that I change of town (Angers -> Niort) and job and I must stop my ADSL subscription and restart it in Niort so I don't know when I will be able to have an home internet acces. Talking about the application I start to the GUI, the ineterface are not link to the core functionnality but that's what I work on actually. The render is not artistic (a very bad look in fact) but that's not the priority. Nicolas |
From: Nicolas C. <nic...@gm...> - 2005-05-31 15:50:57
|
The cenqua team provide us a fisheye cvs browser/statistic Thanks to them for the support of open source project Nicolas ---------- Forwarded message ---------- From: Peter Moore <pe...@ce...> Date: 31 mai 2005 16:52 Subject: FishEye for TS2-PM To: nic...@gm... Hi Nicolas, We've just started providing free FishEye hosting for SourceForge projects. We've included TS2-PM in the initial group of projects. You can view it here: http://fisheye.cenqua.com/viewrep/ts2-pm The only limitation is that it is only updated once per day. Please let your team know that it is there and feel free to link to it. If you feel like adding a button that would be great http://cenqua.com/ baubles.html. If you have any feedback we are all ears http:// cenqua.com/forums/ or fis...@ce.... Cheers, Pete. p.s. If for whatever reason you don't want us to include TS2-PM, just let me know and we'll remove it. --- Cenqua Pty Ltd. http://www.cenqua.com T. +61-2-9906-7079, F. +61-2-9906-7718 PO Box 859, Crows Nest NSW 1585, Sydney Australia. |
From: Nicolas C. <nic...@gm...> - 2005-05-20 13:20:49
|
I think to use a common interface and default implementation for the GUI element tat manipulate artifact/repository. The main advantage are : - that all the setter/getter method will be provide by the default interfac= e - If the artifact model change the change will be apply too to the GUI elem= ents - the call of a core method don't have to instanciate its params ie : ts2PM.doSomething( (Artifact) this ); - We can use the spring framework to change / test the GUI interface implentation (unit test GUI, user GUI preferance...) - the default implementation can "share" core elements (manager, setting, .= ..) If you have any comment ? Nicolas |
From: Nicolas C. <nch...@us...> - 2005-05-13 20:52:49
|
Update of /cvsroot/ts2-pm/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4199 Modified Files: loginfo Log Message: a mailling list is dediate to the cvs log Index: loginfo =================================================================== RCS file: /cvsroot/ts2-pm/CVSROOT/loginfo,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** loginfo 12 May 2005 18:39:30 -0000 1.4 --- loginfo 13 May 2005 20:52:38 -0000 1.5 *************** *** 27,30 **** #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog ! # send mail to the dev list ! DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} ts2...@li... --- 27,30 ---- #DEFAULT (echo ""; id; echo %{sVv}; date; cat) >> $CVSROOT/CVSROOT/commitlog ! # send mail to the ts2-pm-cvs-commit list ! DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} ts2...@li... |
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:41
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-settings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648/ts2-pm-settings 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-settings/.project,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .project 28 Apr 2005 18:42:32 -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-model</name> ! <comment> ! </comment> ! <projects> ! </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> ! <arguments> ! </arguments> </buildCommand> </buildSpec> --- 1,10 ---- <projectDescription> ! <name>ts2-pm-settings</name> ! <comment>ts2-pm settings</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-settings/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:29 -0000 1.1 --- pom.xml 13 May 2005 19:44:31 -0000 1.2 *************** *** 37,43 **** <plugins> <plugin> ! <groupId>org.apache.maven.plugins</groupId> ! <artifactId>maven-modello-plugin</artifactId> ! <version>1.0-alpha-1</version> <configuration> <version>1.0.0</version> --- 37,43 ---- <plugins> <plugin> ! <groupId>org.codehaus.modello</groupId> ! <artifactId>modello-maven-plugin</artifactId> ! <version>1.0-alpha-2</version> <configuration> <version>1.0.0</version> Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-settings/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 28 Apr 2005 18:42:32 -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,5 ---- <classpath> ! <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/plexus/plexus-utils/1.0-alpha-2/plexus-utils-1.0-alpha-2.jar"/> </classpath> \ No newline at end of file |
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 |
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:41
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648/ts2-pm-site/src/site/xdoc Modified Files: glossary.xml Log Message: o maven-2.0-alpha2 support o eclipse project descriptor are generate by m2 Index: glossary.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/glossary.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** glossary.xml 4 May 2005 17:11:35 -0000 1.3 --- glossary.xml 13 May 2005 19:44:31 -0000 1.4 *************** *** 1,3 **** ! <document> <properties> <title>Artifact Type</title> --- 1,3 ---- ! <document> <properties> <title>Artifact Type</title> *************** *** 51,53 **** </section> </body> ! </document> \ No newline at end of file --- 51,53 ---- </section> </body> ! </document> |
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:40
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648/ts2-pm-model 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-model/.project,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .project 28 Apr 2005 18:43:08 -0000 1.2 --- .project 13 May 2005 19:44:30 -0000 1.3 *************** *** 1,15 **** - <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> <name>ts2-pm-model</name> ! <comment> ! </comment> ! <projects> ! </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> ! <arguments> ! </arguments> </buildCommand> </buildSpec> --- 1,10 ---- <projectDescription> <name>ts2-pm-model</name> ! <comment>ts2-pm Model</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-model/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:28 -0000 1.1 --- pom.xml 13 May 2005 19:44:30 -0000 1.2 *************** *** 37,43 **** <plugins> <plugin> ! <groupId>org.apache.maven.plugins</groupId> ! <artifactId>maven-modello-plugin</artifactId> ! <version>1.0-alpha-1</version> <configuration> <version>1.0.0</version> --- 37,43 ---- <plugins> <plugin> ! <groupId>org.codehaus.modello</groupId> ! <artifactId>modello-maven-plugin</artifactId> ! <version>1.0-alpha-2</version> <configuration> <version>1.0.0</version> Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-model/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 28 Apr 2005 18:43:08 -0000 1.2 --- .classpath 13 May 2005 19:44:30 -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,5 ---- <classpath> ! <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/plexus/plexus-utils/1.0-alpha-2/plexus-utils-1.0-alpha-2.jar"/> </classpath> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:40
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-descriptor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648/ts2-pm-descriptor 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-descriptor/.project,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .project 29 Apr 2005 23:48:56 -0000 1.3 --- .project 13 May 2005 19:44:30 -0000 1.4 *************** *** 1,15 **** - <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> <name>ts2-pm-descriptor</name> ! <comment> ! </comment> ! <projects> ! </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> ! <arguments> ! </arguments> </buildCommand> </buildSpec> --- 1,10 ---- <projectDescription> <name>ts2-pm-descriptor</name> ! <comment>ts2-pm descriptor</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-descriptor/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 2 May 2005 18:09:05 -0000 1.3 --- .classpath 13 May 2005 19:44:30 -0000 1.4 *************** *** 1,22 **** - <?xml version="1.0" encoding="UTF-8"?> - <classpath> ! <classpathentry excluding="" kind="src" path="src/main/java"> ! </classpathentry> ! <classpathentry output="target/test-classes" kind="src" path="src/test/java"> ! </classpathentry> ! <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"> ! </classpathentry> ! <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> ! </classpathentry> ! <classpathentry kind="var" path="MAVEN_REPO/ts2-pm/jars/ts2-pm-model-0.1-SNAPSHOT.jar"> ! </classpathentry> ! <classpathentry kind="var" path="MAVEN_REPO/net.sf.ts2.pm/jars/ts2-pm-settings-0.1-SNAPSHOT.jar"> ! </classpathentry> ! <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-api-1.0.4.jar"> ! </classpathentry> ! <classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"> ! </classpathentry> ! <classpathentry kind="output" path="target/classes"> ! </classpathentry> </classpath> \ No newline at end of file --- 1,14 ---- <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/junit/junit/3.7/junit-3.7.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/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-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/commons-lang/commons-lang/2.0/commons-lang-2.0.jar"/> </classpath> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:40
|
Update of /cvsroot/ts2-pm/ts2-pm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648 Modified Files: pom.xml Log Message: o maven-2.0-alpha2 support o eclipse project descriptor are generate by m2 Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/pom.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** pom.xml 4 May 2005 16:31:52 -0000 1.11 --- pom.xml 13 May 2005 19:44:29 -0000 1.12 *************** *** 80,84 **** <module>ts2-pm-settings</module> <module>ts2-pm-site</module> ! <module>ts2-pm-versionning</module> </modules> </project> \ No newline at end of file --- 80,84 ---- <module>ts2-pm-settings</module> <module>ts2-pm-site</module> ! <!--module>ts2-pm-versionning</module--> </modules> </project> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:40
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648/ts2-pm-gui 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-gui/.project,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .project 28 Apr 2005 18:13:28 -0000 1.1 --- .project 13 May 2005 19:44:30 -0000 1.2 *************** *** 1,15 **** - <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> <name>ts2-pm-gui</name> ! <comment> ! </comment> ! <projects> ! </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> ! <arguments> ! </arguments> </buildCommand> </buildSpec> --- 1,10 ---- <projectDescription> <name>ts2-pm-gui</name> ! <comment>ts2-pm gui</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-gui/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .classpath 28 Apr 2005 18:13:28 -0000 1.1 --- .classpath 13 May 2005 19:44:30 -0000 1.2 *************** *** 1,20 **** - <?xml version="1.0" encoding="UTF-8"?> - <classpath> ! <classpathentry excluding="" kind="src" path="src/main/java"> ! </classpathentry> ! <classpathentry output="target/test-classes" kind="src" path="src/test/java"> ! </classpathentry> ! <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"> ! </classpathentry> ! <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> ! </classpathentry> ! <classpathentry kind="var" path="MAVEN_REPO/ts2-pm/jars/ts2-pm-core-0.1-SNAPSHOT.jar"> ! </classpathentry> ! <classpathentry kind="var" path="MAVEN_REPO/ts2-pm/jars/ts2-pm-model-0.1-SNAPSHOT.jar"> ! </classpathentry> ! <classpathentry kind="var" path="MAVEN_REPO/commons-beanutils/jars/commons-beanutils-1.6.1.jar"> ! </classpathentry> ! <classpathentry kind="output" path="target/classes"> ! </classpathentry> </classpath> \ No newline at end of file --- 1,23 ---- <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/commons-logging/commons-logging/1.0/commons-logging-1.0.jar"/> ! <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.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-core/0.1-SNAPSHOT/ts2-pm-core-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-beanutils/commons-beanutils/1.6.1/commons-beanutils-1.6.1.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.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 |
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:40
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-package In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648/ts2-pm-package 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-package/.project,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .project 29 Apr 2005 23:49:51 -0000 1.3 --- .project 13 May 2005 19:44:31 -0000 1.4 *************** *** 1,15 **** - <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> <name>ts2-pm-package</name> ! <comment> ! </comment> ! <projects> ! </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> ! <arguments> ! </arguments> </buildCommand> </buildSpec> --- 1,10 ---- <projectDescription> <name>ts2-pm-package</name> ! <comment>ts2-pm package manipulation</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-package/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 12 May 2005 18:35:43 -0000 1.3 --- .classpath 13 May 2005 19:44:31 -0000 1.4 *************** *** 1,12 **** - <?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/ts2-pm/jars/ts2-pm-model-0.1-SNAPSHOT.jar"/> ! <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="output" path="target/classes"/> ! </classpath> --- 1,10 ---- <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/junit/junit/3.7/junit-3.7.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/commons-lang/commons-lang/2.0/commons-lang-2.0.jar"/> ! </classpath> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:39
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli Modified Files: CLIManager.java Log Message: o maven-2.0-alpha2 support o eclipse project descriptor are generate by m2 Index: CLIManager.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli/CLIManager.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CLIManager.java 13 May 2005 16:39:35 -0000 1.1 --- CLIManager.java 13 May 2005 19:44:30 -0000 1.2 *************** *** 10,18 **** * @author chalumeau */ ! public // ---------------------------------------------------------------------- ! // Command line manager ! // ---------------------------------------------------------------------- ! ! static class CLIManager { public static final char SET_SYSTEM_PROPERTY = 'D'; --- 10,14 ---- * @author chalumeau */ ! public class CLIManager { public static final char SET_SYSTEM_PROPERTY = 'D'; *************** *** 29,72 **** public static final char VERSION = 'v'; ! private Options options = null; ! ! public CLIManager() ! { ! options = new Options(); ! options.addOption( OptionBuilder.withLongOpt( "define" ).hasArg().withDescription( ! "Define a system property" ).create( SET_SYSTEM_PROPERTY ) ); ! options.addOption( OptionBuilder.withLongOpt( "offline" ).withDescription( "Work offline" ).create( ! OFFLINE ) ); ! // options.addOption( OptionBuilder.withLongOpt( "mojoDescriptors" ).withDescription( ! // "Display available mojoDescriptors" ).create( LIST_GOALS ) ); ! options.addOption( OptionBuilder.withLongOpt( "help" ).withDescription( "Display help information" ).create( ! HELP ) ); ! options.addOption( OptionBuilder.withLongOpt( "version" ).withDescription( "Display version information" ).create( ! VERSION ) ); ! options.addOption( OptionBuilder.withLongOpt( "debug" ).withDescription( "Produce execution debug output" ).create( ! DEBUG ) ); ! options.addOption( OptionBuilder.withLongOpt( "errors" ).withDescription( ! "Produce execution error messages" ).create( ERRORS ) ); ! options.addOption( OptionBuilder.withLongOpt( "reactor" ).withDescription( ! "Execute goals for project found in the reactor" ).create( REACTOR ) ); ! options.addOption( OptionBuilder.withLongOpt( "non-recursive" ).withDescription( ! "Do not recurse into sub-projects" ).create( NON_RECURSIVE ) ); ! options.addOption( OptionBuilder.withLongOpt( "update-snapshots" ).withDescription( ! "Update all snapshots regardless of repository policies" ).create( UPDATE_SNAPSHOTS ) ); ! } ! ! public CommandLine parse( String[] args ) ! throws ParseException ! { ! CommandLineParser parser = new PosixParser(); ! return parser.parse( options, args ); ! } ! ! public void displayHelp() ! { ! System.out.println(); ! ! HelpFormatter formatter = new HelpFormatter(); ! formatter.printHelp( "maven [options] [goal [goal2 [goal3] ...]]", "\nOptions:", options, "\n" ); ! } } --- 25,68 ---- public static final char VERSION = 'v'; ! // private Options options = null; ! // ! // public CLIManager() ! // { ! // options = new Options(); ! // options.addOption( OptionBuilder.withLongOpt( "define" ).hasArg().withDescription( ! // "Define a system property" ).create( SET_SYSTEM_PROPERTY ) ); ! // options.addOption( OptionBuilder.withLongOpt( "offline" ).withDescription( "Work offline" ).create( ! // OFFLINE ) ); ! //// options.addOption( OptionBuilder.withLongOpt( "mojoDescriptors" ).withDescription( ! //// "Display available mojoDescriptors" ).create( LIST_GOALS ) ); ! // options.addOption( OptionBuilder.withLongOpt( "help" ).withDescription( "Display help information" ).create( ! // HELP ) ); ! // options.addOption( OptionBuilder.withLongOpt( "version" ).withDescription( "Display version information" ).create( ! // VERSION ) ); ! // options.addOption( OptionBuilder.withLongOpt( "debug" ).withDescription( "Produce execution debug output" ).create( ! // DEBUG ) ); ! // options.addOption( OptionBuilder.withLongOpt( "errors" ).withDescription( ! // "Produce execution error messages" ).create( ERRORS ) ); ! // options.addOption( OptionBuilder.withLongOpt( "reactor" ).withDescription( ! // "Execute goals for project found in the reactor" ).create( REACTOR ) ); ! // options.addOption( OptionBuilder.withLongOpt( "non-recursive" ).withDescription( ! // "Do not recurse into sub-projects" ).create( NON_RECURSIVE ) ); ! // options.addOption( OptionBuilder.withLongOpt( "update-snapshots" ).withDescription( ! // "Update all snapshots regardless of repository policies" ).create( UPDATE_SNAPSHOTS ) ); ! // } ! // ! // public CommandLine parse( String[] args ) ! // throws ParseException ! // { ! // CommandLineParser parser = new PosixParser(); ! // return parser.parse( options, args ); ! // } ! // ! // public void displayHelp() ! // { ! // System.out.println(); ! // ! // HelpFormatter formatter = new HelpFormatter(); ! // formatter.printHelp( "maven [options] [goal [goal2 [goal3] ...]]", "\nOptions:", options, "\n" ); ! // } } |
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 |
From: Nicolas C. <nch...@us...> - 2005-05-13 19:44:38
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21648/ts2-pm-artifact 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-artifact/.project,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .project 29 Apr 2005 23:48:20 -0000 1.2 --- .project 13 May 2005 19:44:29 -0000 1.3 *************** *** 1,15 **** - <?xml version="1.0" encoding="UTF-8"?> - <projectDescription> <name>ts2-pm-artifact</name> ! <comment> ! </comment> ! <projects> ! </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> ! <arguments> ! </arguments> </buildCommand> </buildSpec> --- 1,10 ---- <projectDescription> <name>ts2-pm-artifact</name> ! <comment>ts2-pm artifact : manager artifact file (creation, research, modification, delete, installation).</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-artifact/.classpath,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** .classpath 12 May 2005 18:57:19 -0000 1.5 --- .classpath 13 May 2005 19:44:29 -0000 1.6 *************** *** 1,13 **** - <?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/net.sf.ts2.pm/jars/ts2-pm-model-0.1-SNAPSHOT.jar"/> ! <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-package/0.1-SNAPSHOT/ts2-pm-package-0.1-SNAPSHOT.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="output" path="target/classes"/> ! </classpath> --- 1,15 ---- <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-package/0.1-SNAPSHOT/ts2-pm-package-0.1-SNAPSHOT.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/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/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-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/commons-lang/commons-lang/2.0/commons-lang-2.0.jar"/> ! </classpath> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-13 16:49:27
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19676 Modified Files: repository-structure.xml Log Message: add sceenshot of the repo structure Index: repository-structure.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/repository-structure.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** repository-structure.xml 4 May 2005 17:11:35 -0000 1.5 --- repository-structure.xml 13 May 2005 16:49:00 -0000 1.6 *************** *** 38,46 **** </p> <p> ! A concrete example : if you download a casual top for a young adult ! and this top required a mesh you will have the following structure :<br/> ! c:\myts2repo\clothes\casual\top\uid\uid-youngadult-1.0.zip<br/> ! c:\myts2repo\clothesMesh\youngadult\casual\top\uidMesh\uidMesh-youngadult-1.1.zip<br/> ! Note : uid and uidMesh are the name of the artifacts. </p> --- 38,43 ---- </p> <p> ! A concrete example : <br/> ! <img src="images/repository-structure.PNG"/> </p> *************** *** 53,56 **** --- 50,58 ---- </subsection> </section> + <section name="Artifact"> + <p> + <img src="images/artifact-content.PNG"/> + </p> + </section> </body> </document> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-13 16:49:10
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19676/images Added Files: artifact-content.PNG repository-structure.PNG Log Message: add sceenshot of the repo structure --- NEW FILE: artifact-content.PNG --- (This appears to be a binary file; contents omitted.) --- NEW FILE: repository-structure.PNG --- (This appears to be a binary file; contents omitted.) |
From: Nicolas C. <nch...@us...> - 2005-05-13 16:45:15
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18949/images Log Message: Directory /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/images added to the repository |
From: Nicolas C. <nch...@us...> - 2005-05-13 16:42:49
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/history In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18552 Added Files: DefaultArtifactHistory.java Log Message: basic implementation --- NEW FILE: DefaultArtifactHistory.java --- /* * Created on 11 mai 2005 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package net.sf.ts2.pm.artifact.history; import java.util.ArrayList; import java.util.List; import net.sf.ts2.pm.artifact.history.event.ArtifactHistoryEvent; /** * @author chalumeau */ public class DefaultArtifactHistory implements ArtifactHistory { private List events; /** * */ public DefaultArtifactHistory() { super(); events = new ArrayList(); } /** * @see net.sf.ts2.pm.artifact.history.ArtifactHistory#addEvent(net.sf.ts2.pm.artifact.history.event.ArtifactHistoryEvent) * @param event */ public void addEvent( ArtifactHistoryEvent event ) { events.add( event ); } /** * @see net.sf.ts2.pm.artifact.history.ArtifactHistory#getEvents() * @return */ public List getEvents() { return events; } /** * @see net.sf.ts2.pm.artifact.history.ArtifactHistory#loadHistory() */ public void loadHistory() { // TODO Auto-generated method stub } /** * * @param event * @return * @todo add more validation */ private boolean isValidEvent( ArtifactHistoryEvent event ) { return event != null; } } |
From: Nicolas C. <nch...@us...> - 2005-05-13 16:41:10
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/repository/manager In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18163 Modified Files: ArtifactRepositoryManager.java DefaultArtifactRepositoryManager.java Log Message: change some methode signature + settings usage Index: ArtifactRepositoryManager.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/repository/manager/ArtifactRepositoryManager.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ArtifactRepositoryManager.java 12 May 2005 19:06:53 -0000 1.5 --- ArtifactRepositoryManager.java 13 May 2005 16:40:45 -0000 1.6 *************** *** 27,30 **** --- 27,31 ---- import net.sf.ts2.pm.artifact.manager.ArtifactManagerException; import net.sf.ts2.pm.artifact.repository.ArtifactRepository; + import net.sf.ts2.pm.artifact.repository.ArtifactRepositoryFactory; import net.sf.ts2.pm.model.RepositoryDescriptor; import net.sf.ts2.pm.settings.Settings; *************** *** 41,47 **** --- 42,52 ---- ArtifactManager getArtifactManager(); void setArtifactManager( ArtifactManager artifactManager ); + Settings getSettings(); void setSettings( Settings settings ); + ArtifactRepositoryFactory getArtifactRepositoryFactory(); + void setArtifactRepositoryFactory( ArtifactRepositoryFactory artifactRepositoryFactory ); + ArtifactRepository getArtifactRepository( RepositoryDescriptor descriptor ); Index: DefaultArtifactRepositoryManager.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/repository/manager/DefaultArtifactRepositoryManager.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DefaultArtifactRepositoryManager.java 12 May 2005 19:06:53 -0000 1.5 --- DefaultArtifactRepositoryManager.java 13 May 2005 16:40:45 -0000 1.6 *************** *** 28,31 **** --- 28,33 ---- import net.sf.ts2.pm.artifact.manager.ArtifactManagerException; import net.sf.ts2.pm.artifact.repository.ArtifactRepository; + import net.sf.ts2.pm.artifact.repository.ArtifactRepositoryFactory; + import net.sf.ts2.pm.model.RepositoryDescriptor; import net.sf.ts2.pm.settings.Settings; *************** *** 40,46 **** --- 42,58 ---- private ArtifactManager artifactManager; private Settings settings; + private ArtifactRepositoryFactory artifactRepositoryFactory; /** + * @see net.sf.ts2.pm.artifact.repository.manager.ArtifactRepositoryManager#getArtifactRepository(net.sf.ts2.pm.model.RepositoryDescriptor) + * @param descriptor + * @return + */ + public ArtifactRepository getArtifactRepository(RepositoryDescriptor descriptor) + { + return artifactRepositoryFactory.createArtifactRepository( descriptor ); + } + /** * @see net.sf.ts2.pm.artifact.repository.manager.ArtifactRepositoryManager#createArtifact(net.sf.ts2.pm.artifact.Artifact, net.sf.ts2.pm.artifact.repository.ArtifactRepository) * @param artifact *************** *** 247,252 **** this.artifactManager = artifactManager; } ! ! /** * @return Returne le settings. --- 259,263 ---- this.artifactManager = artifactManager; } ! /** * @return Returne le settings. *************** *** 263,265 **** --- 274,292 ---- this.settings = settings; } + + + /** + * @return Returne le artifactRepositoryFactory. + */ + public ArtifactRepositoryFactory getArtifactRepositoryFactory() + { + return artifactRepositoryFactory; + } + /** + * @param artifactRepositoryFactory Le artifactRepositoryFactory à affecter. + */ + public void setArtifactRepositoryFactory(ArtifactRepositoryFactory artifactRepositoryFactory) + { + this.artifactRepositoryFactory = artifactRepositoryFactory; + } } |
From: Nicolas C. <nch...@us...> - 2005-05-13 16:39:43
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17806 Modified Files: DefaultTS2PackageManager.java TS2PackageManager.java Log Message: o load/save descriptor o comand line tool Index: TS2PackageManager.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm/TS2PackageManager.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TS2PackageManager.java 12 May 2005 18:56:19 -0000 1.3 --- TS2PackageManager.java 13 May 2005 16:39:35 -0000 1.4 *************** *** 21,31 **** import java.util.List; import net.sf.ts2.pm.artifact.Artifact; - import net.sf.ts2.pm.artifact.manager.ArtifactManager; import net.sf.ts2.pm.artifact.repository.ArtifactRepository; import net.sf.ts2.pm.artifact.repository.manager.ArtifactRepositoryManager; import net.sf.ts2.pm.descriptor.RepositoryDescriptorManager; - import net.sf.ts2.pm.session.TS2PMSession; import net.sf.ts2.pm.settings.Settings; --- 21,30 ---- import java.util.List; + import java.util.NoSuchElementException; import net.sf.ts2.pm.artifact.Artifact; import net.sf.ts2.pm.artifact.repository.ArtifactRepository; import net.sf.ts2.pm.artifact.repository.manager.ArtifactRepositoryManager; import net.sf.ts2.pm.descriptor.RepositoryDescriptorManager; import net.sf.ts2.pm.settings.Settings; *************** *** 61,65 **** void createArtifact( Artifact artifact, ArtifactRepository repo ); ! Artifact searchArtifact( Artifact partialArtifact, ArtifactRepository repo ); void modifyArtifact( Artifact partialArtifact, ArtifactRepository repo ); --- 60,64 ---- void createArtifact( Artifact artifact, ArtifactRepository repo ); ! Artifact searchArtifact( Artifact partialArtifact, ArtifactRepository repo ) throws NoSuchElementException; void modifyArtifact( Artifact partialArtifact, ArtifactRepository repo ); Index: DefaultTS2PackageManager.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm/DefaultTS2PackageManager.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DefaultTS2PackageManager.java 12 May 2005 18:56:19 -0000 1.5 --- DefaultTS2PackageManager.java 13 May 2005 16:39:35 -0000 1.6 *************** *** 21,26 **** --- 21,31 ---- import java.io.File; + import java.io.FileNotFoundException; + import java.io.FileReader; + import java.io.Reader; import java.util.List; + import org.apache.commons.lang.StringUtils; + import net.sf.ts2.pm.artifact.Artifact; import net.sf.ts2.pm.artifact.installer.ArtifactInstallationException; *************** *** 30,35 **** --- 35,42 ---- import net.sf.ts2.pm.descriptor.RepositoryDescriptorManager; import net.sf.ts2.pm.descriptor.RepositoryDescriptorManagerException; + import net.sf.ts2.pm.model.ArtifactDescriptor; import net.sf.ts2.pm.model.RepositoryDescriptor; import net.sf.ts2.pm.settings.Settings; + import net.sf.ts2.pm.settings.io.xpp3.SettingsXpp3Reader; /** *************** *** 47,56 **** public void initialize() { ! // descriptorManager = new DefaultRepositoryDescriptorManager(); ! // artifactManager = new DefaultArtifactManager(); ! // artifactRepositoryManager = new DefaultArtifactRepositoryManager(); ! // session.initialize(); ! // descriptorManager.setSettings( session.getSettings() ); ! // session.setLocalRepository( loadRepository( session.getSettings().getLocalRepository() ) ); } --- 54,86 ---- public void initialize() { ! SettingsXpp3Reader settingsReader = new SettingsXpp3Reader(); ! try ! { ! Reader reader = new FileReader( System.getProperty( "ts2pm.home" ) + "/TS2Setting.xml" ); ! settings = settingsReader.read( reader ); ! // use default ts2RepoHome if not override by the settings ! if ( StringUtils.isBlank( settings.getDownloadHome() ) ) ! { ! String ts2RepoPath = System.getProperty( "user.home" ) + "/TS2Repository"; ! File ts2RepoHome = new File( ts2RepoPath ); ! if ( ! ts2RepoHome.exists() ) ! { ! if ( !ts2RepoHome.mkdirs() ) ! { ! System.out.println( "Not able to create TS2Repository dir at " + ts2RepoPath ); ! } ! } ! settings.setDownloadHome( System.getProperty( "user.home" ) + "/TS2Repository" ); ! } ! } ! catch (FileNotFoundException e) ! { ! e.printStackTrace(); ! } ! catch (Exception e) ! { ! // TODO Auto-generated catch block ! e.printStackTrace(); ! } } *************** *** 83,92 **** { RepositoryDescriptor descriptor = repositoryDescriptorManager.load( new File( url ) ); ! //artifactRepositoryManager. ! return repositoryDescriptorManager.load( new File( url ) ); } catch (Exception e) { - // TODO Auto-generated catch block e.printStackTrace(); } --- 113,120 ---- { RepositoryDescriptor descriptor = repositoryDescriptorManager.load( new File( url ) ); ! return artifactRepositoryManager.getArtifactRepository( descriptor ); } catch (Exception e) { e.printStackTrace(); } *************** *** 100,104 **** public void saveRepository(String url, ArtifactRepository repo) { ! // descriptorManager } /** --- 128,140 ---- public void saveRepository(String url, ArtifactRepository repo) { ! File destination = new File( url ); ! try ! { ! repositoryDescriptorManager.save( destination, (RepositoryDescriptor) repo ); ! } ! catch (Exception e) ! { ! e.printStackTrace(); ! } } /** *************** *** 112,118 **** try { - //artifactManager.createArtifact( artifact, repo ); artifactRepositoryManager.createArtifact( artifact, repo ); ! //descriptorManager.createArtifactDescriptor( artifact, repo ); } catch ( Exception e ) --- 148,153 ---- try { artifactRepositoryManager.createArtifact( artifact, repo ); ! repositoryDescriptorManager.createArtifactDescriptor( (ArtifactDescriptor) artifact, (RepositoryDescriptor) repo ); } catch ( Exception e ) *************** *** 131,137 **** try { - //artifactManager.deleteArtifact( artifact, repo ); artifactRepositoryManager.deleteArtifact( artifact, repo ); ! //descriptorManager.createArtifactDescriptor( artifact, repo ); } catch ( Exception e ) --- 166,171 ---- try { artifactRepositoryManager.deleteArtifact( artifact, repo ); ! repositoryDescriptorManager.deleteArtifactDescriptor( (ArtifactDescriptor) artifact, (RepositoryDescriptor) repo ); } catch ( Exception e ) *************** *** 150,156 **** try { - //artifactManager.deployArtifact( artifact, repo ); artifactRepositoryManager.deployArtifact( artifact, repo ); ! //descriptorManager.createArtifactDescriptor( artifact, repo ); } catch ( Exception e ) --- 184,190 ---- try { artifactRepositoryManager.deployArtifact( artifact, repo ); ! // TODO no need to do this ! repositoryDescriptorManager.deployArtifactDescriptor( (ArtifactDescriptor) artifact, (RepositoryDescriptor) repo ); } catch ( Exception e ) *************** *** 170,173 **** --- 204,208 ---- try { + // TODO search first in the descriptor and then in the file system return artifactRepositoryManager.getArtifacts( partialArtifact, repo ); //descriptorManager.createArtifactDescriptor( artifact, repo ); *************** *** 189,193 **** try { - //artifactRepositoryManager.s artifactRepositoryManager.installArtifact( artifact, repo ); // descriptorManager.installArtifact( artifact, repo ); --- 224,227 ---- *************** *** 213,219 **** { artifactRepositoryManager.modifyArtifact( partialArtifact, repo ); ! // descriptorManager.installArtifact( artifact, repo ); } ! catch (ArtifactManagerException e) { e.printStackTrace(); --- 247,253 ---- { artifactRepositoryManager.modifyArtifact( partialArtifact, repo ); ! repositoryDescriptorManager.modifyArtifactDescriptor( (ArtifactDescriptor) partialArtifact, (RepositoryDescriptor) repo ); } ! catch ( Exception e ) { e.printStackTrace(); *************** *** 232,239 **** try { ! // result = descriptorManager ! result = artifactRepositoryManager.searchArtifact( partialArtifact, repo ); } ! catch (ArtifactManagerException e) { e.printStackTrace(); --- 266,278 ---- try { ! // result = repositoryDescriptorManager.searchArtifactDescriptor( (ArtifactDescriptor) partialArtifact, (RepositoryDescriptor) repo ); ! // TODO convertion required ! ! if ( result == null ) ! { ! result = artifactRepositoryManager.searchArtifact( partialArtifact, repo ); ! } } ! catch ( Exception e ) { e.printStackTrace(); |
From: Nicolas C. <nch...@us...> - 2005-05-13 16:39:43
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17806/cli Added Files: CLIManager.java Log Message: o load/save descriptor o comand line tool --- NEW FILE: CLIManager.java --- /* * Created on 13 mai 2005 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package net.sf.ts2.pm.cli; /** * @author chalumeau */ public // ---------------------------------------------------------------------- // Command line manager // ---------------------------------------------------------------------- static class CLIManager { public static final char SET_SYSTEM_PROPERTY = 'D'; public static final char OFFLINE = 'o'; public static final char DEBUG = 'X'; // TODO: [jc] Is there a better switch than '-e' for this? public static final char ERRORS = 'e'; public static final char HELP = 'h'; public static final char VERSION = 'v'; private Options options = null; public CLIManager() { options = new Options(); options.addOption( OptionBuilder.withLongOpt( "define" ).hasArg().withDescription( "Define a system property" ).create( SET_SYSTEM_PROPERTY ) ); options.addOption( OptionBuilder.withLongOpt( "offline" ).withDescription( "Work offline" ).create( OFFLINE ) ); // options.addOption( OptionBuilder.withLongOpt( "mojoDescriptors" ).withDescription( // "Display available mojoDescriptors" ).create( LIST_GOALS ) ); options.addOption( OptionBuilder.withLongOpt( "help" ).withDescription( "Display help information" ).create( HELP ) ); options.addOption( OptionBuilder.withLongOpt( "version" ).withDescription( "Display version information" ).create( VERSION ) ); options.addOption( OptionBuilder.withLongOpt( "debug" ).withDescription( "Produce execution debug output" ).create( DEBUG ) ); options.addOption( OptionBuilder.withLongOpt( "errors" ).withDescription( "Produce execution error messages" ).create( ERRORS ) ); options.addOption( OptionBuilder.withLongOpt( "reactor" ).withDescription( "Execute goals for project found in the reactor" ).create( REACTOR ) ); options.addOption( OptionBuilder.withLongOpt( "non-recursive" ).withDescription( "Do not recurse into sub-projects" ).create( NON_RECURSIVE ) ); options.addOption( OptionBuilder.withLongOpt( "update-snapshots" ).withDescription( "Update all snapshots regardless of repository policies" ).create( UPDATE_SNAPSHOTS ) ); } public CommandLine parse( String[] args ) throws ParseException { CommandLineParser parser = new PosixParser(); return parser.parse( options, args ); } public void displayHelp() { System.out.println(); HelpFormatter formatter = new HelpFormatter(); formatter.printHelp( "maven [options] [goal [goal2 [goal3] ...]]", "\nOptions:", options, "\n" ); } } |
From: Nicolas C. <nch...@us...> - 2005-05-13 16:38:31
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17575/cli Log Message: Directory /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli added to the repository |
From: Nicolas C. <nch...@us...> - 2005-05-13 16:37:56
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17428 Modified Files: pom.xml Log Message: add cli dependancy Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/pom.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pom.xml 12 May 2005 18:42:32 -0000 1.5 --- pom.xml 13 May 2005 16:37:48 -0000 1.6 *************** *** 65,68 **** --- 65,73 ---- </dependency> <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.0-beta-2</version> + </dependency> + <dependency> <artifactId>spring</artifactId> <groupId>springframework</groupId> |
From: Nicolas C. <nch...@us...> - 2005-05-13 01:08:46
|
Update of /cvsroot/ts2-pm/ts2-pm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3473 Added Files: ts2-pm-codestyle.xml Log Message: coding convention --- NEW FILE: ts2-pm-codestyle.xml --- <?xml version="1.0" encoding="UTF-8"?> <profiles version="8"> <profile name="mergere-formats" version="8"> <setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="18"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="18"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="18"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="18"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="16"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="18"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="18"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="48"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="18"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="18"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="16"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="37"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="37"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="37"/> <setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="37"/> <setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/> <setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/> <setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="1"/> <setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/> <setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1"/> <setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="1"/> <setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/> <setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/> <setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/> <setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="1"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="next_line"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="next_line"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="next_line"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="next_line"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="next_line"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="next_line"/> <setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="next_line"/> <setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines" value="false"/> <setting id="org.eclipse.jdt.core.formatter.comment.format_comments" value="false"/> <setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="true"/> <setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="true"/> <setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="true"/> <setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="true"/> <setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="true"/> <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="100"/> <setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/> <setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="1"/> <setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="1"/> <setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/> <setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/> <setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/> <setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/> <setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/> <setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/> <setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/> <setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/> <setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="true"/> <setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/> <setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/> <setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/> <setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="false"/> <setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/> <setting id="org.eclipse.jdt.core.formatter.lineSplit" value="120"/> <setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/> <setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/> <setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="false"/> <setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/> <setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/> </profile> </profiles> |