JBossWS SVN: r11327 - in projects/jaxbintros/trunk: src/main and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2009-12-18 06:40:21 -0500 (Fri, 18 Dec 2009)
New Revision: 11327
Removed:
projects/jaxbintros/trunk/src/main/ant/
projects/jaxbintros/trunk/src/main/etc/component-info.xml
Modified:
projects/jaxbintros/trunk/pom.xml
Log:
[JBWS-2839] fixing issue
Modified: projects/jaxbintros/trunk/pom.xml
===================================================================
--- projects/jaxbintros/trunk/pom.xml 2009-12-18 11:33:38 UTC (rev 11326)
+++ projects/jaxbintros/trunk/pom.xml 2009-12-18 11:40:21 UTC (rev 11327)
@@ -119,24 +119,6 @@
</configuration>
</plugin>
<plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>install</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <property name="version.id" value="${project.version}" />
- <property name="jboss.local.repository" value="${jboss.local.repository}" />
- <ant antfile="src/main/ant/build-install.xml" target="install" />
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-8</version>
Deleted: projects/jaxbintros/trunk/src/main/etc/component-info.xml
===================================================================
--- projects/jaxbintros/trunk/src/main/etc/component-info.xml 2009-12-18 11:33:38 UTC (rev 11326)
+++ projects/jaxbintros/trunk/src/main/etc/component-info.xml 2009-12-18 11:40:21 UTC (rev 11327)
@@ -1,12 +0,0 @@
-<project name="jboss/jaxbintros">
-
- <component id="jboss/jaxbintros" description="JAXB introduction" version="@repository.id@" licenseType="lgpl">
-
- <artifact id="jboss-jaxb-intros.jar"/>
-
- <export>
- </export>
-
- </component>
-
-</project>
\ No newline at end of file