Author: cziegeler
Date: Thu Dec 29 09:25:10 2011
New Revision: 1225484
URL: http://svn.apache.org/viewvc?rev=1225484&view=rev
Log:
Fix test bundle list after removing feature from maven launchpad plugin
Added:
sling/trunk/launchpad/test-bundles/src/main/bundles/list.xml (with props)
Modified:
sling/trunk/launchpad/test-bundles/pom.xml
Modified: sling/trunk/launchpad/test-bundles/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/test-bundles/pom.xml?rev=1225484&r1=1225483&r2=1225484&view=diff
==============================================================================
--- sling/trunk/launchpad/test-bundles/pom.xml (original)
+++ sling/trunk/launchpad/test-bundles/pom.xml Thu Dec 29 09:25:10 2011
@@ -41,37 +41,7 @@
<artifactId>maven-launchpad-plugin</artifactId>
<version>2.1.1-SNAPSHOT</version>
<extensions>true</extensions>
- <configuration>
- <dependencyStartLevel>0</dependencyStartLevel>
- <includeDependencies>
- <startLevel>
- <level>1</level>
- <includeArtifactIds>
- org.apache.sling.servlets.compat
- </includeArtifactIds>
- </startLevel>
- </includeDependencies>
- </configuration>
</plugin>
</plugins>
</build>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.launchpad.test-services</artifactId>
- <version>2.0.9-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.sling</groupId>
-
<artifactId>org.apache.sling.launchpad.test-services-war</artifactId>
- <version>2.0.8</version>
- <type>war</type>
- </dependency>
- <dependency>
- <groupId>org.apache.sling</groupId>
- <artifactId>org.apache.sling.servlets.compat</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
</project>
\ No newline at end of file
Added: sling/trunk/launchpad/test-bundles/src/main/bundles/list.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/test-bundles/src/main/bundles/list.xml?rev=1225484&view=auto
==============================================================================
--- sling/trunk/launchpad/test-bundles/src/main/bundles/list.xml (added)
+++ sling/trunk/launchpad/test-bundles/src/main/bundles/list.xml Thu Dec 29
09:25:10 2011
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<bundles>
+ <startLevel level="1">
+ <bundle>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.servlets.compat</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </bundle>
+ </startLevel>
+ <startLevel level="0">
+ <bundle>
+ <groupId>org.apache.sling</groupId>
+ <artifactId>org.apache.sling.launchpad.test-services</artifactId>
+ <version>2.0.9-SNAPSHOT</version>
+ </bundle>
+ <bundle>
+ <groupId>org.apache.sling</groupId>
+
<artifactId>org.apache.sling.launchpad.test-services-war</artifactId>
+ <version>2.0.8</version>
+ <type>war</type>
+ </bundle>
+ </startLevel>
+</bundles>
Propchange: sling/trunk/launchpad/test-bundles/src/main/bundles/list.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: sling/trunk/launchpad/test-bundles/src/main/bundles/list.xml
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: sling/trunk/launchpad/test-bundles/src/main/bundles/list.xml
------------------------------------------------------------------------------
svn:mime-type = text/plain