Author: bentmann
Date: Tue Dec 15 22:36:51 2009
New Revision: 891050
URL: http://svn.apache.org/viewvc?rev=891050&view=rev
Log:
[MNG-4495] mvnUpdate attempts to use a non-existent .cd directory
Removed:
maven/maven-3/trunk/apache-maven/src/bin/mvnUpdate
maven/maven-3/trunk/apache-maven/src/bin/mvnUpdate.bat
Modified:
maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml
Modified: maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml?rev=891050&r1=891049&r2=891050&view=diff
==============================================================================
--- maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml (original)
+++ maven/maven-3/trunk/apache-maven/src/main/assembly/bin.xml Tue Dec 15
22:36:51 2009
@@ -90,8 +90,6 @@
<include>mvnDebug</include>
<!-- This is so that CI systems can periodically run the profiler -->
<include>mvnyjp</include>
- <!-- This is self-update CLI -->
- <include>mvnUpdate</include>
</includes>
<lineEnding>unix</lineEnding>
<fileMode>0755</fileMode>
@@ -100,9 +98,5 @@
<directory>src/conf</directory>
<outputDirectory>conf</outputDirectory>
</fileSet>
- <fileSet>
- <directory>src/.cd</directory>
- <outputDirectory>bin/.cd</outputDirectory>
- </fileSet>
</fileSets>
</assembly>