You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/09/03 11:28:18 UTC

svn commit: r1519612 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml

Author: lofwyr
Date: Tue Sep  3 09:28:18 2013
New Revision: 1519612

URL: http://svn.apache.org/r1519612
Log:
TOBAGO-1302: Add support for a theme resources index file per theme
 - copying resources from the tango JAR must be processed, before creating the resources index file

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml?rev=1519612&r1=1519611&r2=1519612&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml Tue Sep  3 09:28:18 2013
@@ -57,7 +57,7 @@
         <executions>
           <execution>
             <id>unpack-external-images</id>
-            <phase>prepare-package</phase>
+            <phase>process-resources</phase>
             <goals>
               <goal>unpack</goal>
             </goals>
@@ -79,7 +79,7 @@
         <executions>
           <execution>
             <id>copy-external-images</id>
-            <phase>prepare-package</phase>
+            <phase>process-resources</phase>
             <goals>
               <goal>copy-resources</goal>
             </goals>