[jboss-svn-commits] JBL Code SVN: r18765 - labs/jbossbuild/maven-plugins/trunk/maven-jdocbook-plugin.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Mar 7 13:00:27 EST 2008
Author: steve.ebersole at jboss.com
Date: 2008-03-07 13:00:26 -0500 (Fri, 07 Mar 2008)
New Revision: 18765
Modified:
labs/jbossbuild/maven-plugins/trunk/maven-jdocbook-plugin/pom.xml
Log:
general cleanup
Modified: labs/jbossbuild/maven-plugins/trunk/maven-jdocbook-plugin/pom.xml
===================================================================
--- labs/jbossbuild/maven-plugins/trunk/maven-jdocbook-plugin/pom.xml 2008-03-07 17:48:31 UTC (rev 18764)
+++ labs/jbossbuild/maven-plugins/trunk/maven-jdocbook-plugin/pom.xml 2008-03-07 18:00:26 UTC (rev 18765)
@@ -15,7 +15,7 @@
<packaging>maven-plugin</packaging>
<version>2.1.0-SNAPSHOT</version>
<name>jDocBook Maven Plugin</name>
- <description>This plugin adds support for Docbook transformations to Maven.</description>
+ <description>This plugin adds support for DocBook handling to Maven.</description>
<inceptionYear>2007</inceptionYear>
<organization>
@@ -217,19 +217,10 @@
<scope>runtime</scope>
</dependency>
- <!-- Used in the gettext support -->
- <!-- todo : eventually that support should become its own package -->
- <dependency>
- <groupId>antlr</groupId>
- <artifactId>antlr</artifactId>
- <version>${antlr.version}</version>
- </dependency>
-
</dependencies>
<properties>
<batikVersion>1.6</batikVersion>
- <antlr.version>2.7.6</antlr.version>
</properties>
</project>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list