[jboss-cvs] JBossAS SVN: r96814 - in projects/jboss-osgi/projects/bundles/husky/tags: jboss-osgi-husky-parent-1.0.2 and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 24 06:47:11 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-11-24 06:47:11 -0500 (Tue, 24 Nov 2009)
New Revision: 96814

Added:
   projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/
   projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/harness/pom.xml
   projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/pom.xml
   projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/testsuite/pom.xml
Removed:
   projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/harness/pom.xml
   projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/pom.xml
   projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/testsuite/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-osgi-husky-parent-1.0.2

Copied: projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2 (from rev 96811, projects/jboss-osgi/projects/bundles/husky/trunk)


Property changes on: projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2
___________________________________________________________________
Name: svn:ignore
   + target

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/harness/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/husky/trunk/harness/pom.xml	2009-11-24 11:35:51 UTC (rev 96811)
+++ projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/harness/pom.xml	2009-11-24 11:47:11 UTC (rev 96814)
@@ -1,122 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-  <!-- ====================================================================== -->
-  <!--                                                                        -->
-  <!-- JBoss, JUnit testing for OSGi bundles                                  -->
-  <!--                                                                        -->
-  <!-- Distributable under LGPL license.                                      -->
-  <!-- See terms of license at http://www.gnu.org.                            -->
-  <!--                                                                        -->
-  <!-- ====================================================================== -->
-
-  <!-- $Id$ -->
-
-<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>
-
-  <name>JBossOSGi Bundles - Husky Implementation</name>
-
-  <groupId>org.jboss.osgi.bundles</groupId>
-  <artifactId>jboss-osgi-husky</artifactId>
-  <packaging>bundle</packaging>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi.bundles</groupId>
-    <artifactId>jboss-osgi-husky-parent</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
-  </parent>
-
-  <!-- Dependencies -->
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.osgi</groupId>
-      <artifactId>jboss-osgi-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.runtime</groupId>
-      <artifactId>jboss-osgi-deployment</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-
-    <!-- Provided Dependencies -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
-            <Bundle-Activator>org.jboss.osgi.husky.runtime.osgi.HuskyActivator</Bundle-Activator>
-            <Export-Package>
-              org.jboss.osgi.husky;version=${version},
-              org.jboss.osgi.testing;version=${version},
-            </Export-Package>
-            <Import-Package>
-              javax.management,
-              javax.naming,
-              org.jboss.osgi.deployment.interceptor;version="[1.0,1.1)",
-              org.jboss.osgi.spi;version="[1.0,1.1)",
-              org.jboss.osgi.spi.capability;version="[1.0,1.1)",
-              org.jboss.osgi.spi.management;version="[1.0,1.1)", 
-              org.jboss.osgi.spi.util;version="[1.0,1.1)", 
-              org.junit;version="[4.6,5.0)",
-              org.osgi.framework,
-              org.osgi.util.tracker,
-              org.slf4j;version="[1.5,1.6)",
-              
-              <!-- ignore client side -->
-              !org.jboss.osgi.deployment.deployer, 
-              !org.jboss.osgi.spi.framework,
-              !org.jboss.virtual,
-              !org.osgi.framework.launch, 
-              !org.osgi.service.packageadmin,
-            </Import-Package>
-            <Private-Package>
-              org.jboss.osgi.husky.internal,
-              org.jboss.osgi.husky.runtime*,
-              org.jboss.osgi.testing.internal,
-            </Private-Package>
-            <Embed-Transitive>true</Embed-Transitive>
-            <Embed-Dependency>
-              junit;inline=false,
-            </Embed-Dependency>
-            <_exportcontents>org.junit;version=${version.junit}</_exportcontents>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <configuration>
-          <quiet>true</quiet>
-          <excludePackageNames>*.internal</excludePackageNames>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>

Copied: projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/harness/pom.xml (from rev 96813, projects/jboss-osgi/projects/bundles/husky/trunk/harness/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/harness/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/harness/pom.xml	2009-11-24 11:47:11 UTC (rev 96814)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!-- JBoss, JUnit testing for OSGi bundles                                  -->
+  <!--                                                                        -->
+  <!-- Distributable under LGPL license.                                      -->
+  <!-- See terms of license at http://www.gnu.org.                            -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+
+<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>
+
+  <name>JBossOSGi Bundles - Husky Implementation</name>
+
+  <groupId>org.jboss.osgi.bundles</groupId>
+  <artifactId>jboss-osgi-husky</artifactId>
+  <packaging>bundle</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi.bundles</groupId>
+    <artifactId>jboss-osgi-husky-parent</artifactId>
+    <version>1.0.2</version>
+  </parent>
+
+  <!-- Dependencies -->
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.osgi</groupId>
+      <artifactId>jboss-osgi-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.runtime</groupId>
+      <artifactId>jboss-osgi-deployment</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+
+    <!-- Provided Dependencies -->
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
+            <Bundle-Activator>org.jboss.osgi.husky.runtime.osgi.HuskyActivator</Bundle-Activator>
+            <Export-Package>
+              org.jboss.osgi.husky;version=${version},
+              org.jboss.osgi.testing;version=${version},
+            </Export-Package>
+            <Import-Package>
+              javax.management,
+              javax.naming,
+              org.jboss.osgi.deployment.interceptor;version="[1.0,1.1)",
+              org.jboss.osgi.spi;version="[1.0,1.1)",
+              org.jboss.osgi.spi.capability;version="[1.0,1.1)",
+              org.jboss.osgi.spi.management;version="[1.0,1.1)", 
+              org.jboss.osgi.spi.util;version="[1.0,1.1)", 
+              org.junit;version="[4.6,5.0)",
+              org.osgi.framework,
+              org.osgi.util.tracker,
+              org.slf4j;version="[1.5,1.6)",
+              
+              <!-- ignore client side -->
+              !org.jboss.osgi.deployment.deployer, 
+              !org.jboss.osgi.spi.framework,
+              !org.jboss.virtual,
+              !org.osgi.framework.launch, 
+              !org.osgi.service.packageadmin,
+            </Import-Package>
+            <Private-Package>
+              org.jboss.osgi.husky.internal,
+              org.jboss.osgi.husky.runtime*,
+              org.jboss.osgi.testing.internal,
+            </Private-Package>
+            <Embed-Transitive>true</Embed-Transitive>
+            <Embed-Dependency>
+              junit;inline=false,
+            </Embed-Dependency>
+            <_exportcontents>org.junit;version=${version.junit}</_exportcontents>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <quiet>true</quiet>
+          <excludePackageNames>*.internal</excludePackageNames>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Deleted: projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/husky/trunk/pom.xml	2009-11-24 11:35:51 UTC (rev 96811)
+++ projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/pom.xml	2009-11-24 11:47:11 UTC (rev 96814)
@@ -1,88 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-  <!-- ====================================================================== -->
-  <!--                                                                        -->
-  <!-- JBoss, JUnit testing for OSGi bundles                                  -->
-  <!--                                                                        -->
-  <!-- Distributable under LGPL license.                                      -->
-  <!-- See terms of license at http://www.gnu.org.                            -->
-  <!--                                                                        -->
-  <!-- ====================================================================== -->
-
-  <!-- $Id$ -->
-
-<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>
-
-  <name>JBossOSGi Bundles - Husky</name>
-  <description>JBoss OSGi Test Support</description>
-
-  <groupId>org.jboss.osgi.bundles</groupId>
-  <artifactId>jboss-osgi-husky-parent</artifactId>
-  <packaging>pom</packaging>
-
-  <version>1.0.2-SNAPSHOT</version>
-  
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi</groupId>
-    <artifactId>jboss-osgi-parent</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
-  </parent>
-
-  <!-- Subversion -->
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/husky/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/husky/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/qsearch/JBossOSGi</url>
-  </scm>
-
-  <!-- Properties -->
-  <properties>
-    <version.jboss.osgi.runtime.felix>2.0.0-SNAPSHOT</version.jboss.osgi.runtime.felix>
-    <version.jboss.osgi.spi>1.0.3-SNAPSHOT</version.jboss.osgi.spi>
-    <version.jboss.osgi.deployment>1.0.0-SNAPSHOT</version.jboss.osgi.deployment>
-    <version.osgi>4.2.0</version.osgi>
-  </properties>
-  
-  <!-- Modules -->
-  <modules>
-    <module>harness</module>
-    <module>testsuite</module>
-  </modules>
-  
-  <!-- DependencyManagement -->
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.jboss.osgi</groupId>
-        <artifactId>jboss-osgi-spi</artifactId>
-        <version>${version.jboss.osgi.spi}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.jboss.osgi.runtime</groupId>
-        <artifactId>jboss-osgi-deployment</artifactId>
-        <version>${version.jboss.osgi.deployment}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.jboss.osgi.runtime</groupId>
-        <artifactId>jboss-osgi-runtime-felix</artifactId>
-        <version>${version.jboss.osgi.runtime.felix}</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.core</artifactId>
-        <version>${version.osgi}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.osgi</groupId>
-        <artifactId>org.osgi.compendium</artifactId>
-        <version>${version.osgi}</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-  
-</project>

Copied: projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/pom.xml (from rev 96813, projects/jboss-osgi/projects/bundles/husky/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/pom.xml	2009-11-24 11:47:11 UTC (rev 96814)
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!-- JBoss, JUnit testing for OSGi bundles                                  -->
+  <!--                                                                        -->
+  <!-- Distributable under LGPL license.                                      -->
+  <!-- See terms of license at http://www.gnu.org.                            -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+
+<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>
+
+  <name>JBossOSGi Bundles - Husky</name>
+  <description>JBoss OSGi Test Support</description>
+
+  <groupId>org.jboss.osgi.bundles</groupId>
+  <artifactId>jboss-osgi-husky-parent</artifactId>
+  <packaging>pom</packaging>
+
+  <version>1.0.2</version>
+  
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi-parent</artifactId>
+    <version>1.0.4</version>
+  </parent>
+
+  <!-- Subversion -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/tags/jboss-osgi-husky-parent-1.0.2</url>
+  </scm>
+
+  <!-- Properties -->
+  <properties>
+    <version.jboss.osgi.runtime.felix>2.0.0</version.jboss.osgi.runtime.felix>
+    <version.jboss.osgi.spi>1.0.3</version.jboss.osgi.spi>
+    <version.jboss.osgi.deployment>1.0.0</version.jboss.osgi.deployment>
+    <version.osgi>4.2.0</version.osgi>
+  </properties>
+  
+  <!-- Modules -->
+  <modules>
+    <module>harness</module>
+    <module>testsuite</module>
+  </modules>
+  
+  <!-- DependencyManagement -->
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.jboss.osgi</groupId>
+        <artifactId>jboss-osgi-spi</artifactId>
+        <version>${version.jboss.osgi.spi}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.osgi.runtime</groupId>
+        <artifactId>jboss-osgi-deployment</artifactId>
+        <version>${version.jboss.osgi.deployment}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.jboss.osgi.runtime</groupId>
+        <artifactId>jboss-osgi-runtime-felix</artifactId>
+        <version>${version.jboss.osgi.runtime.felix}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>org.osgi.core</artifactId>
+        <version>${version.osgi}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>org.osgi.compendium</artifactId>
+        <version>${version.osgi}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+  
+</project>

Deleted: projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/husky/trunk/testsuite/pom.xml	2009-11-24 11:35:51 UTC (rev 96811)
+++ projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/testsuite/pom.xml	2009-11-24 11:47:11 UTC (rev 96814)
@@ -1,153 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-  <!-- ====================================================================== -->
-  <!--                                                                        -->
-  <!-- JBoss, JUnit testing for OSGi bundles                                  -->
-  <!--                                                                        -->
-  <!-- Distributable under LGPL license.                                      -->
-  <!-- See terms of license at http://www.gnu.org.                            -->
-  <!--                                                                        -->
-  <!-- ====================================================================== -->
-
-  <!-- $Id$ -->
-
-<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>
-
-  <name>JBossOSGi Bundles - Husky Testsuite</name>
-
-  <groupId>org.jboss.osgi.bundles</groupId>
-  <artifactId>jboss-osgi-husky-testsuite</artifactId>
-  <packaging>jar</packaging>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi.bundles</groupId>
-    <artifactId>jboss-osgi-husky-parent</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
-  </parent>
-
-  <!-- Properties -->
-  <properties>
-    <surefire.jpda.args></surefire.jpda.args>
-  </properties>
-  
-  <!-- Dependencies -->
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-husky</artifactId>
-      <version>${version}</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>biz.aQute</groupId>
-      <artifactId>bnd</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.jboss.osgi.runtime</groupId>
-      <artifactId>jboss-osgi-runtime-felix</artifactId>
-      <scope>provided</scope>
-    </dependency>
-
-    <!-- Test Dependencies -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>bundles</id>
-            <phase>test-compile</phase>
-            <goals>
-              <goal>directory-single</goal>
-            </goals>
-            <configuration>
-              <finalName>test-libs</finalName>
-              <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
-              <appendAssemblyId>false</appendAssemblyId>
-              <descriptors>
-                <descriptor>scripts/assembly-bundles.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>build-test-jars</id>
-            <phase>test-compile</phase>
-            <goals>
-              <goal>run</goal>
-            </goals>
-            <configuration>
-              <tasks>
-                <property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
-                <property name="tests.output.dir" value="${project.build.directory}" />
-                <ant antfile="scripts/antrun-test-jars.xml" />
-              </tasks>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <argLine>${surefire.jpda.args}</argLine>
-          <systemProperties>
-            <property>
-              <name>java.protocol.handler.pkgs</name>
-              <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
-            </property>
-            <property>
-              <name>log4j.output.dir</name>
-              <value>${project.build.directory}</value>
-            </property>
-            <property>
-              <name>org.jboss.osgi.husky.Invoker</name>
-              <value>org.jboss.osgi.husky.internal.OSGiInvoker</value>
-            </property>
-            <property>
-              <name>test.archive.directory</name>
-              <value>${project.build.directory}/test-libs</value>
-            </property>
-          </systemProperties>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <!-- Profiles -->
-  <profiles>
-
-    <!--
-      Name: jpda
-      Descr: Enable JPDA remote debuging
-    -->
-    <profile>
-      <id>jpda</id>
-      <activation>
-        <property>
-          <name>jpda</name>
-        </property>
-      </activation>
-      <properties>
-        <surefire.jpda.args>-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</surefire.jpda.args>
-      </properties>
-    </profile>
-
-  </profiles>
-
-</project>

Copied: projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/testsuite/pom.xml (from rev 96813, projects/jboss-osgi/projects/bundles/husky/trunk/testsuite/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/testsuite/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/bundles/husky/tags/jboss-osgi-husky-parent-1.0.2/testsuite/pom.xml	2009-11-24 11:47:11 UTC (rev 96814)
@@ -0,0 +1,153 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!-- JBoss, JUnit testing for OSGi bundles                                  -->
+  <!--                                                                        -->
+  <!-- Distributable under LGPL license.                                      -->
+  <!-- See terms of license at http://www.gnu.org.                            -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
+
+  <!-- $Id$ -->
+
+<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>
+
+  <name>JBossOSGi Bundles - Husky Testsuite</name>
+
+  <groupId>org.jboss.osgi.bundles</groupId>
+  <artifactId>jboss-osgi-husky-testsuite</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi.bundles</groupId>
+    <artifactId>jboss-osgi-husky-parent</artifactId>
+    <version>1.0.2</version>
+  </parent>
+
+  <!-- Properties -->
+  <properties>
+    <surefire.jpda.args />
+  </properties>
+  
+  <!-- Dependencies -->
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-husky</artifactId>
+      <version>${version}</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>biz.aQute</groupId>
+      <artifactId>bnd</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jboss.osgi.runtime</groupId>
+      <artifactId>jboss-osgi-runtime-felix</artifactId>
+      <scope>provided</scope>
+    </dependency>
+
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>bundles</id>
+            <phase>test-compile</phase>
+            <goals>
+              <goal>directory-single</goal>
+            </goals>
+            <configuration>
+              <finalName>test-libs</finalName>
+              <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+              <appendAssemblyId>false</appendAssemblyId>
+              <descriptors>
+                <descriptor>scripts/assembly-bundles.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>build-test-jars</id>
+            <phase>test-compile</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
+                <property name="tests.output.dir" value="${project.build.directory}" />
+                <ant antfile="scripts/antrun-test-jars.xml" />
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <argLine>${surefire.jpda.args}</argLine>
+          <systemProperties>
+            <property>
+              <name>java.protocol.handler.pkgs</name>
+              <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>
+            </property>
+            <property>
+              <name>log4j.output.dir</name>
+              <value>${project.build.directory}</value>
+            </property>
+            <property>
+              <name>org.jboss.osgi.husky.Invoker</name>
+              <value>org.jboss.osgi.husky.internal.OSGiInvoker</value>
+            </property>
+            <property>
+              <name>test.archive.directory</name>
+              <value>${project.build.directory}/test-libs</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- Profiles -->
+  <profiles>
+
+    <!--
+      Name: jpda
+      Descr: Enable JPDA remote debuging
+    -->
+    <profile>
+      <id>jpda</id>
+      <activation>
+        <property>
+          <name>jpda</name>
+        </property>
+      </activation>
+      <properties>
+        <surefire.jpda.args>-Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y</surefire.jpda.args>
+      </properties>
+    </profile>
+
+  </profiles>
+
+</project>




More information about the jboss-cvs-commits mailing list