You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/11/25 01:42:23 UTC

svn commit: r720369 - in /myfaces/tomahawk/trunk: core/pom.xml core12/pom.xml

Author: lu4242
Date: Mon Nov 24 16:42:23 2008
New Revision: 720369

URL: http://svn.apache.org/viewvc?rev=720369&view=rev
Log:
TOMAHAWK-1356 Add target java version to MANIFEST.MF (like in commons projects

Modified:
    myfaces/tomahawk/trunk/core/pom.xml
    myfaces/tomahawk/trunk/core12/pom.xml

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/pom.xml?rev=720369&r1=720368&r2=720369&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Mon Nov 24 16:42:23 2008
@@ -303,7 +303,21 @@
       </resource>
        -->
     </resources>
-
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <configuration>
+            <archive>
+              <manifestEntries>
+                <X-Compile-Source-JDK>1.4</X-Compile-Source-JDK>
+                <X-Compile-Target-JDK>1.4</X-Compile-Target-JDK>
+              </manifestEntries>
+            </archive>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>

Modified: myfaces/tomahawk/trunk/core12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core12/pom.xml?rev=720369&r1=720368&r2=720369&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core12/pom.xml (original)
+++ myfaces/tomahawk/trunk/core12/pom.xml Mon Nov 24 16:42:23 2008
@@ -297,7 +297,21 @@
         <directory>target/tomahawk11_resources</directory>
       </resource>       
     </resources>
-
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <configuration>
+            <archive>
+              <manifestEntries>
+                <X-Compile-Source-JDK>1.5</X-Compile-Source-JDK>
+                <X-Compile-Target-JDK>1.5</X-Compile-Target-JDK>
+              </manifestEntries>
+            </archive>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <!--