ts2-pm-cvs-commit Mailing List for The Sims 2 Package Manager (Page 7)
Status: Pre-Alpha
Brought to you by:
nchalumeau
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(173) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Nicolas C. <nch...@us...> - 2005-05-17 20:08:02
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9936/ts2-pm-core Modified Files: .classpath pom.xml Log Message: try to enable maven rapport (pmd/checkstyle/project descriptor) add missing import Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/.classpath,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** .classpath 13 May 2005 19:44:29 -0000 1.6 --- .classpath 17 May 2005 20:06:47 -0000 1.7 *************** *** 6,20 **** <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 --- 6,21 ---- <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/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/commons-logging/commons-logging/1.0/commons-logging-1.0.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/junit/junit/3.7/junit-3.7.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="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/plexus/plexus-utils/1.0-alpha-2/plexus-utils-1.0-alpha-2.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/commons-lang/commons-lang/2.0/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-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-settings/0.1-SNAPSHOT/ts2-pm-settings-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/springframework/spring/1.1.5/spring-1.1.5.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar"/> </classpath> \ No newline at end of file Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/pom.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pom.xml 13 May 2005 16:37:48 -0000 1.6 --- pom.xml 17 May 2005 20:06:47 -0000 1.7 *************** *** 67,71 **** <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> ! <version>1.0-beta-2</version> </dependency> <dependency> --- 67,71 ---- <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> ! <version>1.0</version> </dependency> <dependency> *************** *** 83,85 **** --- 83,101 ---- </dependency> </dependencies> + <reports> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + </plugin> + </plugins> + </reports> </project> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-17 20:08:02
|
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-serv9936/ts2-pm-core/src/main/java/net/sf/ts2/pm/cli Modified Files: CLIManager.java Log Message: try to enable maven rapport (pmd/checkstyle/project descriptor) add missing import 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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CLIManager.java 13 May 2005 19:44:30 -0000 1.2 --- CLIManager.java 17 May 2005 20:06:48 -0000 1.3 *************** *** 1,7 **** ! /* ! * 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; --- 1,20 ---- ! /* ! * ======================================================================== ! * ! * Copyright 2005-2005 TS2-PM (Sourceforge project). * ! * Licensed under the Apache License, Version 2.0 (the "License"); ! * you may not use this file except in compliance with the License. ! * You may obtain a copy of the License at ! * ! * http://www.apache.org/licenses/LICENSE-2.0 ! * ! * Unless required by applicable law or agreed to in writing, software ! * distributed under the License is distributed on an "AS IS" BASIS, ! * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! * See the License for the specific language governing permissions and ! * limitations under the License. ! * ! * ======================================================================== */ package net.sf.ts2.pm.cli; *************** *** 66,68 **** // formatter.printHelp( "maven [options] [goal [goal2 [goal3] ...]]", "\nOptions:", options, "\n" ); // } ! } --- 79,81 ---- // formatter.printHelp( "maven [options] [goal [goal2 [goal3] ...]]", "\nOptions:", options, "\n" ); // } ! } \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-17 20:07:28
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-descriptor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9936/ts2-pm-descriptor Modified Files: .classpath pom.xml Log Message: try to enable maven rapport (pmd/checkstyle/project descriptor) add missing import Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-descriptor/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 13 May 2005 19:44:30 -0000 1.4 --- .classpath 17 May 2005 20:06:48 -0000 1.5 *************** *** 6,14 **** <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 --- 6,14 ---- <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/chalumeau/.m2/repository/junit/junit/3.7/junit-3.7.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-model/0.1-SNAPSHOT/ts2-pm-model-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/plexus/plexus-utils/1.0-alpha-2/plexus-utils-1.0-alpha-2.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.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/chalumeau/.m2/repository/commons-lang/commons-lang/2.0/commons-lang-2.0.jar"/> </classpath> \ No newline at end of file Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-descriptor/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 2 May 2005 18:09:05 -0000 1.2 --- pom.xml 17 May 2005 20:06:48 -0000 1.3 *************** *** 49,51 **** --- 49,83 ---- </dependency> </dependencies> + <reports> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + </plugin> + </plugins> + </reports> + <reports> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + </plugin> + </plugins> + </reports> </project> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-17 20:07:26
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-package In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9936/ts2-pm-package Modified Files: .classpath pom.xml Log Message: try to enable maven rapport (pmd/checkstyle/project descriptor) add missing import Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-package/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 13 May 2005 19:44:31 -0000 1.4 --- .classpath 17 May 2005 20:06:51 -0000 1.5 *************** *** 6,10 **** <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 --- 6,10 ---- <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/chalumeau/.m2/repository/junit/junit/3.7/junit-3.7.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/commons-lang/commons-lang/2.0/commons-lang-2.0.jar"/> </classpath> \ No newline at end of file Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-package/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 12 May 2005 18:33:45 -0000 1.2 --- pom.xml 17 May 2005 20:06:52 -0000 1.3 *************** *** 39,41 **** --- 39,57 ---- </dependency> </dependencies> + <reports> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + </plugin> + </plugins> + </reports> </project> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-17 20:07:25
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-settings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9936/ts2-pm-settings Modified Files: .classpath pom.xml Log Message: try to enable maven rapport (pmd/checkstyle/project descriptor) add missing import Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-settings/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 13 May 2005 19:44:31 -0000 1.3 --- .classpath 17 May 2005 20:06:52 -0000 1.4 *************** *** 2,5 **** <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 --- 2,5 ---- <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/chalumeau/.m2/repository/plexus/plexus-utils/1.0-alpha-2/plexus-utils-1.0-alpha-2.jar"/> </classpath> \ No newline at end of file Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-settings/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 13 May 2005 19:44:31 -0000 1.2 --- pom.xml 17 May 2005 20:06:52 -0000 1.3 *************** *** 34,37 **** --- 34,53 ---- </dependency> </dependencies> + <reports> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + </plugin> + </plugins> + </reports> <build> <plugins> |
From: Nicolas C. <nch...@us...> - 2005-05-17 20:07:00
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9936/ts2-pm-gui Modified Files: .classpath pom.xml Log Message: try to enable maven rapport (pmd/checkstyle/project descriptor) add missing import Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 13 May 2005 19:44:30 -0000 1.2 --- .classpath 17 May 2005 20:06:50 -0000 1.3 *************** *** 6,23 **** <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 --- 6,23 ---- <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/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/commons-logging/commons-logging/1.0/commons-logging-1.0.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/junit/junit/3.7/junit-3.7.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="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/plexus/plexus-utils/1.0-alpha-2/plexus-utils-1.0-alpha-2.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/commons-lang/commons-lang/2.0/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-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-core/0.1-SNAPSHOT/ts2-pm-core-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="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/commons-beanutils/commons-beanutils/1.6.1/commons-beanutils-1.6.1.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/springframework/spring/1.1.5/spring-1.1.5.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.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/chalumeau/.m2/repository/commons-collections/commons-collections/2.0/commons-collections-2.0.jar"/> </classpath> \ No newline at end of file Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/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 17 May 2005 20:06:50 -0000 1.2 *************** *** 44,46 **** --- 44,62 ---- </dependency> </dependencies> + <reports> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + </plugin> + </plugins> + </reports> </project> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-17 20:07:00
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9936/ts2-pm-model Modified Files: .classpath pom.xml Log Message: try to enable maven rapport (pmd/checkstyle/project descriptor) add missing import Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-model/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 13 May 2005 19:44:30 -0000 1.3 --- .classpath 17 May 2005 20:06:50 -0000 1.4 *************** *** 2,5 **** <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 --- 2,5 ---- <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/chalumeau/.m2/repository/plexus/plexus-utils/1.0-alpha-2/plexus-utils-1.0-alpha-2.jar"/> </classpath> \ No newline at end of file Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-model/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 13 May 2005 19:44:30 -0000 1.2 --- pom.xml 17 May 2005 20:06:50 -0000 1.3 *************** *** 34,37 **** --- 34,53 ---- </dependency> </dependencies> + <reports> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + </plugin> + </plugins> + </reports> <build> <plugins> |
From: Nicolas C. <nch...@us...> - 2005-05-17 20:03:23
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-package/src/main/java/net/sf/ts2/pm/pack/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9185 Modified Files: DefaultPackageInstaller.java Log Message: add missing import Index: DefaultPackageInstaller.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-package/src/main/java/net/sf/ts2/pm/pack/installer/DefaultPackageInstaller.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DefaultPackageInstaller.java 14 May 2005 19:09:51 -0000 1.4 --- DefaultPackageInstaller.java 17 May 2005 20:03:11 -0000 1.5 *************** *** 14,17 **** --- 14,18 ---- import net.sf.ts2.pm.pack.resolver.PackageResolver; import net.sf.ts2.pm.pack.transform.PackageTransformation; + import net.sf.ts2.pm.pack.transform.PackageTransformationException; /** |
From: Nicolas C. <nch...@us...> - 2005-05-17 20:01:52
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8947 Modified Files: pom.xml Log Message: try to enable rapport Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-site/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 13 May 2005 19:44:31 -0000 1.2 --- pom.xml 17 May 2005 20:01:43 -0000 1.3 *************** *** 27,30 **** --- 27,38 ---- <name>ts2-pm site</name> <description>ts2-pm</description> + <!--reports> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + </plugins> + </reports--> <distributionManagement> <site> |
From: Nicolas C. <nch...@us...> - 2005-05-17 20:01:06
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8775 Added Files: repository-descriptor.xml Log Message: add doc and images --- NEW FILE: repository-descriptor.xml --- <document> <properties> <title>Repository descriptor</title> <author email="nch...@so...">Nicolas Chalumeau</author> </properties> <body> <section name="The repository descriptor"> <subsection name="ts2Repository"> <p> The <code><repository></code> element specifies various attributes about a repository. This is the root element of the repository descriptor. The following table lists all of the possible child elements. Child elements with children are then documented further in subsequent sections. </p> <p> <table> <tr> <td>version</td> <td> Declares to which version of repository descriptor this repository conforms. </td> </tr> <tr> <td>name</td> <td> Short name that identify the repository </td> </tr> <tr> <td>url</td> <td>file system url or remote (like for an website)</td> </tr> <tr> <td>artifacts</td> <td>Uncategorize / new artifact see ArtifactDescriptor</td> </tr> </table> </p> </subsection> <subsection name="???"> <p> ???. </p> <p> <table> <tr> <td>name</td> <td>name</td> </tr> <tr> <td>shortDescription</td> <td>name</td> </tr> <tr> <td>description</td> <td>name</td> </tr> <tr> <td>version</td> <td>name</td> </tr> <tr> <td>installed</td> <td>name</td> </tr> <tr> <td>archive</td> <td>name</td> </tr> <tr> <td>type</td> <td>name</td> </tr> <tr> <td>url</td> <td>name</td> </tr> <tr> <td>authors</td> <td>name</td> </tr> <tr> <td>packFiles</td> <td>name</td> </tr> <tr> <td>url</td> <td>name</td> </tr> <tr> <td>packFiles</td> <td>name</td> </tr> <tr> <td>images</td> <td>name</td> </tr> <tr> <td>dependencies</td> <td>name</td> </tr> <tr> <td>conflicts</td> <td>name</td> </tr> </table> </p> </subsection> <!--class> <name>Author</name> <version>1.0.0</version> <description><![CDATA[ TODO Description. ]]></description> <fields> <field> <name>name</name> <version>1.0.0</version> <required>true</required> <description><![CDATA[ TODO Description. ]]></description> <type>String</type> </field> <field> <name>shortDescription</name> <version>1.0.0</version> <required>false</required> <description><![CDATA[ TODO Description. ]]></description> <type>String</type> </field> <field> <name>description</name> <version>1.0.0</version> <required>false</required> <description><![CDATA[ TODO Description. ]]></description> <type>String</type> </field> <field> <name>email</name> <version>1.0.0</version> <required>false</required> <description><![CDATA[ TODO Description. ]]></description> <type>String</type> </field> <field> <name>url</name> <version>1.0.0</version> <required>false</required> <description><![CDATA[ TODO Description. ]]></description> <type>String</type> </field> </fields> </class> <class> <name>Dependency</name> <superClass>AbstractArtifactDescriptor</superClass> <version>1.0.0</version> <description><![CDATA[ TODO Description. ]]></description> </class> <class> <name>Conflict</name> <superClass>Dependency</superClass> <version>1.0.0</version> <description><![CDATA[ TODO Description. ]]></description> </class> <class> <name>Image</name> <version>1.0.0</version> <description><![CDATA[ . ]]></description> <fields> <field> <name>file</name> <version>1.0.0</version> <required>true</required> <description><![CDATA[ . ]]></description> <type>String</type> </field> <field> <name>type</name> <version>1.0.0</version> <required>true</required> <description><![CDATA[ Categorie of the element (clotheMesh, hack, ...) that is not compatible with this element. ]]></description> <type>String</type> </field> </fields> </class--> </section> </body> </document> |
From: Nicolas C. <nch...@us...> - 2005-05-17 20:00:33
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8643 Modified Files: glossary.xml index.xml navigation.xml repository-structure.xml Log Message: add doc and images Index: index.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.xml 14 May 2005 19:09:52 -0000 1.4 --- index.xml 17 May 2005 20:00:19 -0000 1.5 *************** *** 7,23 **** <section name="Introduction"> <p> ! <b> ! This application will be an advanced file manager for the game The ! Sims 2. ! </b> ! </p> ! <p> ! This application will allow an easy way to install/change/delete the ! .package files that you have in your TS2 download directory. </p> <p> The idea is to have a "repository" (where you store only the zip/rar) of ! the things you download on the web and a gui (graphic user interface) ! which permit you to manage the TS2 download package directory. </p> </section> --- 7,21 ---- <section name="Introduction"> <p> ! This application to allow easy installation / change / delete in the ! download directory. The main goal is to have the full control of what ! is in this directory. </p> <p> The idea is to have a "repository" (where you store only the zip/rar) of ! download and a gui (graphic usr interface) permit you to ! add/remove/change a version/... of the sims2 download directory packages. ! The "repository" will have structure that categorize your download ie ! something like : ! c:\...\myts2repo\clothes\youngadult\casual\top\uid \uid-1.0.zip </p> </section> Index: navigation.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/navigation.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** navigation.xml 14 May 2005 19:09:52 -0000 1.4 --- navigation.xml 17 May 2005 20:00:19 -0000 1.5 *************** *** 3,10 **** <body> ! <!--links> <item name="Maven 1.0" href="http://maven.apache.org/"/> <item name="Maven 2" href="http://maven.apache.org/maven2/"/> ! </links--> <menu name="Presentation"> --- 3,10 ---- <body> ! <links> <item name="Maven 1.0" href="http://maven.apache.org/"/> <item name="Maven 2" href="http://maven.apache.org/maven2/"/> ! </links> <menu name="Presentation"> *************** *** 12,18 **** <item name="General Information" href="general-info.html"/> <item name="Repository Structure" href="repository-structure.html"/> - <item name="Artifact type" href="artifact-type.html"/> - <item name="Glossary" href="glossary.html"/> - <item name="Repository descriptor" href="repository-descriptor.html"/> </menu> <menu name="User's Guide"> --- 12,15 ---- *************** *** 20,26 **** <item name="Configuration" href="configuration.html"/> </menu> ! <menu name="Developers/contributor"> ! <item name="The sourceforge project" href="http://sourceforge.net/projects/ts2-pm"/> ! </menu> </body> </project> \ No newline at end of file --- 17,23 ---- <item name="Configuration" href="configuration.html"/> </menu> ! <!--menu name="Developers"> ! <item name="Documentation Needed" href="docs-required.html"/> ! </menu--> </body> </project> \ No newline at end of file Index: repository-structure.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/repository-structure.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** repository-structure.xml 16 May 2005 22:17:27 -0000 1.9 --- repository-structure.xml 17 May 2005 20:00:19 -0000 1.10 *************** *** 29,33 **** </p> <p> ! The localisation of the repository is defined in your configuration (<a href="configuration.html">see the configuration section</a>). --- 29,35 ---- </p> <p> ! ts2-pm use a "type driven" structuration (<a href="artifact-type.html"> ! see the artifact type section</a>) to store the "archive" ! artifact. The localisation of the repository is defined in your configuration (<a href="configuration.html">see the configuration section</a>). *************** *** 44,47 **** --- 46,50 ---- Each type/subtype is a directory. </p> + </subsection> <subsection name="Web Server"> Index: glossary.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/glossary.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** glossary.xml 13 May 2005 19:44:31 -0000 1.4 --- glossary.xml 17 May 2005 20:00:19 -0000 1.5 *************** *** 1,3 **** ! <document> <properties> <title>Artifact Type</title> --- 1,3 ---- ! <document> <properties> <title>Artifact Type</title> *************** *** 51,53 **** </section> </body> ! </document> --- 51,53 ---- </section> </body> ! </document> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-17 19:52:26
|
Update of /cvsroot/ts2-pm/ts2-pm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6675 Modified Files: pom.xml Log Message: add team info correction of the mailling lists url Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/pom.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** pom.xml 13 May 2005 19:44:29 -0000 1.12 --- pom.xml 17 May 2005 19:52:16 -0000 1.13 *************** *** 45,49 **** <subscribe>http://lists.sourceforge.net/lists/listinfo/ts2-pm-user</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/ts2-pm-user</unsubscribe> ! <archive>http://lists.sourceforge.net/lists/listinfo/ts2-pm-user</archive> </mailingList> <mailingList> --- 45,49 ---- <subscribe>http://lists.sourceforge.net/lists/listinfo/ts2-pm-user</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/ts2-pm-user</unsubscribe> ! <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=44959</archive> </mailingList> <mailingList> *************** *** 51,55 **** <subscribe>http://lists.sourceforge.net/lists/listinfo/ts2-pm-deve</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/ts2-pm-deve</unsubscribe> ! <archive>http://lists.sourceforge.net/lists/listinfo/ts2-pm-deve</archive> </mailingList> </mailingLists> --- 51,61 ---- <subscribe>http://lists.sourceforge.net/lists/listinfo/ts2-pm-deve</subscribe> <unsubscribe>http://lists.sourceforge.net/lists/listinfo/ts2-pm-deve</unsubscribe> ! <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=44958</archive> ! </mailingList> ! <mailingList> ! <name>ts2-pm CVS List</name> ! <subscribe>http://lists.sourceforge.net/lists/listinfo/ts2-pm-cvs-commit</subscribe> ! <unsubscribe>http://lists.sourceforge.net/lists/listinfo/ts2-pm-cvs-commit</unsubscribe> ! <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=45084</archive> </mailingList> </mailingLists> *************** *** 65,68 **** --- 71,101 ---- </roles> </developer> + <developer> + <id>ahmadooka</id> + <name>AhmadOOka</name> + <email>ahm...@so...</email> + <organization>ts2-pm</organization> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>thekungfukid</id> + <name>Dave Woodhouse</name> + <email>the...@so...</email> + <organization>ts2-pm</organization> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>pussycatimp</id> + <name>Eli Jen</name> + <email>pus...@so...</email> + <organization>ts2-pm</organization> + <roles> + <role>Developer</role> + </roles> + </developer> </developers> <scm> |
From: thekungfukid <the...@us...> - 2005-05-17 01:22:28
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4313 Modified Files: repository-structure.xml Log Message: Corrected spelling & grammar into native english. Index: repository-structure.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/repository-structure.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** repository-structure.xml 14 May 2005 19:09:52 -0000 1.8 --- repository-structure.xml 16 May 2005 22:17:27 -0000 1.9 *************** *** 5,23 **** </properties> <body> ! <section name="Why having a structuration and a repository"> <p> ! On the web you can find anything to download for your Sims but sometime ! you don't want to install all of them (maybe just test it before use it ! definitly). </p> <p> ! The problem in TS2 is that the package have not allways a ! significative name that allow you to find it in your big download ! directory. That why ts2-pm introduces the notion of structuration : the ! directory structure can allow you quick search... </p> <p> ! Why having a repository for the thing you download ? First to don't ! have to download it an other time. To have a back up in the case of a system crash if you use windows ;-)... </p> --- 5,22 ---- </properties> <body> ! <section name="Why have structuration and a repository"> <p> ! On the web you can find loads to download for your Sims. However, sometimes ! you don't want/need to install everything you have downloaded (e.g. maybe you just want to test the download before actually using it). </p> <p> ! The problem with TS2 is that the packages don't always have an ! intuitive name that allows you to easily find what you are looking for in what might be a big download ! directory. Therefore, ts2-pm introduces the notion of structuration : a ! directory structure that allows you quick and easy searches... </p> <p> ! You may ask "Why have a repository for the things I download"? Well firstly, so that you don't ! have to download a file multiple times and secondly so that you have a back-up of the files in case of a system crash if you use windows ;-)... </p> *************** *** 26,42 **** <subsection name="File System"> <p> ! The compressed files (.zip, .rar) that you download are store on your hard drive disk but an ! organisation of this repository is important to easy find/search things and ! it make the maintenance easier. </p> <p> ! The localisation of the repository is define in your configuration (<a href="configuration.html">see the configuration section</a>). </p> <p> ! ts2-pm use a "type driven" structuration (<a href="artifact-type.html"> ! see the artifact type section</a>) to store the "archive" ! artifact. </p> <p> --- 25,40 ---- <subsection name="File System"> <p> ! The compressed files (.zip, .rar) that you download are stored in a repository on your hard drive, but ! organisation of this repository is important in order to easily find/search for things. It also makes maintenance of the repository easier. </p> <p> ! The localisation of the repository is defined in your configuration (<a href="configuration.html">see the configuration section</a>). </p> <p> ! ts2-pm uses a "type driven" structuration (<a href="artifact-type.html"> ! see the artifact type section</a>) to store the "archived" ! artifacts. </p> <p> *************** *** 49,63 **** <subsection name="Web Server"> <p> ! This feature will not be yet implemented as it is not a priority in my todo list. ! But It will be the same has the file system one ie : <br/> http://my.server.org/TS2Repository/clothes/casual/top/adult/author1/top1/top1-1.0.zip ! will design the same aritifact and will be install in the preceding directory. </p> </subsection> </section> ! <section name="Artifact"> <p> ! The artifact are compressed files. Here is an example of what could contains ! an artifact. </p> <p> --- 47,60 ---- <subsection name="Web Server"> <p> ! This feature will not be implemented for the time being as it is not a priority in my todo list. ! However, it will be the same structure as the file system feature ie : <br/> http://my.server.org/TS2Repository/clothes/casual/top/adult/author1/top1/top1-1.0.zip ! will design the same aritifacts and will be installed in the preceding directory. </p> </subsection> </section> ! <section name="Artifacts"> <p> ! An artifact is a group of compressed files. Here is an example of what an artifact could contain. </p> <p> *************** *** 71,75 **** </td> <td> ! is one of the file that will be copy in the TS2 download dir </td> </tr> --- 68,72 ---- </td> <td> ! is one of the files that will be copied in the TS2 download dir </td> </tr> *************** *** 87,91 **** </td> <td> ! is one one of the preview image of what will be install </td> </tr> --- 84,88 ---- </td> <td> ! is one one of the preview images of what will be installed </td> </tr> *************** *** 95,99 **** </td> <td> ! some info by the author like installation instruction </td> </tr> --- 92,96 ---- </td> <td> ! some info by the author e.g. installation instruction </td> </tr> |
From: Nicolas C. <nch...@us...> - 2005-05-14 19:10:18
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25006/ts2-pm-site/src/site/xdoc Modified Files: index.xml navigation.xml repository-structure.xml Log Message: upadte eclipse projects Index: index.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.xml 4 May 2005 17:11:35 -0000 1.3 --- index.xml 14 May 2005 19:09:52 -0000 1.4 *************** *** 7,21 **** <section name="Introduction"> <p> ! This application to allow easy installation / change / delete in the ! download directory. The main goal is to have the full control of what ! is in this directory. </p> <p> The idea is to have a "repository" (where you store only the zip/rar) of ! download and a gui (graphic usr interface) permit you to ! add/remove/change a version/... of the sims2 download directory packages. ! The "repository" will have structure that categorize your download ie ! something like : ! c:\...\myts2repo\clothes\youngadult\casual\top\uid \uid-1.0.zip </p> </section> --- 7,23 ---- <section name="Introduction"> <p> ! <b> ! This application will be an advanced file manager for the game The ! Sims 2. ! </b> ! </p> ! <p> ! This application will allow an easy way to install/change/delete the ! .package files that you have in your TS2 download directory. </p> <p> The idea is to have a "repository" (where you store only the zip/rar) of ! the things you download on the web and a gui (graphic user interface) ! which permit you to manage the TS2 download package directory. </p> </section> Index: navigation.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/navigation.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** navigation.xml 4 May 2005 17:11:35 -0000 1.3 --- navigation.xml 14 May 2005 19:09:52 -0000 1.4 *************** *** 3,10 **** <body> ! <links> <item name="Maven 1.0" href="http://maven.apache.org/"/> <item name="Maven 2" href="http://maven.apache.org/maven2/"/> ! </links> <menu name="Presentation"> --- 3,10 ---- <body> ! <!--links> <item name="Maven 1.0" href="http://maven.apache.org/"/> <item name="Maven 2" href="http://maven.apache.org/maven2/"/> ! </links--> <menu name="Presentation"> *************** *** 12,15 **** --- 12,18 ---- <item name="General Information" href="general-info.html"/> <item name="Repository Structure" href="repository-structure.html"/> + <item name="Artifact type" href="artifact-type.html"/> + <item name="Glossary" href="glossary.html"/> + <item name="Repository descriptor" href="repository-descriptor.html"/> </menu> <menu name="User's Guide"> *************** *** 17,23 **** <item name="Configuration" href="configuration.html"/> </menu> ! <!--menu name="Developers"> ! <item name="Documentation Needed" href="docs-required.html"/> ! </menu--> </body> </project> \ No newline at end of file --- 20,26 ---- <item name="Configuration" href="configuration.html"/> </menu> ! <menu name="Developers/contributor"> ! <item name="The sourceforge project" href="http://sourceforge.net/projects/ts2-pm"/> ! </menu> </body> </project> \ No newline at end of file Index: repository-structure.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/repository-structure.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** repository-structure.xml 13 May 2005 21:36:10 -0000 1.7 --- repository-structure.xml 14 May 2005 19:09:52 -0000 1.8 *************** *** 26,50 **** <subsection name="File System"> <p> ! Zip, Rar that you download are store on your hard drive disk but an ! organisation of this repository is important to easy find thing and ! it make the maintenace easier. </p> <p> ! ts2-pm use a "type driven" structuration (<a href="artifact-type.html"> ! see the artifact type section</a>) to store the "archive" ! artifact. The localisation of the repository is define in your configuration (<a href="configuration.html">see the configuration section</a>). </p> <p> ! A concrete example : <br/> ! <img alt="Built by Maven" src="./images/repository-structure.png"></img> </p> - </subsection> <subsection name="Web Server"> <p> This feature will not be yet implemented as it is not a priority in my todo list. ! But It will be the same has the file system one. </p> </subsection> --- 26,56 ---- <subsection name="File System"> <p> ! The compressed files (.zip, .rar) that you download are store on your hard drive disk but an ! organisation of this repository is important to easy find/search things and ! it make the maintenance easier. </p> <p> ! The localisation of the repository is define in your configuration (<a href="configuration.html">see the configuration section</a>). </p> <p> ! ts2-pm use a "type driven" structuration (<a href="artifact-type.html"> ! see the artifact type section</a>) to store the "archive" ! artifact. ! </p> ! <p> ! <img src="./images/repository-structure.png"></img> ! </p> ! <p> ! Each type/subtype is a directory. </p> </subsection> <subsection name="Web Server"> <p> This feature will not be yet implemented as it is not a priority in my todo list. ! But It will be the same has the file system one ie : <br/> ! http://my.server.org/TS2Repository/clothes/casual/top/adult/author1/top1/top1-1.0.zip ! will design the same aritifact and will be install in the preceding directory. </p> </subsection> *************** *** 52,56 **** <section name="Artifact"> <p> ! <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img> </p> </section> --- 58,110 ---- <section name="Artifact"> <p> ! The artifact are compressed files. Here is an example of what could contains ! an artifact. ! </p> ! <p> ! <img src="./images/artifact-content.png"></img> ! </p> ! <p> ! <table> ! <tr> ! <td> ! top1-1.0.package ! </td> ! <td> ! is one of the file that will be copy in the TS2 download dir ! </td> ! </tr> ! <tr> ! <td> ! top1-1.0.xml ! </td> ! <td> ! is the package descriptor ! </td> ! </tr> ! <tr> ! <td> ! screenshot1.jpg ! </td> ! <td> ! is one one of the preview image of what will be install ! </td> ! </tr> ! <tr> ! <td> ! README.txt ! </td> ! <td> ! some info by the author like installation instruction ! </td> ! </tr> ! <tr> ! <td> ! LICENSE.txt ! </td> ! <td> ! redistribution rules ! </td> ! </tr> ! </table> </p> </section> |
From: Nicolas C. <nch...@us...> - 2005-05-14 19:10:18
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/manager In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25006/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/manager Modified Files: DefaultArtifactManager.java Log Message: upadte eclipse projects Index: DefaultArtifactManager.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/manager/DefaultArtifactManager.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DefaultArtifactManager.java 12 May 2005 19:04:26 -0000 1.5 --- DefaultArtifactManager.java 14 May 2005 19:09:51 -0000 1.6 *************** *** 25,30 **** import java.util.List; - import org.apache.commons.lang.StringUtils; - import net.sf.ts2.pm.artifact.Artifact; import net.sf.ts2.pm.artifact.ArtifactFactory; --- 25,28 ---- |
From: Nicolas C. <nch...@us...> - 2005-05-14 19:10:16
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-package/src/main/java/net/sf/ts2/pm/pack/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25006/ts2-pm-package/src/main/java/net/sf/ts2/pm/pack/installer Modified Files: DefaultPackageInstaller.java Log Message: upadte eclipse projects Index: DefaultPackageInstaller.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-package/src/main/java/net/sf/ts2/pm/pack/installer/DefaultPackageInstaller.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DefaultPackageInstaller.java 12 May 2005 18:40:24 -0000 1.3 --- DefaultPackageInstaller.java 14 May 2005 19:09:51 -0000 1.4 *************** *** 14,18 **** import net.sf.ts2.pm.pack.resolver.PackageResolver; import net.sf.ts2.pm.pack.transform.PackageTransformation; - import net.sf.ts2.pm.pack.transform.PackageTransformationException; /** --- 14,17 ---- |
From: Nicolas C. <nch...@us...> - 2005-05-14 19:10:15
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/transform In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25006/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/transform Modified Files: DefaultArtifactTransformation.java Log Message: upadte eclipse projects Index: DefaultArtifactTransformation.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/src/main/java/net/sf/ts2/pm/artifact/transform/DefaultArtifactTransformation.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** DefaultArtifactTransformation.java 11 May 2005 22:25:11 -0000 1.5 --- DefaultArtifactTransformation.java 14 May 2005 19:09:51 -0000 1.6 *************** *** 21,33 **** import java.io.File; - import java.io.IOException; - - import org.apache.commons.lang.StringUtils; import net.sf.ts2.pm.artifact.Artifact; import net.sf.ts2.pm.artifact.DefaultArtifact; - import net.sf.ts2.pm.artifact.deployer.DefaultArtifactDeployer; import net.sf.ts2.pm.model.ArtifactDescriptor; /** * @author chalumeau --- 21,31 ---- import java.io.File; import net.sf.ts2.pm.artifact.Artifact; import net.sf.ts2.pm.artifact.DefaultArtifact; import net.sf.ts2.pm.model.ArtifactDescriptor; + import org.apache.commons.lang.StringUtils; + /** * @author chalumeau |
From: Nicolas C. <nch...@us...> - 2005-05-14 19:10:15
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25006/ts2-pm-site/src/site Modified Files: site.xml Log Message: upadte eclipse projects Index: site.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/site.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** site.xml 13 May 2005 21:36:09 -0000 1.4 --- site.xml 14 May 2005 19:09:51 -0000 1.5 *************** *** 3,11 **** <bannerLeft> <name>TS2-PM</name> <href>http://sourceforge.net/projects/ts2-pm/</href> </bannerLeft> <bannerRight> ! <name>http://images.sourceforge.net/images/head_bg_new2.gif</name> ! <href>http://www.sourceforge.net</href> </bannerRight> <body> --- 3,11 ---- <bannerLeft> <name>TS2-PM</name> + <!--src>http://todo/logo.png</src--> <href>http://sourceforge.net/projects/ts2-pm/</href> </bannerLeft> <bannerRight> ! <src>http://images.sourceforge.net/images/head_bg_new2.gif</src> </bannerRight> <body> *************** *** 19,22 **** --- 19,25 ---- <item name="General Information" href="general-info.html"/> <item name="Repository Structure" href="repository-structure.html"/> + <item name="Artifact type" href="artifact-type.html"/> + <item name="Glossary" href="glossary.html"/> + <item name="Repository descriptor" href="repository-descriptor.html"/> </menu> <menu name="User's Guide"> *************** *** 24,30 **** <item name="Configuration" href="configuration.html"/> </menu> ! <!--menu name="Developers"> ! <item name="Documentation Needed" href="docs-required.html"/> ! </menu--> </body> </project> \ No newline at end of file --- 27,33 ---- <item name="Configuration" href="configuration.html"/> </menu> ! <menu name="Developers/contributor"> ! <item name="The sourceforge project" href="http://sourceforge.net/projects/ts2-pm"/> ! </menu> </body> </project> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-13 21:36:29
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11874/xdoc Modified Files: repository-structure.xml Log Message: fix a bad m2 knowledge images are not in the xdocs plugin Index: repository-structure.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/repository-structure.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** repository-structure.xml 13 May 2005 16:49:00 -0000 1.6 --- repository-structure.xml 13 May 2005 21:36:10 -0000 1.7 *************** *** 39,43 **** <p> A concrete example : <br/> ! <img src="images/repository-structure.PNG"/> </p> --- 39,43 ---- <p> A concrete example : <br/> ! <img alt="Built by Maven" src="./images/repository-structure.png"></img> </p> *************** *** 52,56 **** <section name="Artifact"> <p> ! <img src="images/artifact-content.PNG"/> </p> </section> --- 52,56 ---- <section name="Artifact"> <p> ! <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img> </p> </section> |
From: Nicolas C. <nch...@us...> - 2005-05-13 21:36:27
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/xdoc/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11874/xdoc/images Removed Files: artifact-content.PNG repository-structure.PNG Log Message: fix a bad m2 knowledge images are not in the xdocs plugin --- artifact-content.PNG DELETED --- --- repository-structure.PNG DELETED --- |
From: Nicolas C. <nch...@us...> - 2005-05-13 21:36:24
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11874 Modified Files: site.xml Log Message: fix a bad m2 knowledge images are not in the xdocs plugin Index: site.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/site.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** site.xml 4 May 2005 17:12:04 -0000 1.3 --- site.xml 13 May 2005 21:36:09 -0000 1.4 *************** *** 10,18 **** </bannerRight> <body> <menu name="User's Guide"> <item name="Getting Started" href="getting-started.html"/> </menu> ! <menu name="Reference"> ! </menu> </body> </project> \ No newline at end of file --- 10,30 ---- </bannerRight> <body> + <!--links> + <item name="Maven 1.0" href="http://maven.apache.org/"/> + <item name="Maven 2" href="http://maven.apache.org/maven2/"/> + </links--> + + <menu name="Presentation"> + <item name="Introduction" href="index.html"/> + <item name="General Information" href="general-info.html"/> + <item name="Repository Structure" href="repository-structure.html"/> + </menu> <menu name="User's Guide"> <item name="Getting Started" href="getting-started.html"/> + <item name="Configuration" href="configuration.html"/> </menu> ! <!--menu name="Developers"> ! <item name="Documentation Needed" href="docs-required.html"/> ! </menu--> </body> </project> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-13 21:36:24
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11874/images Added Files: artifact-content.png repository-structure.png Log Message: fix a bad m2 knowledge images are not in the xdocs plugin --- 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 21:34:30
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11507/images Log Message: Directory /cvsroot/ts2-pm/ts2-pm/site/src/site/images added to the repository |