Erm, jvanzyl, I don't think you meant to commit this change, it stopped maven from bootstrapping a usable application

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@521647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Williams 2007-03-23 09:38:52 +00:00
parent a4e5d68be7
commit 589c23e289
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,6 @@ under the License.
</execution>
</executions>
</plugin>
<!--
<plugin>
<artifactId>minijar-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
@ -89,15 +88,16 @@ under the License.
<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>