You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/06/28 14:30:08 UTC

svn commit: r672503 - /commons/proper/commons-build-plugin/trunk/pom.xml

Author: niallp
Date: Sat Jun 28 05:30:07 2008
New Revision: 672503

URL: http://svn.apache.org/viewvc?rev=672503&view=rev
Log:
COMMONSSITE-36 Cannot build commons build plugin due to missing osgi manifest file - reported by Dennis Lundberg

Modified:
    commons/proper/commons-build-plugin/trunk/pom.xml

Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=672503&r1=672502&r2=672503&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Jun 28 05:30:07 2008
@@ -177,5 +177,6 @@
     <properties>
         <maven.compile.source></maven.compile.source>
         <maven.compile.target></maven.compile.target>
+        <commons.manifestfile/>
     </properties>
 </project>