[jboss-osgi-commits] JBoss-OSGI SVN: r87964 - in projects/jboss-osgi/bundles: apache-xerces and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Apr 28 16:08:19 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-28 16:08:19 -0400 (Tue, 28 Apr 2009)
New Revision: 87964

Added:
   projects/jboss-osgi/bundles/apache-xerces/
   projects/jboss-osgi/bundles/apache-xerces/pom.xml
   projects/jboss-osgi/bundles/jbossxb/
   projects/jboss-osgi/bundles/jbossxb/pom.xml
Removed:
   projects/jboss-osgi/bundles/apache-xerces/.settings/
   projects/jboss-osgi/bundles/apache-xerces/pom.xml
   projects/jboss-osgi/bundles/apache/
   projects/jboss-osgi/bundles/jboss/
   projects/jboss-osgi/bundles/jbossxb/pom.xml
Modified:
   projects/jboss-osgi/bundles/
   projects/jboss-osgi/bundles/pom.xml
Log:
Reduce svn levels


Property changes on: projects/jboss-osgi/bundles
___________________________________________________________________
Name: svn:ignore
   + .settings


Copied: projects/jboss-osgi/bundles/apache-xerces (from rev 87948, projects/jboss-osgi/bundles/apache/xerces)


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

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/bundles/apache-xerces/pom.xml
===================================================================
--- projects/jboss-osgi/bundles/apache/xerces/pom.xml	2009-04-28 15:33:51 UTC (rev 87948)
+++ projects/jboss-osgi/bundles/apache-xerces/pom.xml	2009-04-28 20:08:19 UTC (rev 87964)
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <groupId>org.jboss.osgi.bundles.apache</groupId>
-  <artifactId>apache-xerces</artifactId>
-  <packaging>bundle</packaging>
-
-  <version>2.9.1-SNAPSHOT</version>
-
-  <parent>
-    <groupId>org.jboss.osgi.bundles.apache</groupId>
-    <artifactId>jboss-bundles-apache</artifactId>
-    <version>1.0.0</version>
-  </parent>
-
-  <properties>
-    <version.apache.xerces>2.9.1</version.apache.xerces>
-    <version.wutka.dtdparser>1.2.1</version.wutka.dtdparser>
-  </properties>
-
-  <dependencies>
-    <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>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>wrap</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <instructions>
-            <Embed-Dependency>*;inline=false</Embed-Dependency>
-            <_exportcontents>*</_exportcontents>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>

Copied: projects/jboss-osgi/bundles/apache-xerces/pom.xml (from rev 87952, projects/jboss-osgi/bundles/apache/xerces/pom.xml)
===================================================================
--- projects/jboss-osgi/bundles/apache-xerces/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/bundles/apache-xerces/pom.xml	2009-04-28 20:08:19 UTC (rev 87964)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+  <groupId>org.jboss.osgi.bundles</groupId>
+  <artifactId>apache-xerces-bundle</artifactId>
+  <packaging>bundle</packaging>
+
+  <version>2.9.1-SNAPSHOT</version>
+
+  <parent>
+    <groupId>org.jboss.osgi.bundles</groupId>
+    <artifactId>jboss-bundles</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+
+  <properties>
+    <version.apache.xerces>2.9.1</version.apache.xerces>
+    <version.wutka.dtdparser>1.2.1</version.wutka.dtdparser>
+  </properties>
+
+  <dependencies>
+    <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>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>wrap</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <instructions>
+            <Embed-Dependency>*;inline=false</Embed-Dependency>
+            <_exportcontents>*</_exportcontents>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Copied: projects/jboss-osgi/bundles/jbossxb (from rev 87951, projects/jboss-osgi/bundles/jboss/xml-binding)


Property changes on: projects/jboss-osgi/bundles/jbossxb
___________________________________________________________________
Name: svn:ignore
   + target
.settings

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/bundles/jbossxb/pom.xml
===================================================================
--- projects/jboss-osgi/bundles/jboss/xml-binding/pom.xml	2009-04-28 16:29:33 UTC (rev 87951)
+++ projects/jboss-osgi/bundles/jbossxb/pom.xml	2009-04-28 20:08:19 UTC (rev 87964)
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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 JBoss XML Binding</name>
-  <groupId>org.jboss.osgi.bundles.jboss</groupId>
-  <artifactId>jbossxb</artifactId>
-  <packaging>bundle</packaging>
-
-  <version>2.0.0-SNAPSHOT</version>
-
-  <parent>
-    <groupId>org.jboss.osgi.bundles.jboss</groupId>
-    <artifactId>jboss-bundles-jboss</artifactId>
-    <version>1.0.0</version>
-  </parent>
-
-  <properties>
-    <version.jboss.xb>2.0.0.GA</version.jboss.xb>
-    <version.apache.xerces>2.9.1-SNAPSHOT</version.apache.xerces>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss</groupId>
-      <artifactId>jbossxb</artifactId>
-      <version>${version.jboss.xb}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.bundles.apache</groupId>
-      <artifactId>apache-xerces</artifactId>
-      <version>${version.apache.xerces}</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
-            <Embed-Dependency>jbossxb;inline=false</Embed-Dependency>
-            <_exportcontents>*;version=${version.jboss.xb}</_exportcontents>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>

Copied: projects/jboss-osgi/bundles/jbossxb/pom.xml (from rev 87952, projects/jboss-osgi/bundles/jboss/xml-binding/pom.xml)
===================================================================
--- projects/jboss-osgi/bundles/jbossxb/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/bundles/jbossxb/pom.xml	2009-04-28 20:08:19 UTC (rev 87964)
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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 - JBoss XML Binding</name>
+  <groupId>org.jboss.osgi.bundles</groupId>
+  <artifactId>jbossxb-bundle</artifactId>
+  <packaging>bundle</packaging>
+
+  <version>2.0.0-SNAPSHOT</version>
+
+  <parent>
+    <groupId>org.jboss.osgi.bundles</groupId>
+    <artifactId>jboss-bundles</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+
+  <properties>
+    <version.jboss.xb>2.0.0.GA</version.jboss.xb>
+    <version.apache.xerces>2.9.1-SNAPSHOT</version.apache.xerces>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss</groupId>
+      <artifactId>jbossxb</artifactId>
+      <version>${version.jboss.xb}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.bundles.apache</groupId>
+      <artifactId>apache-xerces</artifactId>
+      <version>${version.apache.xerces}</version>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
+            <Embed-Dependency>jbossxb;inline=false</Embed-Dependency>
+            <_exportcontents>*;version=${version.jboss.xb}</_exportcontents>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: projects/jboss-osgi/bundles/pom.xml
===================================================================
--- projects/jboss-osgi/bundles/pom.xml	2009-04-28 19:27:35 UTC (rev 87963)
+++ projects/jboss-osgi/bundles/pom.xml	2009-04-28 20:08:19 UTC (rev 87964)
@@ -2,7 +2,7 @@
 <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</name>
+  <name>JBossOSGi Bundles</name>
   <groupId>org.jboss.osgi.bundles</groupId>
   <artifactId>jboss-bundles</artifactId>
   <packaging>pom</packaging>
@@ -15,8 +15,8 @@
 
   <!-- Modules -->
   <modules>
-    <module>apache</module>
-    <module>jboss</module>
+    <module>apache-xerces</module>
+    <module>jbossxb</module>
   </modules>
 
   <build>




More information about the jboss-osgi-commits mailing list