OSDN Git Service

manifest entries settings write on pom.xml and remove MANIFEST.MF
authortama3 <tama3@acee48c3-7b26-0410-bdac-b3d0e5314bbc>
Fri, 29 Jun 2007 04:22:53 +0000 (04:22 +0000)
committertama3 <tama3@acee48c3-7b26-0410-bdac-b3d0e5314bbc>
Fri, 29 Jun 2007 04:22:53 +0000 (04:22 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/stigmata/trunk@141 acee48c3-7b26-0410-bdac-b3d0e5314bbc

pom.xml
src/main/resources/META-INF/MANIFEST.MF [deleted file]

diff --git a/pom.xml b/pom.xml
index 6b110c4..b811f4a 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>
           <archive>
-            <manifestFile>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifestFile>
             <manifest>
               <mainClass>jp.naist.se.stigmata.Main</mainClass>
               <addClasspath>true</addClasspath>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
             </manifest>
           </archive>
         </configuration>
diff --git a/src/main/resources/META-INF/MANIFEST.MF b/src/main/resources/META-INF/MANIFEST.MF
deleted file mode 100755 (executable)
index 11a1bb1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-Implementation-Vendor: SE Lab., NAIST\r
-Implementation-Version: 1.0\r
-Implementation-Title: stigmata\r
-Sealed: true\r