Author: gnodet
Date: Fri Dec 21 11:17:02 2007
New Revision: 606273

URL: http://svn.apache.org/viewvc?rev=606273&view=rev
Log:
Add pax runner handler mvn 0.5.5

Added:
    servicemix/m2-repo/org/ops4j/pax/runner/
    servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/pax-runner-build-root-0.5.5.pom
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/pax-runner-build-root-0.5.5.pom.sha1
    servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/
    servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.jar
   (with props)
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.jar.sha1
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.pom
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.pom.sha1
    servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.jar
   (with props)
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.jar.sha1
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.pom
    
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.pom.sha1

Added: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/pax-runner-build-root-0.5.5.pom
URL: 
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/pax-runner-build-root-0.5.5.pom?rev=606273&view=auto
==============================================================================
--- 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/pax-runner-build-root-0.5.5.pom
 (added)
+++ 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/pax-runner-build-root-0.5.5.pom
 Fri Dec 21 11:17:02 2007
@@ -0,0 +1,206 @@
+<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.ops4j.pax</groupId>
+    <artifactId>master</artifactId>
+    <version>1.10</version>
+  </parent>
+
+  <groupId>org.ops4j.pax.runner.pax-runner-build</groupId>
+  <artifactId>pax-runner-build-root</artifactId>
+  <version>0.5.5</version>
+  <packaging>pom</packaging>
+
+  <name>OPS4J Pax Runner - Root</name>
+  <description>
+    OPS4J Pax Runner - Easiest way to run your bundles. See details at 
http://wiki.ops4j.org/confluence/x/A4A6
+  </description>
+
+  <url>http://wiki.ops4j.org/confluence/x/A4A6</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.ops4j.org/jira/browse/PAXRUNNER</url>
+  </issueManagement>
+
+  <scm>
+    
<connection>scm:svn:https://scm.ops4j.org/repos/ops4j/qa/pax/runner-0.5.5</connection>
+    
<developerConnection>scm:svn:https://scm.ops4j.org/repos/ops4j/qa/pax/runner-0.5.5</developerConnection>
+  </scm>
+
+  <modules>
+    <module>pax-runner-commons</module>
+    <module>pax-runner-handler</module>
+    <module>pax-runner-handler-classpath</module>
+    <module>pax-runner-handler-mvn</module>
+    <module>pax-runner-handler-wrap</module>
+    <module>pax-runner-provision</module>
+    <module>pax-runner-provision-console</module>
+    <module>pax-runner-scanner-bundle</module>
+    <module>pax-runner-scanner-dir</module>
+    <module>pax-runner-scanner-file</module>
+    <module>pax-runner-scanner-pom</module>
+    <module>pax-runner-platform</module>
+    <module>pax-runner-platform-console</module>
+    <module>pax-runner-platform-concierge</module>
+    <module>pax-runner-platform-equinox</module>
+    <module>pax-runner-platform-felix</module>
+    <module>pax-runner-platform-knopflerfish</module>
+    <module>pax-runner</module>
+    <module>pax-runner-assembly</module>
+  </modules>
+
+  <developers>
+    <developer>
+      <id>niclas</id>
+      <name>Niclas Hedhman</name>
+      <email>[EMAIL PROTECTED]</email>
+      <organization>Jayway Malaysia Sdn Bhd</organization>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>UTC+8</timezone>
+    </developer>
+    <developer>
+      <id>adreghiciu</id>
+      <name>Alin Dreghiciu</name>
+      <email>[EMAIL PROTECTED]</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>UTC+2</timezone>
+    </developer>
+  </developers>
+
+  <properties>
+    
<!--maven.bundle.plugin.groupId>org.apache.felix</maven.bundle.plugin.groupId>
+    <maven.bundle.plugin.version>1.1.0-SNAPSHOT</maven.bundle.plugin.version-->
+    
<maven.bundle.plugin.groupId>org.ops4j.pax.maven</maven.bundle.plugin.groupId>
+    <maven.bundle.plugin.version>RELEASE</maven.bundle.plugin.version>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>retrotranslator-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>translate-project</goal>
+            </goals>
+            <configuration>
+              <classifier>jdk14</classifier>
+              <embed>jdk14</embed>
+              <attach>true</attach>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>embed-jar</id>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>copy-dependencies</goal>
+              </goals>
+              <configuration>
+                <excludeTransitive>true</excludeTransitive>
+                <excludeScope>provided</excludeScope>
+                <stripVersion>true</stripVersion>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>${maven.bundle.plugin.groupId}</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <version>${maven.bundle.plugin.version}</version>
+          <extensions>true</extensions>
+          <configuration>
+            <instructions>
+              <Bundle-Version>${project.version}</Bundle-Version>
+              
<Bundle-SymbolicName>$(replace;${project.groupId}.${project.artifactId};-;.)</Bundle-SymbolicName>
+              <Private-Package>
+                ${bundle.package}.internal
+              </Private-Package>
+              <Export-Package>
+                !${bundle.package}.internal,
+                ${bundle.package}.*;version="${project.version}"
+              </Export-Package>
+              <_include>-target/classes/META-INF/details.bnd</_include>
+            </instructions>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>osgi_R4_core</artifactId>
+        <version>1.0</version>
+        <scope>provided</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>osgi_R4_compendium</artifactId>
+        <version>1.0</version>
+        <scope>provided</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi_R4_core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi_R4_compendium</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+    </dependency>
+  </dependencies>
+
+  <repositories>
+    <repository>
+      <id>ops4j.releases</id>
+      <url>http://repository.ops4j.org/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <id>ops4j.snapshots</id>
+      <name>The OPS4J Snapshot Repository</name>
+      <url>http://repository.ops4j.org/mvn-snapshots/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
+
+</project>
\ No newline at end of file

Added: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/pax-runner-build-root-0.5.5.pom.sha1
URL: 
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/pax-runner-build-root-0.5.5.pom.sha1?rev=606273&view=auto
==============================================================================
--- 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/pax-runner-build-root-0.5.5.pom.sha1
 (added)
+++ 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-build/pax-runner-build-root/0.5.5/pax-runner-build-root-0.5.5.pom.sha1
 Fri Dec 21 11:17:02 2007
@@ -0,0 +1 @@
+eb5a6daa3df6df8e7cc6f771e9a968ee6ca47e29
\ No newline at end of file

Added: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.jar
URL: 
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.jar?rev=606273&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.jar.sha1
URL: 
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.jar.sha1?rev=606273&view=auto
==============================================================================
--- 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.jar.sha1
 (added)
+++ 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.jar.sha1
 Fri Dec 21 11:17:02 2007
@@ -0,0 +1 @@
+ed04b247287d5595dcfd2d98b78c43d6f1509152
\ No newline at end of file

Added: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.pom
URL: 
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.pom?rev=606273&view=auto
==============================================================================
--- 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.pom
 (added)
+++ 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.pom
 Fri Dec 21 11:17:02 2007
@@ -0,0 +1,57 @@
+<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>
+    <relativePath>../</relativePath>
+    <groupId>org.ops4j.pax.runner.pax-runner-build</groupId>
+    <artifactId>pax-runner-build-root</artifactId>
+    <version>0.5.5</version>
+  </parent>
+
+  <groupId>org.ops4j.pax.runner</groupId>
+  <artifactId>pax-runner-handler-mvn</artifactId>
+  <version>0.5.5</version>
+  <packaging>bundle</packaging>
+
+  <name>OPS4J Pax Runner - Maven 2 Handler</name>
+  <description>
+    OPS4J Pax Runner - mvn: protocol handler. See details at 
http://wiki.ops4j.org/confluence/x/CoA6
+  </description>
+
+  <url>http://wiki.ops4j.org/confluence/x/CoA6</url>
+
+  <properties>
+    <bundle.package>org.ops4j.pax.runner.handler.mvn</bundle.package>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-dependency-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>${maven.bundle.plugin.groupId}</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.apache.commons.logging;resolution:=optional,
+              *
+            </Import-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.ops4j.pax.runner.pax-runner-internal</groupId>
+      <artifactId>pax-runner-commons</artifactId>
+      <version>0.5.5</version>
+    </dependency>
+  </dependencies>
+
+</project>
\ No newline at end of file

Added: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.pom.sha1
URL: 
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.pom.sha1?rev=606273&view=auto
==============================================================================
--- 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.pom.sha1
 (added)
+++ 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-handler-mvn/0.5.5/pax-runner-handler-mvn-0.5.5.pom.sha1
 Fri Dec 21 11:17:02 2007
@@ -0,0 +1 @@
+3b566567b2e5c923429251cd22e0969bd0d23d64
\ No newline at end of file

Added: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.jar
URL: 
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.jar?rev=606273&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.jar.sha1
URL: 
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.jar.sha1?rev=606273&view=auto
==============================================================================
--- 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.jar.sha1
 (added)
+++ 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.jar.sha1
 Fri Dec 21 11:17:02 2007
@@ -0,0 +1 @@
+07013b305901d3bfc98104605ecf3245bc272a16
\ No newline at end of file

Added: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.pom
URL: 
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.pom?rev=606273&view=auto
==============================================================================
--- 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.pom
 (added)
+++ 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.pom
 Fri Dec 21 11:17:02 2007
@@ -0,0 +1,55 @@
+<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>
+    <relativePath>../</relativePath>
+    <groupId>org.ops4j.pax.runner.pax-runner-build</groupId>
+    <artifactId>pax-runner-build-root</artifactId>
+    <version>0.5.5</version>
+  </parent>
+
+  <groupId>org.ops4j.pax.runner.pax-runner-internal</groupId>
+  <artifactId>pax-runner-commons</artifactId>
+  <version>0.5.5</version>
+  <packaging>jar</packaging>
+
+  <name>OPS4J Pax Runner - Commons</name>
+  <description>
+    Pax Runner - Common utilities shared between modules. The jar is not 
required to be deployed alongside the artifacts
+    that uses parts of it. The used parts are embeded into the artifact via 
maven depenency plugin + maven bundle
+    plugin. See details at http://wiki.ops4j.org/confluence/x/A4A6 
+  </description>
+  
+  <url>http://wiki.ops4j.org/confluence/x/A4A6</url>
+
+  <properties>
+    <bundle.package>org.ops4j.pax.runner.commons</bundle.package>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-dependency-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>${maven.bundle.plugin.groupId}</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.apache.commons.logging;resolution:=optional,
+              *
+            </Import-Package>
+            <Export-Package>
+              org.apache.commons.logging,
+              ${bundle.package}.*;version="${project.version}"
+            </Export-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
\ No newline at end of file

Added: 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.pom.sha1
URL: 
http://svn.apache.org/viewvc/servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.pom.sha1?rev=606273&view=auto
==============================================================================
--- 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.pom.sha1
 (added)
+++ 
servicemix/m2-repo/org/ops4j/pax/runner/pax-runner-internal/pax-runner-commons/0.5.5/pax-runner-commons-0.5.5.pom.sha1
 Fri Dec 21 11:17:02 2007
@@ -0,0 +1 @@
+f61d97ba9258333e529376dd97bee8227d05063a
\ No newline at end of file


Reply via email to