[jboss-cvs] JBossAS SVN: r93846 - in projects/jboss-osgi/tags: jboss-osgi-apache-xerces-2.9.1.SP2 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 21 18:00:09 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-21 18:00:09 -0400 (Mon, 21 Sep 2009)
New Revision: 93846

Added:
   projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2/
   projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2/pom.xml
Removed:
   projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-osgi-apache-xerces-2.9.1.SP2

Copied: projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2 (from rev 93843, projects/jboss-osgi/projects/bundles/apache-xerces/trunk)


Property changes on: projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2
___________________________________________________________________
Name: svn:ignore
   + target

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/apache-xerces/trunk/pom.xml	2009-09-21 21:53:38 UTC (rev 93843)
+++ projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2/pom.xml	2009-09-21 22:00:09 UTC (rev 93846)
@@ -1,140 +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 - Apache Xerces</name>
-  <description>A JBossOSGi provided Apache Xerces bundle</description>
-  
-  <groupId>org.jboss.osgi.bundles</groupId>
-  <artifactId>jboss-osgi-apache-xerces</artifactId>
-  <packaging>bundle</packaging>
-
-  <version>2.9.1.SP2</version>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi</groupId>
-    <artifactId>jboss-osgi-parent</artifactId>
-    <version>1.0.2</version>
-  </parent>
-
-  <properties>
-    <version.apache.xerces>2.9.1</version.apache.xerces>
-    <version.jboss.osgi.common>1.0.1</version.jboss.osgi.common>
-    <version.wutka.dtdparser>1.2.1</version.wutka.dtdparser>
-    <version.xml.resolver>1.2</version.xml.resolver>
-    <version.osgi>r4v42</version.osgi>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-common</artifactId>
-      <version>${version.jboss.osgi.common}</version>
-    </dependency>
-    
-    <dependency>
-      <groupId>apache-xerces</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>${version.apache.xerces}</version>
-    </dependency>
-    <dependency>
-      <groupId>apache-xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>${version.apache.xerces}</version>
-    </dependency>
-    <dependency>
-      <groupId>wutka-dtdparser</groupId>
-      <artifactId>dtdparser121</artifactId>
-      <version>${version.wutka.dtdparser}</version>
-    </dependency>
-    <dependency>
-      <groupId>xml-resolver</groupId>
-      <artifactId>xml-resolver</artifactId>
-      <version>${version.xml.resolver}</version>
-    </dependency>
-
-    <!-- OSGi Dependencies -->    
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <version>${version.osgi}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <version>${version.osgi}</version>
-      <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.xml.XMLParserActivatorExt</Bundle-Activator>
-            <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
-            <Privat-Package>
-              org.jboss.osgi.xml.internal
-            </Privat-Package>
-            <Export-Package>
-              org.jboss.osgi.xml;version=${version}
-            </Export-Package>
-            <Import-Package>
-              javax.xml.datatype, 
-              javax.xml.namespace, 
-              javax.xml.parsers, 
-              javax.xml.transform*, 
-              javax.xml.validation, 
-              org.w3c.dom*, 
-              org.xml.sax*,
-
-              <!-- import -->
-              org.jboss.osgi.common.log;version=1.0,
-              org.jboss.osgi.spi.capability;version=1.0,
-              org.osgi.framework, 
-              org.osgi.service.log,
-              org.osgi.util.xml,
-              
-              <!-- ignore -->
-              !sun.io, 
-            </Import-Package>
-            <Embed-Dependency>
-              dtdparser121;inline=false,
-              xercesImpl;inline=false,
-              xml-resolver;inline=false,
-            </Embed-Dependency>
-            <_exportcontents>
-              com.wutka.dtd;version=${version.wutka.dtdparser},
-              org.apache.xerces.*;version=${version.apache.xerces},
-            </_exportcontents>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2</developerConnection>
-    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/tags/jboss-osgi-apache-xerces-2.9.1.SP2</url>
-  </scm>
-</project>

Copied: projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2/pom.xml (from rev 93845, projects/jboss-osgi/projects/bundles/apache-xerces/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2/pom.xml	2009-09-21 22:00:09 UTC (rev 93846)
@@ -0,0 +1,140 @@
+<?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 - Apache Xerces</name>
+  <description>A JBossOSGi provided Apache Xerces bundle</description>
+  
+  <groupId>org.jboss.osgi.bundles</groupId>
+  <artifactId>jboss-osgi-apache-xerces</artifactId>
+  <packaging>bundle</packaging>
+
+  <version>2.9.1.SP2</version>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi-parent</artifactId>
+    <version>1.0.2</version>
+  </parent>
+
+  <properties>
+    <version.apache.xerces>2.9.1</version.apache.xerces>
+    <version.jboss.osgi.common>1.0.1</version.jboss.osgi.common>
+    <version.wutka.dtdparser>1.2.1</version.wutka.dtdparser>
+    <version.xml.resolver>1.2</version.xml.resolver>
+    <version.osgi>r4v42</version.osgi>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-common</artifactId>
+      <version>${version.jboss.osgi.common}</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>${version.apache.xerces}</version>
+    </dependency>
+    <dependency>
+      <groupId>apache-xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>${version.apache.xerces}</version>
+    </dependency>
+    <dependency>
+      <groupId>wutka-dtdparser</groupId>
+      <artifactId>dtdparser121</artifactId>
+      <version>${version.wutka.dtdparser}</version>
+    </dependency>
+    <dependency>
+      <groupId>xml-resolver</groupId>
+      <artifactId>xml-resolver</artifactId>
+      <version>${version.xml.resolver}</version>
+    </dependency>
+
+    <!-- OSGi Dependencies -->    
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>${version.osgi}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <version>${version.osgi}</version>
+      <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.xml.XMLParserActivatorExt</Bundle-Activator>
+            <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
+            <Privat-Package>
+              org.jboss.osgi.xml.internal
+            </Privat-Package>
+            <Export-Package>
+              org.jboss.osgi.xml;version=${version}
+            </Export-Package>
+            <Import-Package>
+              javax.xml.datatype, 
+              javax.xml.namespace, 
+              javax.xml.parsers, 
+              javax.xml.transform*, 
+              javax.xml.validation, 
+              org.w3c.dom*, 
+              org.xml.sax*,
+
+              <!-- import -->
+              org.jboss.osgi.common.log;version=1.0,
+              org.jboss.osgi.spi.capability;version=1.0,
+              org.osgi.framework, 
+              org.osgi.service.log,
+              org.osgi.util.xml,
+              
+              <!-- ignore -->
+              !sun.io, 
+            </Import-Package>
+            <Embed-Dependency>
+              dtdparser121;inline=false,
+              xercesImpl;inline=false,
+              xml-resolver;inline=false,
+            </Embed-Dependency>
+            <_exportcontents>
+              com.wutka.dtd;version=${version.wutka.dtdparser},
+              org.apache.xerces.*;version=${version.apache.xerces},
+            </_exportcontents>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/tags/jboss-osgi-apache-xerces-2.9.1.SP2</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/tags/jboss-osgi-apache-xerces-2.9.1.SP2</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list