Author: noctarius
Date: Mon Oct 22 10:15:49 2012
New Revision: 1400830
URL: http://svn.apache.org/viewvc?rev=1400830&view=rev
Log:
Fixed building because of missing MANIFEST.MF
Modified:
directmemory/trunk/pom.xml
Modified: directmemory/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/directmemory/trunk/pom.xml?rev=1400830&r1=1400829&r2=1400830&view=diff
==============================================================================
--- directmemory/trunk/pom.xml (original)
+++ directmemory/trunk/pom.xml Mon Oct 22 10:15:49 2012
@@ -172,7 +172,7 @@ under the License.
<version>${jar-plugin.version}</version>
<configuration>
<archive>
-
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ <!--
manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile
-->
<manifestEntries>
<Specification-Title>${project.name}</Specification-Title>
<Specification-Version>${project.version}</Specification-Version>