From: Geoffrey De S. <ge0...@us...> - 2005-05-08 19:50:36
|
ge0ffrey 05/05/08 12:50:25 Modified: izpack project.xml Log: for site deployment Revision Changes Path 1.3 +7 -7 maven-plugins/izpack/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 8 May 2005 19:27:16 -0000 1.2 +++ project.xml 8 May 2005 19:50:25 -0000 1.3 @@ -26,16 +26,16 @@ <description> A plugin to generate installers using IzPack. The basic installer is a platform independend installer jar - which requires a JVM on the destination machine. - That platform independend installer can be bundled with a JVM into a Win32 installer exe. + which requires a JRE on the destination machine. + That platform independend installer can be bundled with a JRE into a Win32 installer exe. </description> <shortDescription>IzPack Plugin for Maven</shortDescription> - <url>http://maven.apache.org/reference/plugins/izpack/</url> - <issueTrackingUrl>http://jira.codehaus.org/browse/MPIZPACK</issueTrackingUrl> + <url>http://maven-plugins.sourceforge.net/maven-izpack-plugin</url> + <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/izpack/</siteDirectory> <repository> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/izpack/</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/izpack/</developerConnection> - <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/izpack/</url> + <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/izpack</connection> + <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/izpack</developerConnection> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/izpack/</url> </repository> <developers> <developer> |
From: Geoffrey De S. <ge0...@us...> - 2005-05-08 20:57:47
|
ge0ffrey 05/05/08 13:57:29 Modified: izpack project.xml Log: site deployment Revision Changes Path 1.4 +0 -1 maven-plugins/izpack/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 8 May 2005 19:50:25 -0000 1.3 +++ project.xml 8 May 2005 20:57:29 -0000 1.4 @@ -31,7 +31,6 @@ </description> <shortDescription>IzPack Plugin for Maven</shortDescription> <url>http://maven-plugins.sourceforge.net/maven-izpack-plugin</url> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/izpack/</siteDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/izpack</connection> <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/izpack</developerConnection> |
From: Geoffrey De S. <ge0...@us...> - 2005-06-19 13:20:00
|
ge0ffrey 05/06/19 06:19:53 Modified: izpack project.xml Log: replace \t with spaces Revision Changes Path 1.6 +7 -7 maven-plugins/izpack/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 16 May 2005 12:47:06 -0000 1.5 +++ project.xml 19 Jun 2005 13:19:52 -0000 1.6 @@ -56,13 +56,13 @@ <url>http://users.pandora.be/geoffrey</url> <timezone>+1</timezone> </developer> - <developer> - <name>Philip Dodds</name> - <id>pdodds</id> - <email>pdodds_AT_unity-systems.com</email> - <organization>Unity Systems</organization> - <timezone>0</timezone> - </developer> + <developer> + <name>Philip Dodds</name> + <id>pdodds</id> + <email>pdodds_AT_unity-systems.com</email> + <organization>Unity Systems</organization> + <timezone>0</timezone> + </developer> </developers> <dependencies> <dependency> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:01
|
jeffjensen 06/08/15 05:23:58 Modified: izpack project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.8 +3 -3 maven-plugins/izpack/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 11 Oct 2005 06:29:05 -0000 1.7 +++ project.xml 15 Aug 2006 12:23:58 -0000 1.8 @@ -32,9 +32,9 @@ <shortDescription>IzPack Plugin for Maven</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/izpack</connection> - <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/izpack</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/izpack/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/izpack</connection> + <developerConnection>scm:cvs:ssh:use...@ma...:/cvsroot/maven-plugins:maven-plugins/izpack</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/izpack/</url> </repository> <versions> |