You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/04/09 19:04:01 UTC

svn commit: r646438 - /incubator/tuscany/branches/sca-java-1.2/pom.xml

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org