summaryrefslogtreecommitdiffstats
path: root/java/sdo/sdo-api/pom.xml
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2008-07-29 09:46:24 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2008-07-29 09:46:24 +0000
commitb1e6b47bbc975f45de305f6a4ba20d108917ea51 (patch)
tree94532fbaa3b815f75db940447fd8e4587ce5e212 /java/sdo/sdo-api/pom.xml
parent696cc79e6198c73c8bbe459931e9c080bac9d39c (diff)
backing out bad merge from commit 680370
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sdo/sdo-api/pom.xml')
-rw-r--r--java/sdo/sdo-api/pom.xml18
1 files changed, 6 insertions, 12 deletions
diff --git a/java/sdo/sdo-api/pom.xml b/java/sdo/sdo-api/pom.xml
index 450bfa4b19..e3249d95a9 100644
--- a/java/sdo/sdo-api/pom.xml
+++ b/java/sdo/sdo-api/pom.xml
@@ -95,19 +95,13 @@
<target>1.4</target>
</configuration>
</plugin>
-
<plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestEntries>
- <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
- <Implementation-Version>1.1-incubating</Implementation-Version>
- <X-Compile-Source-JDK>1.4</X-Compile-Source-JDK>
- <X-Compile-Target-JDK>1.4</X-Compile-Target-JDK>
- </manifestEntries>
- </archive>
- </configuration>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ </archive>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>