Author: rgoers
Date: Sun Aug 14 04:44:52 2011
New Revision: 1157461
URL: http://svn.apache.org/viewvc?rev=1157461&view=rev
Log:
Provide bogus manifest to keep jar:test-jar from failing
Added:
commons/proper/vfs/trunk/osgi/
commons/proper/vfs/trunk/osgi/MANIFEST.MF
Modified:
commons/proper/vfs/trunk/pom.xml
Added: commons/proper/vfs/trunk/osgi/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/osgi/MANIFEST.MF?rev=1157461&view=auto
==============================================================================
--- commons/proper/vfs/trunk/osgi/MANIFEST.MF (added)
+++ commons/proper/vfs/trunk/osgi/MANIFEST.MF Sun Aug 14 04:44:52 2011
@@ -0,0 +1 @@
+??
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1157461&r1=1157460&r2=1157461&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sun Aug 14 04:44:52 2011
@@ -126,9 +126,19 @@
<maven.compile.target>1.5</maven.compile.target>
<commons.release.name>commons-vfs-${commons.release.version}</commons.release.name>
<vfs.parent.dir>${basedir}</vfs.parent.dir>
+ <commons.manifestfile>${}</commons.manifestfile>
</properties>
<build>
+ <resources>
+ <resource>
+ <directory>${basedir}/osgi</directory>
+ <targetPath>osgi</targetPath>
+ <includes>
+ <include>MANIFEST.MF</include>
+ </includes>
+ </resource>
+ </resources>
<pluginManagement>
<plugins>
<plugin>