[jboss-osgi-commits] JBoss-OSGI SVN: r94115 - in projects/jboss-osgi/projects/aQute/trunk/runtime: scripts and 1 other directory.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Sep 29 14:32:20 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-29 14:32:20 -0400 (Tue, 29 Sep 2009)
New Revision: 94115

Added:
   projects/jboss-osgi/projects/aQute/trunk/runtime/scripts/
   projects/jboss-osgi/projects/aQute/trunk/runtime/scripts/assembly-bundles.xml
Log:
Add runtime test

Added: projects/jboss-osgi/projects/aQute/trunk/runtime/scripts/assembly-bundles.xml
===================================================================
--- projects/jboss-osgi/projects/aQute/trunk/runtime/scripts/assembly-bundles.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/aQute/trunk/runtime/scripts/assembly-bundles.xml	2009-09-29 18:32:20 UTC (rev 94115)
@@ -0,0 +1,26 @@
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
+
+  <id>bundles</id>
+  <formats>
+    <format>dir</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+
+  <!-- Dependency Sets -->
+  <dependencySets>
+  
+    <!-- bundles -->
+    <dependencySet>
+      <outputDirectory>/</outputDirectory>
+      <outputFileNameMapping>${artifact.artifactId}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
+      <includes>
+        <include>*:org.osgi.compendium:jar</include>
+        <include>*:org.osgi.core:jar</include>
+      </includes>
+      <useStrictFiltering>false</useStrictFiltering>
+      <unpack>false</unpack>
+    </dependencySet>
+    
+  </dependencySets>
+</assembly>



More information about the jboss-osgi-commits mailing list