From: Siegfried G. <wd...@us...> - 2003-07-18 11:30:59
|
wdsgoe 03/07/18 04:30:59 Modified: javancss project.xml Log: Upgraded to Maven B10 Revision Changes Path 1.3 +3 -3 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 13 Apr 2003 15:35:46 -0000 1.2 +++ project.xml 18 Jul 2003 11:30:59 -0000 1.3 @@ -4,7 +4,7 @@ <pomVersion>3</pomVersion> <id>maven-javancss-plugin</id> <name>Maven JAVANCSS Plug-in</name> - <currentVersion>1.0</currentVersion> + <currentVersion>1.1</currentVersion> <organization> <name>SourceForge</name> <url>http://www.sourceforge.net/projects/maven-plugins/</url> @@ -17,7 +17,7 @@ <description> </description> - <shortDescription>MAVEN Plug-in for JAVANCSS</shortDescription> + <shortDescription>MAVEN B10 Plug-in for JAVANCSS</shortDescription> <url>http://maven-plugins.sourceforge.net/javancss/</url> <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl> @@ -26,7 +26,7 @@ <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/distributions/</distributionDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/javancss</connection> + <connection>scm:cvs:pserver:an...@cv...:/cvsroot/maven-plugins/:maven-plugins/javancss</connection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/javancss/</url> </repository> |
From: Siegfried G. <wd...@us...> - 2003-08-26 11:25:50
|
wdsgoe 03/08/25 08:41:04 Modified: javancss project.xml Log: Updated to newer jars Revision Changes Path 1.5 +3 -3 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 22 Aug 2003 08:16:20 -0000 1.4 +++ project.xml 25 Aug 2003 15:41:03 -0000 1.5 @@ -6,7 +6,7 @@ <id>maven-javancss-plugin</id> <name>Maven JAVANCSS Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.1</currentVersion> + <currentVersion>1.2</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -45,7 +45,7 @@ <dependencies> <dependency> <id>xalan</id> - <version>2.3.1</version> + <version>2.4.1</version> <url>http://xml.apache.org/xalan-j/</url> <properties> <classloader>maven.root</classloader> @@ -53,7 +53,7 @@ </dependency> <dependency> <id>xerces</id> - <version>2.0.2</version> + <version>2.2.1</version> <url>http://xml.apache.org/xerces2-j/index.html</url> <properties> <classloader>maven.root</classloader> |
From: Siegfried G. <wd...@us...> - 2003-11-14 13:50:04
|
wdsgoe 03/11/14 05:50:02 Modified: javancss project.xml Log: Updated dependencies Revision Changes Path 1.8 +11 -20 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 25 Sep 2003 07:26:00 -0000 1.7 +++ project.xml 14 Nov 2003 13:50:02 -0000 1.8 @@ -4,7 +4,7 @@ <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> <id>maven-javancss-plugin</id> - <name>JAVANCSS Plug-in</name> + <name>Maven JAVANCSS Plug-in</name> <!-- groupId is in parent --> <currentVersion>1.2</currentVersion> <!-- organization is in parent --> @@ -12,7 +12,7 @@ <!-- package, logo are in parent. no gumpRepositoryId --> <description>Plugin for JavaNCSS</description> <shortDescription>MAVEN B10 Plug-in for JAVANCSS</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> + <url>http://maven-plugins.sourceforge.net/javancss/</url> !-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/distributions/</distributionDirectory> @@ -41,34 +41,25 @@ </roles> </developer> </developers> - + <dependencies> <dependency> <id>xalan</id> <version>2.4.1</version> - <url>http://xml.apache.org/xalan-j/</url> - <properties> - <classloader>maven.root</classloader> - </properties> - </dependency> + <url>http://xml.apache.org/xalan-j/</url> + </dependency> <dependency> <id>xerces</id> - <version>2.2.1</version> - <url>http://xml.apache.org/xerces2-j/index.html</url> - <properties> - <classloader>maven.root</classloader> - </properties> - </dependency> + <version>2.4.0</version> + <url>http://xml.apache.org/xerces2-j/index.html</url> + </dependency> <dependency> <id>xml-apis</id> <version>1.0.b2</version> - <url>http://xml.apache.org/xerces2-j/index.html</url> - <properties> - <classloader>maven.root</classloader> - </properties> - </dependency> + <url>http://xml.apache.org/xerces2-j/index.html</url> + </dependency> </dependencies> - + <build/> </project> |
From: Siegfried G. <wd...@us...> - 2003-11-14 15:56:54
|
wdsgoe 03/11/14 07:56:53 Modified: javancss project.xml Log: Preparing next release Revision Changes Path 1.9 +1 -1 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 14 Nov 2003 13:50:02 -0000 1.8 +++ project.xml 14 Nov 2003 15:56:53 -0000 1.9 @@ -6,7 +6,7 @@ <id>maven-javancss-plugin</id> <name>Maven JAVANCSS Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.2</currentVersion> + <currentVersion>1.3</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:24:14
|
jeffjensen 06/08/15 05:24:13 Modified: javancss project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.14 +2 -2 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 11 Oct 2005 06:29:05 -0000 1.13 +++ project.xml 15 Aug 2006 12:24:13 -0000 1.14 @@ -17,8 +17,8 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> <repository> - <connection>scm:cvs:pserver:an...@cv...:/cvsroot/maven-plugins/:maven-plugins/javancss</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/javancss/</url> + <connection>scm:cvs:pserver:an...@ma...:/cvsroot/maven-plugins/:maven-plugins/javancss</connection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/javancss/</url> </repository> <versions> |
From: Lukas T. <luk...@us...> - 2007-05-11 21:54:43
|
lukas_theussl 07/05/11 14:54:42 Modified: javancss project.xml Log: [ 1632826 ] fix pom to make it usable with m1.1 Revision Changes Path 1.15 +5 -3 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 15 Aug 2006 12:24:13 -0000 1.14 +++ project.xml 11 May 2007 21:54:42 -0000 1.15 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project> +<project xmlns="http://maven.apache.org/POM/3.0.0"> <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> <id>maven-javancss-plugin</id> @@ -13,7 +13,7 @@ <description>Plugin for JavaNCSS</description> <shortDescription>MAVEN 1.0 Plug-in for JAVANCSS</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> - !-- issue tracking url, siteAddress are in parent --> + <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> <repository> @@ -77,8 +77,10 @@ <include>plugin.properties</include> <include>project.properties</include> <include>project.xml</include> - <exclude>xdocs/</exclude> </includes> + <excludes> + <exclude>xdocs/</exclude> + </excludes> </resource> <resource> <directory>src/</directory> |
From: Jeff J. <jef...@us...> - 2007-05-11 22:58:29
|
jeffjensen 07/05/11 15:58:27 Modified: javancss/xdocs changes.xml javancss project.xml Log: Release 1.3.1 Revision Changes Path 1.3 +6 -0 maven-plugins/javancss/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 3 Dec 2004 15:57:07 -0000 1.2 +++ changes.xml 11 May 2007 22:58:27 -0000 1.3 @@ -7,6 +7,12 @@ <body> + <release version="1.3.1" date="2007-05-11"> + <action dev="ltheussl" type="fix" issue="1632826"> + Fix pom. + </action> + </release> + <release version="1.3" date="2004-12-03"> <action dev="wdsgoe" type="update"> Using Apache Licence 2.0 1.16 +2 -2 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 11 May 2007 21:54:42 -0000 1.15 +++ project.xml 11 May 2007 22:58:27 -0000 1.16 @@ -6,12 +6,12 @@ <id>maven-javancss-plugin</id> <name>Maven JAVANCSS Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3</currentVersion> + <currentVersion>1.3.1</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> <description>Plugin for JavaNCSS</description> - <shortDescription>MAVEN 1.0 Plug-in for JAVANCSS</shortDescription> + <shortDescription>MAVEN 1.1 Plug-in for JAVANCSS</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> |
From: Jeff J. <jef...@us...> - 2007-05-12 00:05:36
|
jeffjensen 07/05/11 17:05:35 Modified: javancss project.xml Log: Add <versions> section. Revision Changes Path 1.17 +15 -0 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.xml 11 May 2007 22:58:27 -0000 1.16 +++ project.xml 12 May 2007 00:05:34 -0000 1.17 @@ -22,6 +22,21 @@ </repository> <versions> + <version> + <id>1.3.1</id> + <name>1.3.1</name> + <tag>MAVEN_JAVANCSS_1_3_1</tag> + </version> + <version> + <id>1.3</id> + <name>1.3</name> + <tag>javancss-1-3-0</tag> + </version> + <version> + <id>1.2</id> + <name>1.2</name> + <tag>RELEASE_JAVANCSS_1_2_0</tag> + </version> </versions> <branches> |
From: Jeff J. <jef...@us...> - 2007-05-12 01:05:45
|
jeffjensen 07/05/11 18:05:43 Modified: javancss project.xml Log: Removed erroneous siteDirectory tag. Additional updates for Maven 1.1 compliance. Revision Changes Path 1.18 +5 -3 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 12 May 2007 00:05:34 -0000 1.17 +++ project.xml 12 May 2007 01:05:43 -0000 1.18 @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project xmlns="http://maven.apache.org/POM/3.0.0"> +<project xmlns="http://maven.apache.org/POM/3.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> + <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> - <id>maven-javancss-plugin</id> + <artifactId>maven-javancss-plugin</artifactId> <name>Maven JAVANCSS Plug-in</name> <!-- groupId is in parent --> <currentVersion>1.3.1</currentVersion> @@ -14,7 +17,6 @@ <shortDescription>MAVEN 1.1 Plug-in for JAVANCSS</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> <repository> <connection>scm:cvs:pserver:an...@ma...:/cvsroot/maven-plugins/:maven-plugins/javancss</connection> |
From: Jeff J. <jef...@us...> - 2008-02-10 17:11:57
|
jeffjensen 08/02/10 09:11:51 Modified: javancss/jars ccl.jar javancss.jar javancss/xdocs changes.xml javancss project.xml Log: Upgrade to JavaNCSS version 28.49. Feature 1872688 by Xavier Chatelain. Prep to release 1.3.2. Revision Changes Path 1.3 +1423 -1316maven-plugins/javancss/jars/ccl.jar <<Binary file>> 1.3 +412 -395 maven-plugins/javancss/jars/javancss.jar <<Binary file>> 1.5 +6 -0 maven-plugins/javancss/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 12 May 2007 00:03:46 -0000 1.4 +++ changes.xml 10 Feb 2008 17:11:51 -0000 1.5 @@ -7,6 +7,12 @@ <body> + <release version="1.3.2" date="in CVS"> + <action dev="jeffjensen" type="update" issue="1872688" due-to="Xavier Chatelain"> + Upgrade to JavaNCSS version 28.49. + </action> + </release> + <release version="1.3.1" date="2007-05-11"> <action dev="ltheussl" type="fix" issue="1632826"> Fix pom. Now works with Maven 1.1. 1.20 +16 -2 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 17 May 2007 20:22:38 -0000 1.19 +++ project.xml 10 Feb 2008 17:11:51 -0000 1.20 @@ -9,7 +9,7 @@ <artifactId>maven-javancss-plugin</artifactId> <name>Maven JAVANCSS Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3.1</currentVersion> + <currentVersion>1.3.2-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -25,6 +25,11 @@ <versions> <version> + <id>1.3.2</id> + <name>1.3.2</name> + <tag>MAVEN_JAVANCSS_1_3_2</tag> + </version> + <version> <id>1.3.1</id> <name>1.3.1</name> <tag>MAVEN_JAVANCSS_1_3_1</tag> @@ -65,6 +70,16 @@ <role>independent Java specialist</role> </roles> </developer> + <developer> + <name>Jeff Jensen</name> + <id>jeffjensen</id> + <email>jj...@ap...</email> + <organization>Sourceforge</organization> + <roles> + <role>Developer</role> + </roles> + <timezone>-6</timezone> + </developer> </developers> <dependencies> @@ -116,4 +131,3 @@ </build> </project> - |
From: Jeff J. <jef...@us...> - 2008-03-01 04:32:14
|
jeffjensen 08/02/29 20:32:01 Modified: javancss/xdocs changes.xml javancss project.xml Log: Release 1.3.2 Revision Changes Path 1.6 +1 -1 maven-plugins/javancss/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/xdocs/changes.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- changes.xml 10 Feb 2008 17:11:51 -0000 1.5 +++ changes.xml 1 Mar 2008 04:32:01 -0000 1.6 @@ -7,7 +7,7 @@ <body> - <release version="1.3.2" date="in CVS"> + <release version="1.3.2" date="2008-02-29"> <action dev="jeffjensen" type="update" issue="1872688" due-to="Xavier Chatelain"> Upgrade to JavaNCSS version 28.49. </action> 1.21 +1 -1 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 10 Feb 2008 17:11:51 -0000 1.20 +++ project.xml 1 Mar 2008 04:32:01 -0000 1.21 @@ -9,7 +9,7 @@ <artifactId>maven-javancss-plugin</artifactId> <name>Maven JAVANCSS Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3.2-SNAPSHOT</currentVersion> + <currentVersion>1.3.2</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> |