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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 29 10:35:05 EDT 2010


Author: thomas.diesler at jboss.com
Date: 2010-03-29 10:35:04 -0400 (Mon, 29 Mar 2010)
New Revision: 103141

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

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


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

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/projects/bundles/apache-xerces/tags/jboss-osgi-apache-xerces-2.9.1.SP4/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/apache-xerces/trunk/pom.xml	2010-03-29 10:00:49 UTC (rev 103102)
+++ projects/jboss-osgi/projects/bundles/apache-xerces/tags/jboss-osgi-apache-xerces-2.9.1.SP4/pom.xml	2010-03-29 14:35:04 UTC (rev 103141)
@@ -1,150 +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.SP4-SNAPSHOT</version>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi</groupId>
-    <artifactId>jboss-osgi-parent</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
-  </parent>
-
-  <!-- Properties -->
-  <properties>
-    <version.apache.xerces>2.9.1</version.apache.xerces>
-    <version.jboss.osgi.common>1.0.4-SNAPSHOT</version.jboss.osgi.common>
-    <version.jboss.osgi.spi>1.0.5-SNAPSHOT</version.jboss.osgi.spi>
-    <version.wutka.dtdparser>1.2.1</version.wutka.dtdparser>
-    <version.xml.resolver>1.2</version.xml.resolver>
-    <version.osgi>4.2.0</version.osgi>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.osgi</groupId>
-      <artifactId>jboss-osgi-spi</artifactId>
-      <version>${version.jboss.osgi.spi}</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>
-
-    <!-- Provided Capability -->
-    <dependency>
-      <groupId>org.jboss.osgi.bundles</groupId>
-      <artifactId>jboss-osgi-common</artifactId>
-      <version>${version.jboss.osgi.common}</version>
-      <scope>provided</scope>
-    </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>
-            <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.logging;version="[2.1,3.0)",
-              org.jboss.osgi.common.log;version="[1.0,2.0)",
-              org.jboss.osgi.spi*;version="[1.0,2.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>
-
-  <!-- Subversion -->
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/apache-xerces/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/apache-xerces/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/qsearch/JBossOSGi</url>
-  </scm>
-  
-</project>

Copied: projects/jboss-osgi/projects/bundles/apache-xerces/tags/jboss-osgi-apache-xerces-2.9.1.SP4/pom.xml (from rev 103140, projects/jboss-osgi/projects/bundles/apache-xerces/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/bundles/apache-xerces/tags/jboss-osgi-apache-xerces-2.9.1.SP4/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/bundles/apache-xerces/tags/jboss-osgi-apache-xerces-2.9.1.SP4/pom.xml	2010-03-29 14:35:04 UTC (rev 103141)
@@ -0,0 +1,150 @@
+<?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.SP4</version>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi-parent</artifactId>
+    <version>1.0.5</version>
+  </parent>
+
+  <!-- Properties -->
+  <properties>
+    <version.apache.xerces>2.9.1</version.apache.xerces>
+    <version.jboss.osgi.common>1.0.4</version.jboss.osgi.common>
+    <version.jboss.osgi.spi>1.0.5</version.jboss.osgi.spi>
+    <version.wutka.dtdparser>1.2.1</version.wutka.dtdparser>
+    <version.xml.resolver>1.2</version.xml.resolver>
+    <version.osgi>4.2.0</version.osgi>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.osgi</groupId>
+      <artifactId>jboss-osgi-spi</artifactId>
+      <version>${version.jboss.osgi.spi}</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>
+
+    <!-- Provided Capability -->
+    <dependency>
+      <groupId>org.jboss.osgi.bundles</groupId>
+      <artifactId>jboss-osgi-common</artifactId>
+      <version>${version.jboss.osgi.common}</version>
+      <scope>provided</scope>
+    </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>
+            <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.logging;version="[2.1,3.0)",
+              org.jboss.osgi.common.log;version="[1.0,2.0)",
+              org.jboss.osgi.spi*;version="[1.0,2.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>
+
+  <!-- Subversion -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/apache-xerces/tags/jboss-osgi-apache-xerces-2.9.1.SP4</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/apache-xerces/tags/jboss-osgi-apache-xerces-2.9.1.SP4</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/tags/jboss-osgi-apache-xerces-2.9.1.SP4</url>
+  </scm>
+  
+</project>




More information about the jboss-cvs-commits mailing list