ts2-pm-cvs-commit 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
|
May
(173) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Nicolas C. <nch...@us...> - 2005-05-31 22:07:55
|
Update of /cvsroot/ts2-pm/CVSROOT In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6430 Modified Files: loginfo Log Message: stop temporary the mail notification Index: loginfo =================================================================== RCS file: /cvsroot/ts2-pm/CVSROOT/loginfo,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** loginfo 13 May 2005 20:52:38 -0000 1.5 --- loginfo 31 May 2005 22:07:45 -0000 1.6 *************** *** 28,30 **** # send mail to the ts2-pm-cvs-commit list ! DEFAULT /cvsroot/sitedocs/CVSROOT/cvstools/syncmail %{sVv} ts2...@li... --- 28,30 ---- # 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-31 22:05:57
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5526 Modified Files: site.xml Log Message: change the SF logo Index: site.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/site/src/site/site.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** site.xml 31 May 2005 19:36:47 -0000 1.7 --- site.xml 31 May 2005 22:05:47 -0000 1.8 *************** *** 3,17 **** <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> - <!--links> - <item name="Maven 1.0" href="http://maven.apache.org/"/> - <item name="Maven 2" href="http://maven.apache.org/maven2/"/> - </links--> <menu name="TS2 Package manager"> --- 3,12 ---- <bannerLeft> <name>TS2-PM</name> <href>http://sourceforge.net/projects/ts2-pm/</href> </bannerLeft> <bannerRight> ! <src>http://sourceforge.net/sflogo.php?group_id=115778&type=1</src> </bannerRight> <body> <menu name="TS2 Package manager"> |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:36:43
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/main/java/net/sf/ts2/pm/gui/menu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23781/net/sf/ts2/pm/gui/menu Modified Files: MainMenuBar.java MainMenuBarHandler.java Log Message: checkstyle corection Index: MainMenuBarHandler.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/main/java/net/sf/ts2/pm/gui/menu/MainMenuBarHandler.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MainMenuBarHandler.java 31 May 2005 20:15:34 -0000 1.1 --- MainMenuBarHandler.java 31 May 2005 20:36:33 -0000 1.2 *************** *** 31,39 **** { ! private MainMenuBar menu_bar; ! public MainMenuBarHandler(MainMenuBar menu_bar) { ! this.menu_bar = menu_bar; } --- 31,39 ---- { ! private MainMenuBar menuBar; ! public MainMenuBarHandler(MainMenuBar menuBar) { ! this.menuBar = menuBar; } *************** *** 59,63 **** } ! else if (arg.equals("Quit")) { System.exit(0); } --- 59,64 ---- } ! else if (arg.equals("Quit")) ! { System.exit(0); } Index: MainMenuBar.java =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/main/java/net/sf/ts2/pm/gui/menu/MainMenuBar.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MainMenuBar.java 31 May 2005 20:15:33 -0000 1.1 --- MainMenuBar.java 31 May 2005 20:36:33 -0000 1.2 *************** *** 41,54 **** JMenu file = new JMenu("File", false); file.setMnemonic(KeyEvent.VK_F); ! JMenuItem file_new, file_open, file_close, file_quit; ! file.add(file_new = new JMenuItem("New")); ! file_new.setMnemonic(KeyEvent.VK_N); ! file.add(file_open = new JMenuItem("Open...")); ! file_open.setMnemonic(KeyEvent.VK_O); ! file.add(file_close = new JMenuItem("Close")); ! file_close.setMnemonic(KeyEvent.VK_C); file.addSeparator(); ! file.add(file_quit = new JMenuItem("Quit")); ! file_quit.setMnemonic(KeyEvent.VK_Q); this.add(file); --- 41,54 ---- JMenu file = new JMenu("File", false); file.setMnemonic(KeyEvent.VK_F); ! JMenuItem fileNew, fileOpen, fileClose, fileQuit; ! file.add(fileNew = new JMenuItem("New")); ! fileNew.setMnemonic(KeyEvent.VK_N); ! file.add(fileOpen = new JMenuItem("Open...")); ! fileOpen.setMnemonic(KeyEvent.VK_O); ! file.add(fileClose = new JMenuItem("Close")); ! fileClose.setMnemonic(KeyEvent.VK_C); file.addSeparator(); ! file.add(fileQuit = new JMenuItem("Quit")); ! fileQuit.setMnemonic(KeyEvent.VK_Q); this.add(file); *************** *** 56,63 **** JMenu repository = new JMenu("Repository", false); repository.setMnemonic(KeyEvent.VK_R); ! JMenuItem repository_1, repository_2, repository_3; ! repository.add(repository_1 = new JMenuItem("Test 1")); ! repository.add(repository_2 = new JMenuItem("Test 2")); ! repository.add(repository_3 = new JMenuItem("Test 3")); this.add(repository); --- 56,63 ---- JMenu repository = new JMenu("Repository", false); repository.setMnemonic(KeyEvent.VK_R); ! JMenuItem repository1, repository2, repository3; ! repository.add(repository1 = new JMenuItem("Test 1")); ! repository.add(repository2 = new JMenuItem("Test 2")); ! repository.add(repository3 = new JMenuItem("Test 3")); this.add(repository); *************** *** 65,92 **** JMenu artifact = new JMenu("Artifact", false); artifact.setMnemonic(KeyEvent.VK_A); ! JMenuItem artifact_1, artifact_2, artifact_3; ! artifact.add(artifact_1 = new JMenuItem("Test 1")); ! artifact.add(artifact_2 = new JMenuItem("Test 2")); ! artifact.add(artifact_3 = new JMenuItem("Test 3")); this.add(artifact); //create the "Package" menu item & it's sub-items ! JMenu my_package = new JMenu("Package", false); ! my_package.setMnemonic(KeyEvent.VK_P); ! JMenuItem my_package_1, my_package_2, my_package_3; ! my_package.add(my_package_1 = new JMenuItem("Test 1")); ! my_package.add(my_package_2 = new JMenuItem("Test 2")); ! my_package.add(my_package_3 = new JMenuItem("Test 3")); ! this.add(my_package); //create the "Help" menu item JMenu help = new JMenu("Help", false); help.setMnemonic(KeyEvent.VK_H); ! JMenuItem help_index, help_about; ! help.add(help_index = new JMenuItem("Index")); ! help_index.setMnemonic(KeyEvent.VK_I); help.addSeparator(); ! help.add(help_about = new JMenuItem("About")); ! help_about.setMnemonic(KeyEvent.VK_A); this.add(help); --- 65,92 ---- JMenu artifact = new JMenu("Artifact", false); artifact.setMnemonic(KeyEvent.VK_A); ! JMenuItem artifact1, artifact2, artifact3; ! artifact.add(artifact1 = new JMenuItem("Test 1")); ! artifact.add(artifact2 = new JMenuItem("Test 2")); ! artifact.add(artifact3 = new JMenuItem("Test 3")); this.add(artifact); //create the "Package" menu item & it's sub-items ! JMenu myPackage = new JMenu("Package", false); ! myPackage.setMnemonic(KeyEvent.VK_P); ! JMenuItem myPackage1, myPackage2, myPackage3; ! myPackage.add(myPackage1 = new JMenuItem("Test 1")); ! myPackage.add(myPackage2 = new JMenuItem("Test 2")); ! myPackage.add(myPackage3 = new JMenuItem("Test 3")); ! this.add(myPackage); //create the "Help" menu item JMenu help = new JMenu("Help", false); help.setMnemonic(KeyEvent.VK_H); ! JMenuItem helpIndex, helpAbout; ! help.add(helpIndex = new JMenuItem("Index")); ! helpIndex.setMnemonic(KeyEvent.VK_I); help.addSeparator(); ! help.add(helpAbout = new JMenuItem("About")); ! helpAbout.setMnemonic(KeyEvent.VK_A); this.add(help); *************** *** 94,103 **** // items MainMenuBarHandler handler = new MainMenuBarHandler(this); ! file_new.addActionListener(handler); ! file_open.addActionListener(handler); ! file_close.addActionListener(handler); ! file_quit.addActionListener(handler); ! help_index.addActionListener(handler); ! help_about.addActionListener(handler); } --- 94,103 ---- // items MainMenuBarHandler handler = new MainMenuBarHandler(this); ! fileNew.addActionListener(handler); ! fileOpen.addActionListener(handler); ! fileClose.addActionListener(handler); ! fileQuit.addActionListener(handler); ! helpIndex.addActionListener(handler); ! helpAbout.addActionListener(handler); } |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:29:13
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf/ts2/pm/gui/menu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19514/java/net/sf/ts2/pm/gui/menu Added Files: MainMenuBarTest.java Log Message: move the Dave works on the menu bar in the correct module (i ommit to say him where commit...) rename the class move the Main class in the test part of this module --- NEW FILE: MainMenuBarTest.java --- /* * ======================================================================== * * 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.gui.menu; import javax.swing.JFrame; public class MainMenuBarTest { public static void main(String[] args) { JFrame frame = new JFrame("Test Frame"); MainMenuBar bar = new MainMenuBar(); frame.setJMenuBar(bar); frame.setVisible(true); } } |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:17:28
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf/ts2/pm/gui/menu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13909/menu Log Message: Directory /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf/ts2/pm/gui/menu added to the repository |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:17:17
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf/ts2/pm/gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13816/gui Log Message: Directory /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf/ts2/pm/gui added to the repository |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:16:57
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf/ts2/pm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13749/pm Log Message: Directory /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf/ts2/pm added to the repository |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:16:48
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf/ts2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13655/ts2 Log Message: Directory /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf/ts2 added to the repository |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:16:40
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13556/sf Log Message: Directory /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net/sf added to the repository |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:16:29
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13506/net Log Message: Directory /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java/net added to the repository |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:16:18
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13420/java Log Message: Directory /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/test/java added to the repository |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:15:43
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/main/java/net/sf/ts2/pm/gui/menu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13166 Added Files: MainMenuBar.java MainMenuBarHandler.java Log Message: move the Dave works on the menu bar in the correct module (i ommit to say him commit...) rename the class move the Main class in the test part of this module --- NEW FILE: MainMenuBarHandler.java --- /* * ======================================================================== * * 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.gui.menu; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; /** * @author Dave (thekungfukid) */ public class MainMenuBarHandler implements ActionListener { private MainMenuBar menu_bar; public MainMenuBarHandler(MainMenuBar menu_bar) { this.menu_bar = menu_bar; } //Defines events that occur upon user selection of a menu item public void actionPerformed(ActionEvent event) { String arg = (String) event.getActionCommand(); if (arg.equals("New")) { System.out.println("NEW"); } else if (arg.equals("Open...")) { System.out.println("OPEN"); } else if (arg.equals("Close")) { System.out.println("CLOSE"); } else if (arg.equals("Quit")) { System.exit(0); } else if (arg.equals("Index")) { System.out.println("INDEX"); } else if (arg.equals("About")) { System.out.println("ABOUT"); } } } --- NEW FILE: MainMenuBar.java --- /* * ======================================================================== * * 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.gui.menu; import java.awt.event.KeyEvent; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; /** * @author Dave (thekungfukid) */ public class MainMenuBar extends JMenuBar { public MainMenuBar() { super(); //create the "Main" menu item & it's sub-items JMenu file = new JMenu("File", false); file.setMnemonic(KeyEvent.VK_F); JMenuItem file_new, file_open, file_close, file_quit; file.add(file_new = new JMenuItem("New")); file_new.setMnemonic(KeyEvent.VK_N); file.add(file_open = new JMenuItem("Open...")); file_open.setMnemonic(KeyEvent.VK_O); file.add(file_close = new JMenuItem("Close")); file_close.setMnemonic(KeyEvent.VK_C); file.addSeparator(); file.add(file_quit = new JMenuItem("Quit")); file_quit.setMnemonic(KeyEvent.VK_Q); this.add(file); //create the "Repository" menu item & it's sub-items JMenu repository = new JMenu("Repository", false); repository.setMnemonic(KeyEvent.VK_R); JMenuItem repository_1, repository_2, repository_3; repository.add(repository_1 = new JMenuItem("Test 1")); repository.add(repository_2 = new JMenuItem("Test 2")); repository.add(repository_3 = new JMenuItem("Test 3")); this.add(repository); //create the "Artifact" menu item & it's sub-items JMenu artifact = new JMenu("Artifact", false); artifact.setMnemonic(KeyEvent.VK_A); JMenuItem artifact_1, artifact_2, artifact_3; artifact.add(artifact_1 = new JMenuItem("Test 1")); artifact.add(artifact_2 = new JMenuItem("Test 2")); artifact.add(artifact_3 = new JMenuItem("Test 3")); this.add(artifact); //create the "Package" menu item & it's sub-items JMenu my_package = new JMenu("Package", false); my_package.setMnemonic(KeyEvent.VK_P); JMenuItem my_package_1, my_package_2, my_package_3; my_package.add(my_package_1 = new JMenuItem("Test 1")); my_package.add(my_package_2 = new JMenuItem("Test 2")); my_package.add(my_package_3 = new JMenuItem("Test 3")); this.add(my_package); //create the "Help" menu item JMenu help = new JMenu("Help", false); help.setMnemonic(KeyEvent.VK_H); JMenuItem help_index, help_about; help.add(help_index = new JMenuItem("Index")); help_index.setMnemonic(KeyEvent.VK_I); help.addSeparator(); help.add(help_about = new JMenuItem("About")); help_about.setMnemonic(KeyEvent.VK_A); this.add(help); //Create handler to handle selection of menu items & add it to menu // items MainMenuBarHandler handler = new MainMenuBarHandler(this); file_new.addActionListener(handler); file_open.addActionListener(handler); file_close.addActionListener(handler); file_quit.addActionListener(handler); help_index.addActionListener(handler); help_about.addActionListener(handler); } } |
From: Nicolas C. <nch...@us...> - 2005-05-31 20:13:43
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/main/java/net/sf/ts2/pm/gui/menu In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12183/menu Log Message: Directory /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/src/main/java/net/sf/ts2/pm/gui/menu added to the repository |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:52:24
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-it/ts2-pm-cli-it-invoke In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/ts2-pm-it/ts2-pm-cli-it-invoke Modified Files: pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-it/ts2-pm-cli-it-invoke/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 26 May 2005 22:16:45 -0000 1.1 --- pom.xml 31 May 2005 19:51:43 -0000 1.2 *************** *** 21,25 **** <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> --- 21,25 ---- <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> *************** *** 31,35 **** <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-core</artifactId> ! <version>0.1-SNAPSHOT</version> <type>jar</type> </dependency> --- 31,35 ---- <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-core</artifactId> ! <version>0.2-SNAPSHOT</version> <type>jar</type> </dependency> |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:52:23
|
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-serv2002/ts2-pm-core/src/main/java/net/sf/ts2/pm Modified Files: DefaultTS2PackageManager.java Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test 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.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** DefaultTS2PackageManager.java 27 May 2005 19:50:52 -0000 1.11 --- DefaultTS2PackageManager.java 31 May 2005 19:51:42 -0000 1.12 *************** *** 327,333 **** --- 327,339 ---- } + /** @todo this must be include in a new cmponent */ private int executeCommand( String command, Repository repo ) { System.out.println( "Excecute command : " + command + "\n" ); + if ( StringUtils.equals( "testCLI", command )) + { + System.out.println( "CLI works\n" ); + return 0; + } if ( StringUtils.equals( "printRepo", command )) { *************** *** 343,349 **** } } ! if ( StringUtils.equals( "testCLI", command )) { ! System.out.println( "CLI works\n" ); return 0; } --- 349,380 ---- } } ! if ( StringUtils.equals( "printArtifact", command )) { ! System.out.println( "TODO\n" ); ! return 0; ! } ! if ( StringUtils.equals( "createArtifact", command )) ! { ! System.out.println( "TODO\n" ); ! return 0; ! } ! if ( StringUtils.equals( "modifyArtifact", command )) ! { ! System.out.println( "TODO\n" ); ! return 0; ! } ! if ( StringUtils.equals( "deleteArtifact", command )) ! { ! System.out.println( "TODO\n" ); ! return 0; ! } ! if ( StringUtils.equals( "uninstallArtifact", command )) ! { ! System.out.println( "TODO\n" ); ! return 0; ! } ! if ( StringUtils.equals( "installArtifact", command )) ! { ! System.out.println( "TODO\n" ); return 0; } |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:52:23
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-descriptor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/ts2-pm-descriptor Modified Files: .classpath pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-descriptor/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pom.xml 17 May 2005 20:06:48 -0000 1.3 --- pom.xml 31 May 2005 19:51:42 -0000 1.4 *************** *** 21,25 **** <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> --- 21,25 ---- <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> *************** *** 31,40 **** <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-model</artifactId> ! <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-settings</artifactId> ! <version>0.1-SNAPSHOT</version> </dependency> <dependency> --- 31,40 ---- <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-model</artifactId> ! <version>0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-settings</artifactId> ! <version>0.2-SNAPSHOT</version> </dependency> <dependency> Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-descriptor/.classpath,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** .classpath 21 May 2005 00:41:45 -0000 1.6 --- .classpath 31 May 2005 19:51:42 -0000 1.7 *************** *** 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/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-model/0.2-SNAPSHOT/ts2-pm-model-0.2-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/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"/> + <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-settings/0.2-SNAPSHOT/ts2-pm-settings-0.2-SNAPSHOT.jar"/> </classpath> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:52:23
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/ts2-pm-gui Modified Files: .classpath pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 17 May 2005 20:06:50 -0000 1.2 --- pom.xml 31 May 2005 19:51:42 -0000 1.3 *************** *** 21,25 **** <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> --- 21,25 ---- <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> *************** *** 31,40 **** <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-core</artifactId> ! <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-model</artifactId> ! <version>0.1-SNAPSHOT</version> </dependency> <dependency> --- 31,40 ---- <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-core</artifactId> ! <version>0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-model</artifactId> ! <version>0.2-SNAPSHOT</version> </dependency> <dependency> Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-gui/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 21 May 2005 00:33:30 -0000 1.4 --- .classpath 31 May 2005 19:51:42 -0000 1.5 *************** *** 7,19 **** <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/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/commons-cli/commons-cli/1.0/commons-cli-1.0.jar"/> <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/springframework/spring/1.1.5/spring-1.1.5.jar"/> --- 7,18 ---- <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-model/0.2-SNAPSHOT/ts2-pm-model-0.2-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/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/net/sf/ts2/pm/ts2-pm-descriptor/0.2-SNAPSHOT/ts2-pm-descriptor-0.2-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-artifact/0.2-SNAPSHOT/ts2-pm-artifact-0.2-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-package/0.2-SNAPSHOT/ts2-pm-package-0.2-SNAPSHOT.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-core/0.2-SNAPSHOT/ts2-pm-core-0.2-SNAPSHOT.jar"/> <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar"/> <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/springframework/spring/1.1.5/spring-1.1.5.jar"/> *************** *** 21,23 **** --- 20,23 ---- <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"/> + <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-settings/0.2-SNAPSHOT/ts2-pm-settings-0.2-SNAPSHOT.jar"/> </classpath> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:52:22
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/ts2-pm-artifact Modified Files: .classpath pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/pom.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pom.xml 17 May 2005 20:06:46 -0000 1.5 --- pom.xml 31 May 2005 19:51:41 -0000 1.6 *************** *** 21,25 **** <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> --- 21,25 ---- <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> *************** *** 31,45 **** <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-model</artifactId> ! <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-settings</artifactId> ! <version>0.1-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-package</artifactId> ! <version>0.1-SNAPSHOT</version> </dependency> <dependency> --- 31,45 ---- <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-model</artifactId> ! <version>0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-settings</artifactId> ! <version>0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-package</artifactId> ! <version>0.2-SNAPSHOT</version> </dependency> <dependency> Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-artifact/.classpath,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** .classpath 21 May 2005 00:41:44 -0000 1.8 --- .classpath 31 May 2005 19:51:41 -0000 1.9 *************** *** 6,15 **** <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 --- 6,15 ---- <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-model/0.2-SNAPSHOT/ts2-pm-model-0.2-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/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/net/sf/ts2/pm/ts2-pm-package/0.2-SNAPSHOT/ts2-pm-package-0.2-SNAPSHOT.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-settings/0.2-SNAPSHOT/ts2-pm-settings-0.2-SNAPSHOT.jar"/> </classpath> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:52:22
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-it In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/ts2-pm-it Modified Files: pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-it/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 27 May 2005 17:18:23 -0000 1.2 --- pom.xml 31 May 2005 19:51:42 -0000 1.3 *************** *** 21,25 **** <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> --- 21,25 ---- <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> *************** *** 27,31 **** <groupId>net.sf.ts2.pm</groupId> <packaging>pom</packaging> ! <version>0.1-SNAPSHOT</version> <name>ts2-pm : integration tests of the project</name> <description>The Sims 2 Package Manager : integration tests of the project</description> --- 27,31 ---- <groupId>net.sf.ts2.pm</groupId> <packaging>pom</packaging> ! <version>0.2-SNAPSHOT</version> <name>ts2-pm : integration tests of the project</name> <description>The Sims 2 Package Manager : integration tests of the project</description> |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:52:22
|
Update of /cvsroot/ts2-pm/ts2-pm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002 Modified Files: pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/pom.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** pom.xml 29 May 2005 00:21:25 -0000 1.16 --- pom.xml 31 May 2005 19:51:41 -0000 1.17 *************** *** 72,84 **** </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> --- 72,75 ---- *************** *** 89,101 **** </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> --- 80,83 ---- |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:52:22
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/ts2-pm-core Modified Files: .classpath pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/pom.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pom.xml 27 May 2005 16:32:26 -0000 1.8 --- pom.xml 31 May 2005 19:51:42 -0000 1.9 *************** *** 21,25 **** <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> --- 21,25 ---- <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> *************** *** 31,35 **** <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-descriptor</artifactId> ! <version>0.1-SNAPSHOT</version> <type>jar</type> </dependency> --- 31,35 ---- <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-descriptor</artifactId> ! <version>0.2-SNAPSHOT</version> <type>jar</type> </dependency> *************** *** 37,41 **** <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-artifact</artifactId> ! <version>0.1-SNAPSHOT</version> <type>jar</type> </dependency> --- 37,41 ---- <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-artifact</artifactId> ! <version>0.2-SNAPSHOT</version> <type>jar</type> </dependency> *************** *** 43,47 **** <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-settings</artifactId> ! <version>0.1-SNAPSHOT</version> <type>jar</type> </dependency> --- 43,47 ---- <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-settings</artifactId> ! <version>0.2-SNAPSHOT</version> <type>jar</type> </dependency> *************** *** 49,53 **** <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-model</artifactId> ! <version>0.1-SNAPSHOT</version> <type>jar</type> </dependency> --- 49,53 ---- <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-model</artifactId> ! <version>0.2-SNAPSHOT</version> <type>jar</type> </dependency> Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/.classpath,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** .classpath 21 May 2005 00:41:44 -0000 1.8 --- .classpath 31 May 2005 19:51:41 -0000 1.9 *************** *** 7,21 **** <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.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/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/commons-cli/commons-cli/1.0/commons-cli-1.0.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 --- 7,21 ---- <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-model/0.2-SNAPSHOT/ts2-pm-model-0.2-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/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/net/sf/ts2/pm/ts2-pm-descriptor/0.2-SNAPSHOT/ts2-pm-descriptor-0.2-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-artifact/0.2-SNAPSHOT/ts2-pm-artifact-0.2-SNAPSHOT.jar"/> + <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-package/0.2-SNAPSHOT/ts2-pm-package-0.2-SNAPSHOT.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/commons-cli/commons-cli/1.0/commons-cli-1.0.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"/> + <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-settings/0.2-SNAPSHOT/ts2-pm-settings-0.2-SNAPSHOT.jar"/> </classpath> \ No newline at end of file |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:51:57
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/ts2-pm-model Modified Files: pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-model/pom.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pom.xml 26 May 2005 23:39:10 -0000 1.4 --- pom.xml 31 May 2005 19:51:45 -0000 1.5 *************** *** 21,25 **** <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> --- 21,25 ---- <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:51:56
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-site In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/ts2-pm-site Modified Files: .classpath pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-site/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pom.xml 17 May 2005 20:01:43 -0000 1.3 --- pom.xml 31 May 2005 19:51:46 -0000 1.4 *************** *** 18,38 **** --> <project> ! <parent> <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.1-SNAPSHOT</version> ! </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ts2-pm-site</artifactId> <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> --- 18,33 ---- --> <project> ! <!--parent> <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> ! <version>0.2-SNAPSHOT</version> ! </parent--> <modelVersion>4.0.0</modelVersion> <artifactId>ts2-pm-site</artifactId> + <groupId>net.sf.ts2.pm</groupId> + <version>0.2-SNAPSHOT</version> <name>ts2-pm site</name> <description>ts2-pm</description> ! <reports/> <distributionManagement> <site> Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-site/.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 31 May 2005 19:51:46 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- <classpath> + <classpathentry kind="src" path="src/main/java"/> <classpathentry kind="output" path="target/classes"/> <classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB" sourcepath="JRE_SRC"/> |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:51:56
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-it/ts2-pm-cli-it-printRepo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/ts2-pm-it/ts2-pm-cli-it-printRepo Added Files: pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <!-- /* * Copyright 2004 The Apache Software Foundation. * * 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. */ --> <project> <parent> <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ts2-pm-cli-it-simplesCommands</artifactId> <name>ts2-pm core</name> <description>ts2-pm core</description> <dependencies> <dependency> <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-core</artifactId> <version>0.2-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <type>jar</type> <scope>test</scope> </dependency> </dependencies> </project> |
From: Nicolas C. <nch...@us...> - 2005-05-31 19:51:56
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-it/ts2-pm-cli-it-printArtifact In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2002/ts2-pm-it/ts2-pm-cli-it-printArtifact Added Files: pom.xml Log Message: upgrade the version to 0.2-SNAPSHOT add some new empty cli integration test --- NEW FILE: pom.xml --- <?xml version="1.0" encoding="UTF-8"?> <!-- /* * Copyright 2004 The Apache Software Foundation. * * 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. */ --> <project> <parent> <artifactId>ts2-pm</artifactId> <groupId>net.sf.ts2.pm</groupId> <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>ts2-pm-cli-it-simplesCommands</artifactId> <name>ts2-pm core</name> <description>ts2-pm core</description> <dependencies> <dependency> <groupId>net.sf.ts2.pm</groupId> <artifactId>ts2-pm-core</artifactId> <version>0.2-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <type>jar</type> <scope>test</scope> </dependency> </dependencies> </project> |