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 2016/11/26 13:06:51 UTC

svn commit: r1771479 - in /myfaces/tobago/trunk: pom.xml tobago-example/tobago-example-demo/pom.xml tobago-example/tobago-example-test/pom.xml tobago-theme/pom.xml tobago-tool/pom.xml tobago-tool/tobago-theme-plugin/

Author: lofwyr
Date: Sat Nov 26 13:06:51 2016
New Revision: 1771479

URL: http://svn.apache.org/viewvc?rev=1771479&view=rev
Log:
TOBAGO-1640: The tobago-theme-plugin is no longer needed in Tobago 3

Removed:
    myfaces/tobago/trunk/tobago-tool/tobago-theme-plugin/
Modified:
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml
    myfaces/tobago/trunk/tobago-theme/pom.xml
    myfaces/tobago/trunk/tobago-tool/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1771479&r1=1771478&r2=1771479&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Sat Nov 26 13:06:51 2016
@@ -599,7 +599,6 @@
                   <banRelease>true</banRelease>
                   <unCheckedPlugins>
                     <unCheckedPlugin>org.apache.maven.plugins:maven-eclipse-plugin</unCheckedPlugin>
-                    <unCheckedPlugin>org.apache.myfaces.tobago:tobago-theme-plugin</unCheckedPlugin>
                   </unCheckedPlugins>
                 </requirePluginVersions>
                 <requireJavaVersion>
@@ -692,11 +691,6 @@
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>org.apache.myfaces.tobago</groupId>
-          <artifactId>tobago-theme-plugin</artifactId>
-          <version>${project.version}</version>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
           <version>3.4</version>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1771479&r1=1771478&r2=1771479&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Sat Nov 26 13:06:51 2016
@@ -71,17 +71,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.myfaces.tobago</groupId>
-        <artifactId>tobago-theme-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>resources</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
         <configuration>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml?rev=1771479&r1=1771478&r2=1771479&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml Sat Nov 26 13:06:51 2016
@@ -29,19 +29,6 @@
   <build>
     <finalName>tobago-example-test</finalName>
     <plugins>
-<!--
-      <plugin>
-        <groupId>org.apache.myfaces.tobago</groupId>
-        <artifactId>tobago-theme-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>resources</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
--->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>

Modified: myfaces/tobago/trunk/tobago-theme/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/pom.xml?rev=1771479&r1=1771478&r2=1771479&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/pom.xml Sat Nov 26 13:06:51 2016
@@ -31,19 +31,6 @@
   </properties>
 
   <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.myfaces.tobago</groupId>
-        <artifactId>tobago-theme-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>index</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
     <pluginManagement>
       <plugins>
         <plugin>

Modified: myfaces/tobago/trunk/tobago-tool/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/pom.xml?rev=1771479&r1=1771478&r2=1771479&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-tool/pom.xml Sat Nov 26 13:06:51 2016
@@ -29,7 +29,6 @@
   <modules>
     <module>tobago-tool-apt</module>
     <module>tobago-tool-annotation</module>
-    <module>tobago-theme-plugin</module>
   </modules>
 
 </project>