You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/11/17 22:08:39 UTC

svn commit: r1203366 - /sling/trunk/launchpad/testing-war/pom.xml

Author: justin
Date: Thu Nov 17 21:08:38 2011
New Revision: 1203366

URL: http://svn.apache.org/viewvc?rev=1203366&view=rev
Log:
moving configuration in testing-war pom temporarily until I can fix SLING-2291

Modified:
    sling/trunk/launchpad/testing-war/pom.xml

Modified: sling/trunk/launchpad/testing-war/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing-war/pom.xml?rev=1203366&r1=1203365&r2=1203366&view=diff
==============================================================================
--- sling/trunk/launchpad/testing-war/pom.xml (original)
+++ sling/trunk/launchpad/testing-war/pom.xml Thu Nov 17 21:08:38 2011
@@ -191,13 +191,13 @@
                         <goals>
                             <goal>prepare-package</goal>
                         </goals>
-                        <configuration>
-                            <defaultBundleList>
-                                <version>${project.version}</version>
-                            </defaultBundleList>
-                        </configuration>
                     </execution>
-                </executions>
+                </executions>    
+                <configuration>
+                    <defaultBundleList>
+                        <version>${project.version}</version>
+                    </defaultBundleList>
+                </configuration>
             </plugin>
 
             <!--