vmassol 2004/05/02 06:55:51
Modified: html2xdoc project.xml
html2xdoc/xdocs changes.xml
Log:
inherit from the plugin-parent/project.xml POM instead of the top level one which is
reserved for the master build
Revision Changes Path
1.28 +13 -26 maven-plugins/html2xdoc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/html2xdoc/project.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- project.xml 10 Apr 2004 00:59:23 -0000 1.27
+++ project.xml 2 May 2004 13:55:51 -0000 1.28
@@ -19,13 +19,11 @@
-->
<project>
- <extend>../project.xml</extend>
+ <extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-html2xdoc-plugin</id>
<name>Maven Html2XDoc Plug-in</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
- <!-- Gump integration -->
-
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Creates XDoc documentation from normal HTML
documentation.</description>
<shortDescription>HTML to xdoc transformer</shortDescription>
@@ -37,6 +35,18 @@
<developerConnection>scm:cvs:ext:[EMAIL
PROTECTED]:/home/cvs:maven-plugins/html2xdoc/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/html2xdoc/</url>
</repository>
+ <versions>
+ <version>
+ <id>1.2</id>
+ <name>1.2</name>
+ <tag>MAVEN_HTML2XDOC_1_2</tag>
+ </version>
+ <version>
+ <id>1.3</id>
+ <name>1.3</name>
+ <tag>HEAD</tag>
+ </version>
+ </versions>
<developers>
<developer>
<name>James Strachan</name>
@@ -92,27 +102,4 @@
<url>http://xml.apache.org/xerces2-j/</url>
</dependency>
</dependencies>
- <versions>
- <version>
- <id>1.2</id>
- <name>1.2</name>
- <tag>MAVEN_HTML2XDOC_1_2</tag>
- </version>
- </versions>
- <build>
- <unitTest>
- <includes>
- <include>**/Test*.java</include>
- </includes>
- <resources>
- <resource>
- <directory>src/test</directory>
- <includes>
- <include>**/*.xml</include>
- <include>**/*.html</include>
- </includes>
- </resource>
- </resources>
- </unitTest>
- </build>
</project>
1.11 +1 -1 maven-plugins/html2xdoc/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/html2xdoc/xdocs/changes.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- changes.xml 27 Apr 2004 05:51:39 -0000 1.10
+++ changes.xml 2 May 2004 13:55:51 -0000 1.11
@@ -24,7 +24,7 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
- <release version="1.3" date="in CVS">
+ <release version="1.3-SNAPSHOT" date="in CVS">
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
</release>
<release version="1.2" date="2004-03-07">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]