Author: lresende
Date: Wed Apr 9 10:04:00 2008
New Revision: 646438
URL: http://svn.apache.org/viewvc?rev=646438&view=rev
Log:
minor update to get source and target JDK on the manifest
Modified:
incubator/tuscany/branches/sca-java-1.2/pom.xml
Modified: incubator/tuscany/branches/sca-java-1.2/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/pom.xml?rev=646438&r1=646437&r2=646438&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-1.2/pom.xml Wed Apr 9 10:04:00 2008
@@ -38,6 +38,11 @@
<url>http://svn.apache.org/repos/asf/incubator/tuscany/java/sca</url>
</scm>
+ <properties>
+ <maven.compile.source>1.5</maven.compile.source>
+ <maven.compile.target>1.5</maven.compile.target>
+ </properties>
+
<repositories>
<repository>
<id>apache.incubator</id>
@@ -207,6 +212,8 @@
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
<Implementation-Vendor>The Apache Software
Foundation</Implementation-Vendor>
<Implementation-Version>${version}</Implementation-Version>
+
<X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK>
+
<X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
</manifestEntries>
</archive>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]