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/03/10 11:30:16 UTC

svn commit: r516676 - /myfaces/tobago/tags/tobago-1.0.10/example/demo/pom.xml

Author: bommel
Date: Sat Mar 10 02:30:15 2007
New Revision: 516676

URL: http://svn.apache.org/viewvc?view=rev&rev=516676
Log:
readded missing maven theme plugin

Modified:
    myfaces/tobago/tags/tobago-1.0.10/example/demo/pom.xml

Modified: myfaces/tobago/tags/tobago-1.0.10/example/demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/tags/tobago-1.0.10/example/demo/pom.xml?view=diff&rev=516676&r1=516675&r2=516676
==============================================================================
--- myfaces/tobago/tags/tobago-1.0.10/example/demo/pom.xml (original)
+++ myfaces/tobago/tags/tobago-1.0.10/example/demo/pom.xml Sat Mar 10 02:30:15 2007
@@ -11,7 +11,7 @@
   <build>
     <finalName>tobago-example-demo</finalName>
     <plugins>
-      <!--<plugin>
+      <plugin>
         <groupId>org.apache.myfaces.tobago</groupId>
         <artifactId>maven-theme-plugin</artifactId>
         <version>${project.version}</version>
@@ -22,7 +22,7 @@
             </goals>
           </execution>
         </executions>
-      </plugin>-->
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
@@ -217,4 +217,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>