[jboss-cvs] JBossAS SVN: r93832 - in projects/jboss-osgi/tags: jboss-osgi-common-core-2.2.13.GA and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 21 16:27:09 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-21 16:27:09 -0400 (Mon, 21 Sep 2009)
New Revision: 93832

Added:
   projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA/
   projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA/pom.xml
Removed:
   projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-osgi-common-core-2.2.13.GA

Copied: projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA (from rev 93829, projects/jboss-osgi/projects/bundles/common-core/trunk)


Property changes on: projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA
___________________________________________________________________
Name: svn:ignore
   + target

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/common-core/trunk/pom.xml	2009-09-21 20:14:46 UTC (rev 93829)
+++ projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA/pom.xml	2009-09-21 20:27:09 UTC (rev 93832)
@@ -1,84 +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 Bundles - Common Core</name>
-  <description>A JBossOSGi provided JBoss Common Core bundle</description>
-  
-  <groupId>org.jboss.osgi.bundles</groupId>
-  <artifactId>jboss-osgi-common-core</artifactId>
-  <packaging>bundle</packaging>
-
-  <version>2.2.13-SNAPSHOT</version>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi</groupId>
-    <artifactId>jboss-osgi-parent</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
-  </parent>
-
-  <properties>
-    <version.jboss.common.core>2.2.13.GA</version.jboss.common.core>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-common-core</artifactId>
-      <version>${version.jboss.common.core}</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
-            <Import-Package>
-              <!--system  -->
-              javax.naming*, 
-              javax.net*, 
-              javax.xml.namespace, 
-              javax.xml.parsers, 
-              javax.xml.transform*, 
-              org.w3c.dom, 
-              org.xml.sax*,
-              
-              <!-- import -->
-              org.jboss.logging,
-              
-              <!-- ignore -->
-              !org.apache.commons.httpclient, 
-              !org.apache.webdav.lib, 
-            </Import-Package>
-            <Embed-Transitive>true</Embed-Transitive>
-            <Embed-Dependency>
-              jboss-common-core;inline=false,
-            </Embed-Dependency>
-            <_exportcontents>
-              org.jboss.net.*;version=${version.jboss.common.core},
-              org.jboss.util*;version=${version.jboss.common.core},
-            </_exportcontents>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>

Copied: projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA/pom.xml (from rev 93831, projects/jboss-osgi/projects/bundles/common-core/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA/pom.xml	2009-09-21 20:27:09 UTC (rev 93832)
@@ -0,0 +1,90 @@
+<?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 Bundles - Common Core</name>
+  <description>A JBossOSGi provided JBoss Common Core bundle</description>
+  
+  <groupId>org.jboss.osgi.bundles</groupId>
+  <artifactId>jboss-osgi-common-core</artifactId>
+  <packaging>bundle</packaging>
+
+  <version>2.2.13.GA</version>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi-parent</artifactId>
+    <version>1.0.2</version>
+  </parent>
+
+  <properties>
+    <version.jboss.common.core>2.2.13.GA</version.jboss.common.core>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-common-core</artifactId>
+      <version>${version.jboss.common.core}</version>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
+            <Import-Package>
+              <!--system  -->
+              javax.naming*, 
+              javax.net*, 
+              javax.xml.namespace, 
+              javax.xml.parsers, 
+              javax.xml.transform*, 
+              org.w3c.dom, 
+              org.xml.sax*,
+              
+              <!-- import -->
+              org.jboss.logging,
+              
+              <!-- ignore -->
+              !org.apache.commons.httpclient, 
+              !org.apache.webdav.lib, 
+            </Import-Package>
+            <Embed-Transitive>true</Embed-Transitive>
+            <Embed-Dependency>
+              jboss-common-core;inline=false,
+            </Embed-Dependency>
+            <_exportcontents>
+              org.jboss.net.*;version=${version.jboss.common.core},
+              org.jboss.util*;version=${version.jboss.common.core},
+            </_exportcontents>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/tags/jboss-osgi-common-core-2.2.13.GA</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/tags/jboss-osgi-common-core-2.2.13.GA</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list