Author: marrs
Date: Wed Apr 27 10:14:59 2011
New Revision: 1097061

URL: http://svn.apache.org/viewvc?rev=1097061&view=rev
Log:
Cleaned up poms in preparation for release.

Modified:
    felix/trunk/dependencymanager/annotation/pom.xml
    felix/trunk/dependencymanager/compat/pom.xml
    felix/trunk/dependencymanager/runtime/pom.xml
    felix/trunk/dependencymanager/samples.annotation/pom.xml
    felix/trunk/dependencymanager/shell/pom.xml
    felix/trunk/dependencymanager/test/pom.xml

Modified: felix/trunk/dependencymanager/annotation/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/annotation/pom.xml?rev=1097061&r1=1097060&r2=1097061&view=diff
==============================================================================
--- felix/trunk/dependencymanager/annotation/pom.xml (original)
+++ felix/trunk/dependencymanager/annotation/pom.xml Wed Apr 27 10:14:59 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-  <!--
+<!--
     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.
@@ -14,82 +14,75 @@
     License for the specific language governing permissions and
     limitations under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-
-       <parent>
-           <groupId>org.apache.felix</groupId>
-           <artifactId>felix-parent</artifactId>
-           <version>1.2.0</version>
-           <relativePath>../../pom/pom.xml</relativePath>
-       </parent>
-
-       <properties>
-               
<felix.dependencymanager.version>3.0.0-SNAPSHOT</felix.dependencymanager.version>
-               <osgi.version>4.2.0</osgi.version>
-               <pax.exam.version>1.2.0</pax.exam.version>
-       </properties>
-
-       <name>Apache Felix Dependency Manager Annotation</name>
-       <description>DM annotation API, and corresponding scanner 
plugins</description>
-       <artifactId>org.apache.felix.dependencymanager.annotation</artifactId>
-       <packaging>maven-plugin</packaging>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>${osgi.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>biz.aQute</groupId>
-                       <artifactId>bndlib</artifactId>
-                       <version>1.15.0</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.maven</groupId>
-                       <artifactId>maven-project</artifactId>
-                       <version>2.0.7</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.maven</groupId>
-                       <artifactId>maven-artifact</artifactId>
-                       <version>2.0.7</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.maven</groupId>
-                       <artifactId>maven-plugin-api</artifactId>
-                       <version>2.0</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.json</groupId>
-                       <artifactId>json</artifactId>
-                       <version>20070829</version>
-               </dependency>
-       </dependencies>
-       <build>
-               <resources>
-                       <resource>
-                               <directory>.</directory>
-                               <targetPath>META-INF</targetPath>
-                               <includes>
-                                       <include>LICENSE*</include>
-                                       <include>NOTICE*</include>
-                                       <include>DEPENDENCIES*</include>
-                               </includes>
-                       </resource>
-               </resources>
-
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>1.5</source>
-                                       <target>1.5</target>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>1.2.0</version>
+        <relativePath>../../pom/pom.xml</relativePath>
+    </parent>
+    <properties>
+        <osgi.version>4.2.0</osgi.version>
+    </properties>
+    <name>Apache Felix Dependency Manager Annotation</name>
+    <description>DM annotation API, and corresponding scanner 
plugins</description>
+    <artifactId>org.apache.felix.dependencymanager.annotation</artifactId>
+    <version>3.0.0-SNAPSHOT</version>
+    <packaging>maven-plugin</packaging>
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>biz.aQute</groupId>
+            <artifactId>bndlib</artifactId>
+            <version>1.15.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-project</artifactId>
+            <version>2.0.7</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-artifact</artifactId>
+            <version>2.0.7</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven</groupId>
+            <artifactId>maven-plugin-api</artifactId>
+            <version>2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.json</groupId>
+            <artifactId>json</artifactId>
+            <version>20070829</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <resources>
+            <resource>
+                <directory>.</directory>
+                <targetPath>META-INF</targetPath>
+                <includes>
+                    <include>LICENSE*</include>
+                    <include>NOTICE*</include>
+                    <include>DEPENDENCIES*</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: felix/trunk/dependencymanager/compat/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/compat/pom.xml?rev=1097061&r1=1097060&r2=1097061&view=diff
==============================================================================
--- felix/trunk/dependencymanager/compat/pom.xml (original)
+++ felix/trunk/dependencymanager/compat/pom.xml Wed Apr 27 10:14:59 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-  <!--
+<!--
     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.
@@ -14,73 +14,64 @@
     License for the specific language governing permissions and
     limitations under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-
-       <parent>
-           <groupId>org.apache.felix</groupId>
-           <artifactId>felix-parent</artifactId>
-           <version>1.2.0</version>
-           <relativePath>../../pom/pom.xml</relativePath>
-       </parent>
-
-       <properties>
-               
<felix.dependencymanager.version>3.0.0-SNAPSHOT</felix.dependencymanager.version>
-               <osgi.version>4.2.0</osgi.version>
-               <pax.exam.version>1.2.0</pax.exam.version>
-       </properties>
-
-       <name>Apache Felix Dependency Manager Compatibility</name>
-       <artifactId>org.apache.felix.dependencymanager.compat</artifactId>
-       <packaging>bundle</packaging>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>${osgi.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.compendium</artifactId>
-                       <version>${osgi.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>${pom.groupId}</groupId>
-                       
<artifactId>org.apache.felix.dependencymanager</artifactId>
-                       <version>${felix.dependencymanager.version}</version>
-               </dependency>
-       </dependencies>
-
-       <build>
-               <pluginManagement>
-                       <plugins>
-                               <plugin>
-                                       <groupId>org.apache.felix</groupId>
-                                       
<artifactId>maven-bundle-plugin</artifactId>
-                                       <version>1.4.0</version>
-                                       <extensions>true</extensions>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               
<Bundle-SymbolicName>org.apache.felix.dependencymanager.compat</Bundle-SymbolicName>
-                                               <Bundle-Name>Apache Felix 
Dependency Manager Compatibility</Bundle-Name>
-                                               <Bundle-Description>A bundle 
that provides compatibility with old 2.x.x 
dependencymanager.</Bundle-Description>
-                                               <Bundle-Vendor>The Apache 
Software Foundation</Bundle-Vendor>
-                                               
<Export-Package>org.apache.felix.dependencymanager"</Export-Package>
-                                               
<Import-Package>!org.apache.felix.dependencymanager,org.apache.felix.dm;version="[3,4)",*</Import-Package>
-                                               
<Private-Package>org.apache.felix.dependencymanager.impl</Private-Package>
-                                               
<Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource>
 
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>1.2.0</version>
+        <relativePath>../../pom/pom.xml</relativePath>
+    </parent>
+    <properties>
+        <osgi.version>4.2.0</osgi.version>
+    </properties>
+    <name>Apache Felix Dependency Manager Compatibility</name>
+    <artifactId>org.apache.felix.dependencymanager.compat</artifactId>
+    <packaging>bundle</packaging>
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>org.apache.felix.dependencymanager</artifactId>
+            <version>3.0.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>2.3.4</version>
+                    <extensions>true</extensions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        
<Bundle-SymbolicName>org.apache.felix.dependencymanager.compat</Bundle-SymbolicName>
+                        <Bundle-Name>Apache Felix Dependency Manager 
Compatibility</Bundle-Name>
+                        <Bundle-Description>A bundle that provides 
compatibility with old 2.x.x dependencymanager.</Bundle-Description>
+                        <Bundle-Vendor>The Apache Software 
Foundation</Bundle-Vendor>
+                        
<Export-Package>org.apache.felix.dependencymanager"</Export-Package>
+                        
<Import-Package>!org.apache.felix.dependencymanager,org.apache.felix.dm;version="[3,4)",*</Import-Package>
+                        
<Private-Package>org.apache.felix.dependencymanager.impl</Private-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: felix/trunk/dependencymanager/runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/runtime/pom.xml?rev=1097061&r1=1097060&r2=1097061&view=diff
==============================================================================
--- felix/trunk/dependencymanager/runtime/pom.xml (original)
+++ felix/trunk/dependencymanager/runtime/pom.xml Wed Apr 27 10:14:59 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-  <!--
+<!--
     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.
@@ -14,89 +14,81 @@
     License for the specific language governing permissions and
     limitations under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-
-       <parent>
-           <groupId>org.apache.felix</groupId>
-           <artifactId>felix-parent</artifactId>
-           <version>1.2.0</version>
-           <relativePath>../../pom/pom.xml</relativePath>
-       </parent>
-
-       <properties>
-               
<felix.dependencymanager.version>3.0.0-SNAPSHOT</felix.dependencymanager.version>
-               <osgi.version>4.2.0</osgi.version>
-               <pax.exam.version>1.2.0</pax.exam.version>
-       </properties>
-
-       <name>Apache Felix Dependency Manager Runtime</name>
-       <artifactId>org.apache.felix.dependencymanager.runtime</artifactId>
-       <packaging>bundle</packaging>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>${osgi.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.compendium</artifactId>
-                       <version>${osgi.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>${pom.groupId}</groupId>
-                       
<artifactId>org.apache.felix.dependencymanager</artifactId>
-                       <version>${felix.dependencymanager.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.json</groupId>
-                       <artifactId>json</artifactId>
-                       <scope>provided</scope>
-                       <version>20070829</version>
-               </dependency>
-       </dependencies>
-
-       <build>
-               <pluginManagement>
-                       <plugins>
-                               <plugin>
-                                       <groupId>org.apache.felix</groupId>
-                                       
<artifactId>maven-bundle-plugin</artifactId>
-                                       <version>1.4.0</version>
-                                       <extensions>true</extensions>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>1.5</source>
-                                       <target>1.5</target>
-                               </configuration>
-                       </plugin>
-
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               
<Bundle-SymbolicName>org.apache.felix.dependencymanager.runtime</Bundle-SymbolicName>
-                                               <Bundle-Name>Apache Felix 
Dependency Manager Runtime</Bundle-Name>
-                                               <Bundle-Description>A bundle 
that loads components descriptors from started bundles</Bundle-Description>
-                                               <Bundle-Vendor>The Apache 
Software Foundation</Bundle-Vendor>
-                                               
<Private-Package>org.apache.felix.dm.runtime.*</Private-Package>
-                                               
<Import-Package>org.apache.felix.dm;version="[3.0.0,4.0.0)",*</Import-Package>
-                                               
<Embed-Dependency>json</Embed-Dependency>
-                                               
<Bundle-Activator>org.apache.felix.dm.runtime.Activator</Bundle-Activator>
-                                               
<Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,META-INF/DEPENDENCIES=DEPENDENCIES</Include-Resource>
 
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>1.2.0</version>
+        <relativePath>../../pom/pom.xml</relativePath>
+    </parent>
+    <properties>
+        <osgi.version>4.2.0</osgi.version>
+    </properties>
+    <name>Apache Felix Dependency Manager Runtime</name>
+    <artifactId>org.apache.felix.dependencymanager.runtime</artifactId>
+    <version>3.0.0-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>org.apache.felix.dependencymanager</artifactId>
+            <version>3.0.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.json</groupId>
+            <artifactId>json</artifactId>
+            <scope>provided</scope>
+            <version>20070829</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>2.3.4</version>
+                    <extensions>true</extensions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        
<Bundle-SymbolicName>org.apache.felix.dependencymanager.runtime</Bundle-SymbolicName>
+                        <Bundle-Name>Apache Felix Dependency Manager 
Runtime</Bundle-Name>
+                        <Bundle-Description>A bundle that loads components 
descriptors from started bundles</Bundle-Description>
+                        <Bundle-Vendor>The Apache Software 
Foundation</Bundle-Vendor>
+                        
<Private-Package>org.apache.felix.dm.runtime,org.apache.felix.dm.runtime.*</Private-Package>
+                        <Import-Package>*</Import-Package>
+                        <Export-Package/>
+                        <Embed-Dependency>json</Embed-Dependency>
+                        
<Bundle-Activator>org.apache.felix.dm.runtime.Activator</Bundle-Activator>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: felix/trunk/dependencymanager/samples.annotation/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/samples.annotation/pom.xml?rev=1097061&r1=1097060&r2=1097061&view=diff
==============================================================================
--- felix/trunk/dependencymanager/samples.annotation/pom.xml (original)
+++ felix/trunk/dependencymanager/samples.annotation/pom.xml Wed Apr 27 
10:14:59 2011
@@ -1,77 +1,80 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-       
-       <parent>
-               <groupId>org.apache.felix</groupId>
-               <artifactId>dependencymanager-reactor</artifactId>
-               <version>3.0.0-SNAPSHOT</version>
-       </parent>
-       
-       <name>Apache Felix Dependency Manager Annotation Samples</name>
-       
<artifactId>org.apache.felix.dependencymanager.samples.annotation</artifactId>
-       <packaging>bundle</packaging>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.compendium</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>${pom.groupId}</groupId>
-                       
<artifactId>org.apache.felix.dependencymanager.annotation</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>${pom.groupId}</groupId>
-                       <artifactId>org.apache.felix.gogo.runtime</artifactId>
-               </dependency>
-       </dependencies>
-
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>1.5</source>
-                                       <target>1.5</target>
-                               </configuration>
-                       </plugin>
-
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>1.4.0</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               <Bundle-Name>Apache Felix 
Dependency Manager Annotation Sample</Bundle-Name>
-                                               
<Bundle-SymbolicName>org.apache.felix.dependencymanager.samples.annotation</Bundle-SymbolicName>
-                                               
<Import-Package>org.apache.felix.service.command;status=provisional,*</Import-Package>
-                                               
<Private-Package>org.apache.felix.dm.samples.annotation</Private-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               
<artifactId>org.apache.felix.dependencymanager.annotation</artifactId>
-                               <version>3.0.0-SNAPSHOT</version>
-                               <executions>
-                                       <execution>
-                                               <goals>
-                                                       <goal>scan</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <log>warn</log>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-               </plugins>
-       </build>
+<?xml version="1.0"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>1.2.0</version>
+        <relativePath>../../pom/pom.xml</relativePath>
+    </parent>
+    <properties>
+        <osgi.version>4.2.0</osgi.version>
+    </properties>
+    <name>Apache Felix Dependency Manager Annotation Samples</name>
+    
<artifactId>org.apache.felix.dependencymanager.samples.annotation</artifactId>
+    <version>3.0.0-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            
<artifactId>org.apache.felix.dependencymanager.annotation</artifactId>
+            <version>3.0.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>org.apache.felix.gogo.runtime</artifactId>
+            <version>0.6.0</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <version>2.3.4</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Bundle-Name>Apache Felix Dependency Manager 
Annotation Sample</Bundle-Name>
+                        
<Bundle-SymbolicName>org.apache.felix.dependencymanager.samples.annotation</Bundle-SymbolicName>
+                        
<Import-Package>org.apache.felix.service.command;status=provisional,*</Import-Package>
+                        
<Private-Package>org.apache.felix.dm.samples.annotation</Private-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                
<artifactId>org.apache.felix.dependencymanager.annotation</artifactId>
+                <version>3.0.0-SNAPSHOT</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>scan</goal>
+                        </goals>
+                        <configuration>
+                            <log>warn</log>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: felix/trunk/dependencymanager/shell/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/shell/pom.xml?rev=1097061&r1=1097060&r2=1097061&view=diff
==============================================================================
--- felix/trunk/dependencymanager/shell/pom.xml (original)
+++ felix/trunk/dependencymanager/shell/pom.xml Wed Apr 27 10:14:59 2011
@@ -17,98 +17,89 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-
-       <parent>
-           <groupId>org.apache.felix</groupId>
-           <artifactId>felix-parent</artifactId>
-           <version>1.2.0</version>
-           <relativePath>../../pom/pom.xml</relativePath>
-       </parent>
-
-       <properties>
-               
<felix.dependencymanager.version>3.0.0-SNAPSHOT</felix.dependencymanager.version>
-               <osgi.version>4.2.0</osgi.version>
-               <pax.exam.version>1.2.0</pax.exam.version>
-       </properties>
-
-       <name>Apache Felix Dependency Manager Shell</name>
-       <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
-       <packaging>bundle</packaging>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>${osgi.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.compendium</artifactId>
-                       <version>${osgi.version}</version>
-               </dependency>
-               
-               <dependency>
-                       <groupId>${pom.groupId}</groupId>
-                       <artifactId>org.apache.felix.shell</artifactId>
-                       <version>1.4.1</version>
-               </dependency>
-               <dependency>
-                       <groupId>${pom.groupId}</groupId>
-                       
<artifactId>org.apache.felix.dependencymanager</artifactId>
-                       <version>${felix.dependencymanager.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>${pom.groupId}</groupId>
-                       <artifactId>org.apache.felix.gogo.runtime</artifactId>
-                       <version>0.6.0</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.eclipse.equinox</groupId>
-                       <artifactId>osgi</artifactId>
-                       <version>3.1.1</version>
-                       <scope>provided</scope>
-               </dependency>
-       </dependencies>
-
-       <build>
-               <pluginManagement>
-                       <plugins>
-                               <plugin>
-                                       <groupId>org.apache.felix</groupId>
-                                       
<artifactId>maven-bundle-plugin</artifactId>
-                                       <version>1.4.0</version>
-                                       <extensions>true</extensions>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <target>1.3</target>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <configuration>
-                                       <instructions>
-                                               
<Bundle-SymbolicName>org.apache.felix.dependencymanager.shell</Bundle-SymbolicName>
-                                               
<Bundle-Activator>org.apache.felix.dm.shell.Activator</Bundle-Activator>
-                                               <Bundle-Name>Apache Felix 
Dependency Manager Shell</Bundle-Name>
-                                               <Bundle-Description>Shell 
command for the dependency manager.</Bundle-Description>
-                                               <Bundle-Vendor>The Apache 
Software Foundation</Bundle-Vendor>
-                                               
<Export-Package></Export-Package>
-                                               
<Private-Package>org.apache.felix.dm.shell</Private-Package>
-                                               
<Import-Package>org.apache.felix.dm;version="[3.0.0,4.0.0)", 
org.apache.felix.shell;version="[1.0,2.0)";resolution:=optional, 
org.osgi.framework;version="[1.3,2.0)", 
org.eclipse.osgi.framework.console;resolution:=optional, 
org.apache.felix.service.command;resolution:=optional</Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>1.2.0</version>
+        <relativePath>../../pom/pom.xml</relativePath>
+    </parent>
+    <properties>
+        <osgi.version>4.2.0</osgi.version>
+    </properties>
+    <name>Apache Felix Dependency Manager Shell</name>
+    <artifactId>org.apache.felix.dependencymanager.shell</artifactId>
+    <version>3.0.0-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <dependencies>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>org.apache.felix.dependencymanager</artifactId>
+            <version>3.0.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>org.apache.felix.shell</artifactId>
+            <version>1.4.1</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>org.apache.felix.gogo.runtime</artifactId>
+            <version>0.6.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>osgi</artifactId>
+            <version>3.1.1</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.felix</groupId>
+                    <artifactId>maven-bundle-plugin</artifactId>
+                    <version>2.3.4</version>
+                    <extensions>true</extensions>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <target>1.3</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        
<Bundle-SymbolicName>org.apache.felix.dependencymanager.shell</Bundle-SymbolicName>
+                        
<Bundle-Activator>org.apache.felix.dm.shell.Activator</Bundle-Activator>
+                        <Bundle-Name>Apache Felix Dependency Manager 
Shell</Bundle-Name>
+                        <Bundle-Description>Shell command for the dependency 
manager.</Bundle-Description>
+                        <Bundle-Vendor>The Apache Software 
Foundation</Bundle-Vendor>
+                        <Export-Package/>
+                        
<Private-Package>org.apache.felix.dm.shell</Private-Package>
+                        
<Import-Package>org.apache.felix.shell;resolution:=optional, 
org.eclipse.osgi.framework.console;resolution:=optional, 
org.apache.felix.service.command;resolution:=optional, *</Import-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

Modified: felix/trunk/dependencymanager/test/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/test/pom.xml?rev=1097061&r1=1097060&r2=1097061&view=diff
==============================================================================
--- felix/trunk/dependencymanager/test/pom.xml (original)
+++ felix/trunk/dependencymanager/test/pom.xml Wed Apr 27 10:14:59 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-  <!--
+<!--
     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.
@@ -14,101 +14,109 @@
     License for the specific language governing permissions and
     limitations under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-       <modelVersion>4.0.0</modelVersion>
-
-       <parent>
-               <groupId>org.apache.felix</groupId>
-               <artifactId>dependencymanager-reactor</artifactId>
-               <version>3.0.0-SNAPSHOT</version>
-       </parent>
-
-       <name>Apache Felix Dependency Manager Integration Tests</name>
-       <artifactId>org.apache.felix.dependencymanager.test</artifactId>
-
-       <dependencies>
-               <dependency>
-                       <groupId>${pom.groupId}</groupId>
-                       
<artifactId>org.apache.felix.dependencymanager</artifactId>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>${pom.groupId}</groupId>
-                       
<artifactId>org.apache.felix.dependencymanager.annotation</artifactId>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>${pom.groupId}</groupId>
-                       
<artifactId>org.apache.felix.dependencymanager.runtime</artifactId>
-                       <scope>provided</scope>
-               </dependency>
-               
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.compendium</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>biz.aQute</groupId>
-                       <artifactId>bndlib</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.ops4j.pax.exam</groupId>
-                       <artifactId>pax-exam</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.ops4j.pax.exam</groupId>
-                       <artifactId>pax-exam-container-default</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.ops4j.pax.exam</groupId>
-                       <artifactId>pax-exam-junit</artifactId>
-               </dependency>
-               
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-               </dependency>
-       </dependencies>
-
-       <build>
-               <plugins>
-                       <plugin>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <configuration>
-                                       <source>1.5</source>
-                                       <target>1.5</target>
-                                       
<useDefaultManifestFile>false</useDefaultManifestFile>
-                                       <compilerArgument>-g</compilerArgument>
-                                       <compilerVersion>1.5</compilerVersion>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>default-testCompile</id>
-                                               <configuration>
-                                                       <source>1.5</source>
-                                                       <target>1.5</target>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-                       
-                       <plugin>
-                               <groupId>org.ops4j.pax.exam</groupId>
-                               <artifactId>maven-paxexam-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>generate-config</id>
-                                               <goals>
-                                                       
<goal>generate-depends-file</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
-               </plugins>
-       </build>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>1.2.0</version>
+        <relativePath>../../pom/pom.xml</relativePath>
+    </parent>
+    <properties>
+        <osgi.version>4.2.0</osgi.version>
+        <pax.exam.version>1.2.0</pax.exam.version>
+    </properties>
+    <name>Apache Felix Dependency Manager Integration Tests</name>
+    <artifactId>org.apache.felix.dependencymanager.test</artifactId>
+    <version>3.0.0-SNAPSHOT</version>
+    <dependencies>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>org.apache.felix.dependencymanager</artifactId>
+            <version>3.0.0-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            
<artifactId>org.apache.felix.dependencymanager.annotation</artifactId>
+            <version>3.0.0-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>org.apache.felix.dependencymanager.runtime</artifactId>
+            <version>3.0.0-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+            <version>${osgi.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>biz.aQute</groupId>
+            <artifactId>bndlib</artifactId>
+            <version>1.15.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam</artifactId>
+            <version>${pax.exam.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-container-default</artifactId>
+            <version>${pax.exam.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-junit</artifactId>
+            <version>${pax.exam.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.7</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                    <useDefaultManifestFile>false</useDefaultManifestFile>
+                    <compilerArgument>-g</compilerArgument>
+                    <compilerVersion>1.5</compilerVersion>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>default-testCompile</id>
+                        <configuration>
+                            <source>1.5</source>
+                            <target>1.5</target>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.ops4j.pax.exam</groupId>
+                <artifactId>maven-paxexam-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>generate-config</id>
+                        <goals>
+                            <goal>generate-depends-file</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>


Reply via email to