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 2006/04/22 12:17:18 UTC

svn commit: r396105 - /myfaces/tobago/trunk/core/pom.xml

Author: bommel
Date: Sat Apr 22 03:17:13 2006
New Revision: 396105

URL: http://svn.apache.org/viewcvs?rev=396105&view=rev
Log:
added example for retrotranslater

Modified:
    myfaces/tobago/trunk/core/pom.xml

Modified: myfaces/tobago/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/core/pom.xml?rev=396105&r1=396104&r2=396105&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/pom.xml (original)
+++ myfaces/tobago/trunk/core/pom.xml Sat Apr 22 03:17:13 2006
@@ -345,5 +345,37 @@
         </plugins>
       </build>
     </profile>
+    <!--profile>
+      <id>jdk14</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>retrotranslator-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>translate</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-jar-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+                <configuration>
+                <classesDirectory>${project.build.directory}/classes-retro</classesDirectory>
+                  <classifier>jdk14</classifier>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile-->
   </profiles>
 </project>