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/10/01 23:08:40 UTC

svn commit: r451810 - in /myfaces/tobago/trunk: contrib/facelets/pom.xml core/pom.xml theme/scarborough/pom.xml theme/speyside/pom.xml theme/standard/pom.xml tobago-sandbox/pom.xml

Author: bommel
Date: Sun Oct  1 14:08:39 2006
New Revision: 451810

URL: http://svn.apache.org/viewvc?view=rev&rev=451810
Log:
packaging of retrotranslated version doesn't work

Modified:
    myfaces/tobago/trunk/contrib/facelets/pom.xml
    myfaces/tobago/trunk/core/pom.xml
    myfaces/tobago/trunk/theme/scarborough/pom.xml
    myfaces/tobago/trunk/theme/speyside/pom.xml
    myfaces/tobago/trunk/theme/standard/pom.xml
    myfaces/tobago/trunk/tobago-sandbox/pom.xml

Modified: myfaces/tobago/trunk/contrib/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/facelets/pom.xml?view=diff&rev=451810&r1=451809&r2=451810
==============================================================================
--- myfaces/tobago/trunk/contrib/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/contrib/facelets/pom.xml Sun Oct  1 14:08:39 2006
@@ -162,6 +162,7 @@
             <executions>
               <execution>
                 <id>create-jdk14retro-jar</id>
+                <goals><goal>jar</goal></goals>
                 <configuration>
                   <classesDirectory>${project.build.directory}/classes-retro</classesDirectory>
                   <classifier>jdk14retro</classifier>

Modified: myfaces/tobago/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/pom.xml?view=diff&rev=451810&r1=451809&r2=451810
==============================================================================
--- myfaces/tobago/trunk/core/pom.xml (original)
+++ myfaces/tobago/trunk/core/pom.xml Sun Oct  1 14:08:39 2006
@@ -46,8 +46,48 @@
               <encoding>UTF-8</encoding>
             </configuration>
           </execution>
+          <!--execution>
+            <id>tobago-faces-config</id>
+            <goals><goal>execute</goal></goals>
+            <phase>process-classes</phase>
+            <configuration>
+              <targetFiles>
+                <targetFile>target/generated-faces-config/faces-config.xml</targetFile>
+              </targetFiles>
+              <excludes>
+                <exclude>org/apache/myfaces/tobago/util/CommonsLoggingLogger.java</exclude>
+                <exclude>org/apache/myfaces/tobago/application/FopConverter.java</exclude>
+                <exclude>org/apache/myfaces/tobago/taglib/extension/*</exclude>
+              </excludes>
+              <resourceTargetPath>META-INF</resourceTargetPath>
+              <generated>target/generated-faces-config</generated>
+              <factory>org.apache.myfaces.tobago.apt.FacesConfigAnnotationProcessorFactory</factory>
+              <fork>true</fork>
+              <nocompile>true</nocompile>
+              <encoding>UTF-8</encoding>
+              <A>sourceFacesConfig=src/main/faces-config/faces-config.xml,targetFacesConfig=faces-config.xml</A>
+            </configuration>
+          </execution-->
         </executions>
       </plugin>
+      <!--plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-faces-config</id>
+            <goals><goal>resources</goal></goals>
+            <phase>process-classes</phase>
+            <configuration>
+              <resources>
+                <resource>
+                  <targetPath>META-INF</targetPath>
+                  <directory>target/generated-faces-config</directory>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin-->
     </plugins>
   </build>
 
@@ -303,6 +343,7 @@
             <executions>
               <execution>
                 <id>create-jdk14retro-jar</id>
+                <goals><goal>jar</goal></goals>
                 <configuration>
                   <classesDirectory>${project.build.directory}/classes-retro</classesDirectory>
                   <classifier>jdk14retro</classifier>

Modified: myfaces/tobago/trunk/theme/scarborough/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/pom.xml?view=diff&rev=451810&r1=451809&r2=451810
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/pom.xml (original)
+++ myfaces/tobago/trunk/theme/scarborough/pom.xml Sun Oct  1 14:08:39 2006
@@ -85,6 +85,7 @@
             <executions>
               <execution>
                 <id>create-jdk14retro-jar</id>
+                <goals><goal>jar</goal></goals>
                 <configuration>
                   <classesDirectory>${project.build.directory}/classes-retro</classesDirectory>
                   <classifier>jdk14retro</classifier>

Modified: myfaces/tobago/trunk/theme/speyside/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside/pom.xml?view=diff&rev=451810&r1=451809&r2=451810
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/pom.xml (original)
+++ myfaces/tobago/trunk/theme/speyside/pom.xml Sun Oct  1 14:08:39 2006
@@ -62,6 +62,7 @@
             <executions>
               <execution>
                 <id>create-jdk14retro-jar</id>
+                <goals><goal>jar</goal></goals>
                 <configuration>
                   <classesDirectory>${project.build.directory}/classes-retro</classesDirectory>
                   <classifier>jdk14retro</classifier>

Modified: myfaces/tobago/trunk/theme/standard/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard/pom.xml?view=diff&rev=451810&r1=451809&r2=451810
==============================================================================
--- myfaces/tobago/trunk/theme/standard/pom.xml (original)
+++ myfaces/tobago/trunk/theme/standard/pom.xml Sun Oct  1 14:08:39 2006
@@ -58,6 +58,7 @@
             <executions>
               <execution>
                 <id>create-jdk14retro-jar</id>
+                <goals><goal>jar</goal></goals>
                 <configuration>
                   <classesDirectory>${project.build.directory}/classes-retro</classesDirectory>
                   <classifier>jdk14retro</classifier>

Modified: myfaces/tobago/trunk/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-sandbox/pom.xml?view=diff&rev=451810&r1=451809&r2=451810
==============================================================================
--- myfaces/tobago/trunk/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-sandbox/pom.xml Sun Oct  1 14:08:39 2006
@@ -306,6 +306,7 @@
             <executions>
               <execution>
                 <id>create-jdk14retro-jar</id>
+                <goals><goal>jar</goal></goals>
                 <configuration>
                   <classesDirectory>${project.build.directory}/classes-retro</classesDirectory>
                   <classifier>jdk14retro</classifier>