[jboss-osgi-commits] JBoss-OSGI SVN: r97402 - in projects/jboss-osgi/projects/runtime/equinox/tags: jboss-osgi-runtime-equinox-3.5.1 and 1 other directory.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Dec 3 11:01:45 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-03 11:01:45 -0500 (Thu, 03 Dec 2009)
New Revision: 97402

Added:
   projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1/
   projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1/pom.xml
Removed:
   projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-osgi-runtime-equinox-3.5.1

Copied: projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1 (from rev 97400, projects/jboss-osgi/projects/runtime/equinox/trunk)


Property changes on: projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1
___________________________________________________________________
Name: svn:ignore
   + target

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/equinox/trunk/pom.xml	2009-12-03 15:57:13 UTC (rev 97400)
+++ projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1/pom.xml	2009-12-03 16:01:45 UTC (rev 97402)
@@ -1,106 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-  <!-- ====================================================================== -->
-  <!--                                                                        -->
-  <!--  JBoss, the OpenSource J2EE webOS                                      -->
-  <!--                                                                        -->
-  <!--  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 Equinox</name>
-
-  <groupId>org.jboss.osgi.runtime</groupId>
-  <artifactId>jboss-osgi-runtime-equinox</artifactId>
-  <packaging>jar</packaging>
-
-  <version>3.5.1-SNAPSHOT</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/runtime/equinox/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/equinox/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/qsearch/JBossOSGi</url>
-  </scm>
-
-  <!-- Properties -->
-  <properties>
-    <version.eclipse.equinox>3.5.1</version.eclipse.equinox>
-    <version.jboss.osgi.deployment>1.0.0-SNAPSHOT</version.jboss.osgi.deployment>
-    <version.jboss.osgi.husky>1.0.2-SNAPSHOT</version.jboss.osgi.husky>
-    <version.jboss.osgi.spi>1.0.3-SNAPSHOT</version.jboss.osgi.spi>
-  </properties>
-  
-  <!-- Dependencies -->
-  <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.eclipse.equinox</groupId>
-      <artifactId>org.eclipse.osgi</artifactId>
-      <version>${version.eclipse.equinox}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.equinox</groupId>
-      <artifactId>org.eclipse.osgi.services</artifactId>
-      <version>${version.eclipse.equinox}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.equinox</groupId>
-      <artifactId>org.eclipse.osgi.util</artifactId>
-      <version>${version.eclipse.equinox}</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-husky</artifactId>
-      <version>${version.jboss.osgi.husky}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <!-- Build -->
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <systemProperties>
-            <property>
-              <name>log4j.output.dir</name>
-              <value>${project.build.directory}</value>
-            </property>
-          </systemProperties>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>

Copied: projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1/pom.xml (from rev 97401, projects/jboss-osgi/projects/runtime/equinox/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1/pom.xml	2009-12-03 16:01:45 UTC (rev 97402)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  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 Equinox</name>
+
+  <groupId>org.jboss.osgi.runtime</groupId>
+  <artifactId>jboss-osgi-runtime-equinox</artifactId>
+  <packaging>jar</packaging>
+
+  <version>3.5.1</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/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5.1</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/tags/jboss-osgi-runtime-equinox-3.5.1</url>
+  </scm>
+
+  <!-- Properties -->
+  <properties>
+    <version.eclipse.equinox>3.5.1</version.eclipse.equinox>
+    <version.jboss.osgi.deployment>1.0.0</version.jboss.osgi.deployment>
+    <version.jboss.osgi.husky>1.0.2</version.jboss.osgi.husky>
+    <version.jboss.osgi.spi>1.0.3</version.jboss.osgi.spi>
+  </properties>
+  
+  <!-- Dependencies -->
+  <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.eclipse.equinox</groupId>
+      <artifactId>org.eclipse.osgi</artifactId>
+      <version>${version.eclipse.equinox}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox</groupId>
+      <artifactId>org.eclipse.osgi.services</artifactId>
+      <version>${version.eclipse.equinox}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox</groupId>
+      <artifactId>org.eclipse.osgi.util</artifactId>
+      <version>${version.eclipse.equinox}</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-husky</artifactId>
+      <version>${version.jboss.osgi.husky}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <!-- Build -->
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemProperties>
+            <property>
+              <name>log4j.output.dir</name>
+              <value>${project.build.directory}</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>



More information about the jboss-osgi-commits mailing list