Author: djencks
Date: Wed Mar 7 14:03:27 2007
New Revision: 515796
URL: http://svn.apache.org/viewvc?view=rev&rev=515796
Log:
GERONIMO-2454 xerces, xml-apis, and xalan are not needed in lib/endorsed running in java 5
Modified:
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml
Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml?view=diff&rev=515796&r1=515795&r2=515796
==============================================================================
--- geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml (original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/pom.xml Wed Mar 7 14:03:27
2007
@@ -116,34 +116,6 @@
</execution>
<execution>
- <id>install-lib-endorsed</id>
- <phase>compile</phase>
- <goals>
- <goal>copy</goal>
- </goals>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </artifactItem>
-
- <artifactItem>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </artifactItem>
-
- <artifactItem>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </artifactItem>
-
- </artifactItems>
- <outputDirectory>${project.build.directory}/classes/lib/endorsed</outputDirectory>
- </configuration>
- </execution>
-
- <execution>
<id>unpack-schemas</id>
<phase>compile</phase>
<goals>
|