You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by dj...@apache.org on 2011/04/10 23:53:17 UTC

svn commit: r1090897 - in /karaf/trunk/assemblies/features: enterprise/pom.xml framework/pom.xml full/pom.xml standard/pom.xml

Author: djencks
Date: Sun Apr 10 21:53:17 2011
New Revision: 1090897

URL: http://svn.apache.org/viewvc?rev=1090897&view=rev
Log:
KARAF-424 oops, I renamed the plugin goal when writing docs

Modified:
    karaf/trunk/assemblies/features/enterprise/pom.xml
    karaf/trunk/assemblies/features/framework/pom.xml
    karaf/trunk/assemblies/features/full/pom.xml
    karaf/trunk/assemblies/features/standard/pom.xml

Modified: karaf/trunk/assemblies/features/enterprise/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/enterprise/pom.xml?rev=1090897&r1=1090896&r2=1090897&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/enterprise/pom.xml (original)
+++ karaf/trunk/assemblies/features/enterprise/pom.xml Sun Apr 10 21:53:17 2011
@@ -47,7 +47,7 @@
                         <id>compile</id>
                         <phase>compile</phase>
                         <goals>
-                            <goal>generate-features-xml2</goal>
+                            <goal>generate-features-xml</goal>
                         </goals>
                     </execution>
                 </executions>

Modified: karaf/trunk/assemblies/features/framework/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/framework/pom.xml?rev=1090897&r1=1090896&r2=1090897&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/framework/pom.xml (original)
+++ karaf/trunk/assemblies/features/framework/pom.xml Sun Apr 10 21:53:17 2011
@@ -306,7 +306,7 @@
                         <id>compile</id>
                         <phase>compile</phase>
                         <goals>
-                            <goal>generate-features-xml2</goal>
+                            <goal>generate-features-xml</goal>
                         </goals>
                     </execution>
                     <execution>

Modified: karaf/trunk/assemblies/features/full/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/full/pom.xml?rev=1090897&r1=1090896&r2=1090897&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/full/pom.xml (original)
+++ karaf/trunk/assemblies/features/full/pom.xml Sun Apr 10 21:53:17 2011
@@ -127,7 +127,7 @@
                         <id>compile</id>
                         <phase>compile</phase>
                         <goals>
-                            <goal>generate-features-xml2</goal>
+                            <goal>generate-features-xml</goal>
                         </goals>
                     </execution>
                     <execution>

Modified: karaf/trunk/assemblies/features/standard/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/assemblies/features/standard/pom.xml?rev=1090897&r1=1090896&r2=1090897&view=diff
==============================================================================
--- karaf/trunk/assemblies/features/standard/pom.xml (original)
+++ karaf/trunk/assemblies/features/standard/pom.xml Sun Apr 10 21:53:17 2011
@@ -47,7 +47,7 @@
                         <id>compile</id>
                         <phase>compile</phase>
                         <goals>
-                            <goal>generate-features-xml2</goal>
+                            <goal>generate-features-xml</goal>
                         </goals>
                     </execution>
                 </executions>