You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/10/10 18:15:03 UTC

svn commit: r583526 - /myfaces/tobago/trunk/extension/facelets/pom.xml

Author: bommel
Date: Wed Oct 10 09:15:02 2007
New Revision: 583526

URL: http://svn.apache.org/viewvc?rev=583526&view=rev
Log:
(TOBAGO-499) Create direct jdk 1.4 compatible version of the tobago-facelets lib without retrotranslator

Modified:
    myfaces/tobago/trunk/extension/facelets/pom.xml

Modified: myfaces/tobago/trunk/extension/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/facelets/pom.xml?rev=583526&r1=583525&r2=583526&view=diff
==============================================================================
--- myfaces/tobago/trunk/extension/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/extension/facelets/pom.xml Wed Oct 10 09:15:02 2007
@@ -206,38 +206,6 @@
   </dependencies>
 
   <profiles>
-     <profile>
-      <id>jdk14retro</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>retrotranslator-maven-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>translate-project</goal>
-                </goals>
-                <configuration>
-                  <classifier>jdk14retro</classifier>
-                  <attach>true</attach>
-                  <verify>true</verify>
-                  <verifyClasspath>
-                     <element>${java14.home}/lib/rt.jar</element>
-                  </verifyClasspath>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-      <dependencies>
-        <dependency>
-          <groupId>net.sf.retrotranslator</groupId>
-          <artifactId>retrotranslator-runtime</artifactId>
-        </dependency>
-      </dependencies>
-    </profile>
     <profile>
       <id>generate-assembly</id>
       <build>