Author: handyande
Date: Fri Mar 23 02:38:52 2007
New Revision: 521647
URL: http://svn.apache.org/viewvc?view=rev&rev=521647
Log:
Erm, jvanzyl, I don't think you meant to commit this change, it stopped maven
from bootstrapping a usable application
Modified:
maven/components/trunk/maven-embedder/pom.xml
Modified: maven/components/trunk/maven-embedder/pom.xml
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-embedder/pom.xml?view=diff&rev=521647&r1=521646&r2=521647
==============================================================================
--- maven/components/trunk/maven-embedder/pom.xml (original)
+++ maven/components/trunk/maven-embedder/pom.xml Fri Mar 23 02:38:52 2007
@@ -71,7 +71,6 @@
</execution>
</executions>
</plugin>
- <!--
<plugin>
<artifactId>minijar-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
@@ -89,15 +88,16 @@
<exclude>jmock:jmock</exclude>
<exclude>xml-apis:xml-apis</exclude>
</excludes>
+ <!--
<dependenciesToHide>
<dependencyHide>org.codehaus.plexus:plexus-utils</dependencyHide>
<dependencyHide>jdom:jdom</dependencyHide>
</dependenciesToHide>
+ -->
</configuration>
</execution>
</executions>
</plugin>
- -->
</plugins>
</build>
<dependencies>