You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/11/29 22:16:03 UTC

svn commit: r721720 - /maven/components/trunk/build.xml

Author: jvanzyl
Date: Sat Nov 29 13:16:02 2008
New Revision: 721720

URL: http://svn.apache.org/viewvc?rev=721720&view=rev
Log:
o don't need the fake pom anymore, we'll gracefully move on

Modified:
    maven/components/trunk/build.xml

Modified: maven/components/trunk/build.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/build.xml?rev=721720&r1=721719&r2=721720&view=diff
==============================================================================
--- maven/components/trunk/build.xml (original)
+++ maven/components/trunk/build.xml Sat Nov 29 13:16:02 2008
@@ -169,11 +169,6 @@
       <classpath refid="pom.pathid"/>
     </javac>
 
-    <!-- DGF generating a fake pom.properties so Maven thinks it has a version number -->
-    <mkdir dir="bootstrap/target/classes/META-INF/maven/org.apache.maven/maven-core"/>
-    <echo message="version=${pom.project.version}"
-          file="bootstrap/target/classes/META-INF/maven/org.apache.maven/maven-core/pom.properties"/>
-
     <path id="maven.classpath">
       <pathelement location="bootstrap/target/classes"/>
       <path refid="sources"/>