[jboss-svn-commits] JBL Code SVN: r22874 - in labs/jbossesb/workspace/skeagh: api/routing and 5 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Sep 18 07:45:09 EDT 2008
Author: beve
Date: 2008-09-18 07:45:08 -0400 (Thu, 18 Sep 2008)
New Revision: 22874
Added:
labs/jbossesb/workspace/skeagh/api/routing/osgi.bnd
labs/jbossesb/workspace/skeagh/api/service/osgi.bnd
labs/jbossesb/workspace/skeagh/commons/osgi.bnd
labs/jbossesb/workspace/skeagh/routing/file/osgi.bnd
labs/jbossesb/workspace/skeagh/routing/jms/osgi.bnd
labs/jbossesb/workspace/skeagh/runtime/osgi.bnd
Modified:
labs/jbossesb/workspace/skeagh/api/routing/pom.xml
labs/jbossesb/workspace/skeagh/api/service/pom.xml
labs/jbossesb/workspace/skeagh/commons/pom.xml
labs/jbossesb/workspace/skeagh/pom.xml
labs/jbossesb/workspace/skeagh/routing/file/pom.xml
labs/jbossesb/workspace/skeagh/routing/jms/pom.xml
labs/jbossesb/workspace/skeagh/runtime/pom.xml
Log:
Added osgi bundle packaging using bnd.
Added: labs/jbossesb/workspace/skeagh/api/routing/osgi.bnd
===================================================================
--- labs/jbossesb/workspace/skeagh/api/routing/osgi.bnd (rev 0)
+++ labs/jbossesb/workspace/skeagh/api/routing/osgi.bnd 2008-09-18 11:45:08 UTC (rev 22874)
@@ -0,0 +1,5 @@
+#-----------------------------------------------------------------
+# Use this file to add customized Bnd instructions for the bundle
+#-----------------------------------------------------------------
+
+Export-Package: org.jboss.esb.routing*
Modified: labs/jbossesb/workspace/skeagh/api/routing/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/api/routing/pom.xml 2008-09-18 10:55:58 UTC (rev 22873)
+++ labs/jbossesb/workspace/skeagh/api/routing/pom.xml 2008-09-18 11:45:08 UTC (rev 22874)
@@ -12,6 +12,7 @@
<artifactId>jbossesb-api-routing</artifactId>
<version>${jboss.esb.version}</version>
<url>http://www.jboss.org/jbossesb/</url>
+ <packaging>bundle</packaging>
<dependencies>
<dependency>
@@ -20,4 +21,4 @@
<version>${jboss.esb.version}</version>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Added: labs/jbossesb/workspace/skeagh/api/service/osgi.bnd
===================================================================
--- labs/jbossesb/workspace/skeagh/api/service/osgi.bnd (rev 0)
+++ labs/jbossesb/workspace/skeagh/api/service/osgi.bnd 2008-09-18 11:45:08 UTC (rev 22874)
@@ -0,0 +1,5 @@
+#-----------------------------------------------------------------
+# Use this file to add customized Bnd instructions for the bundle
+#-----------------------------------------------------------------
+
+Export-Package: org.jboss.esb*
\ No newline at end of file
Modified: labs/jbossesb/workspace/skeagh/api/service/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/api/service/pom.xml 2008-09-18 10:55:58 UTC (rev 22873)
+++ labs/jbossesb/workspace/skeagh/api/service/pom.xml 2008-09-18 11:45:08 UTC (rev 22874)
@@ -12,6 +12,7 @@
<artifactId>jbossesb-api-service</artifactId>
<version>${jboss.esb.version}</version>
<url>http://www.jboss.org/jbossesb/</url>
+ <packaging>bundle</packaging>
<dependencies>
<dependency>
@@ -21,4 +22,4 @@
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Added: labs/jbossesb/workspace/skeagh/commons/osgi.bnd
===================================================================
--- labs/jbossesb/workspace/skeagh/commons/osgi.bnd (rev 0)
+++ labs/jbossesb/workspace/skeagh/commons/osgi.bnd 2008-09-18 11:45:08 UTC (rev 22874)
@@ -0,0 +1,5 @@
+#-----------------------------------------------------------------
+# Use this file to add customized Bnd instructions for the bundle
+#-----------------------------------------------------------------
+
+Export-Package: org.jboss.esb*
\ No newline at end of file
Modified: labs/jbossesb/workspace/skeagh/commons/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/commons/pom.xml 2008-09-18 10:55:58 UTC (rev 22873)
+++ labs/jbossesb/workspace/skeagh/commons/pom.xml 2008-09-18 11:45:08 UTC (rev 22874)
@@ -12,6 +12,7 @@
<artifactId>jbossesb-commons</artifactId>
<version>${jboss.esb.version}</version>
<url>http://www.jboss.org/jbossesb/</url>
+ <packaging>bundle</packaging>
<dependencies>
@@ -38,4 +39,4 @@
</repository>
</repositories>
-</project>
\ No newline at end of file
+</project>
Modified: labs/jbossesb/workspace/skeagh/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/pom.xml 2008-09-18 10:55:58 UTC (rev 22873)
+++ labs/jbossesb/workspace/skeagh/pom.xml 2008-09-18 11:45:08 UTC (rev 22874)
@@ -1,240 +1,278 @@
<?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>
- <groupId>jboss.jbossesb</groupId>
- <artifactId>jbossesb</artifactId>
- <packaging>pom</packaging>
- <version>5.0-SNAPSHOT</version>
- <name>JBoss ESB (Base POM)</name>
- <url>http://www.jboss.org/jbossesb/</url>
- <description>JBoss Enterprise Service Bus(ESB)</description>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <properties>
- <jboss.esb.version>5.0-SNAPSHOT</jboss.esb.version>
- <jboss.eap.version>4.2.0.GA</jboss.eap.version>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>jboss.jbossesb</groupId>
+ <artifactId>jbossesb</artifactId>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
+ <packaging>pom</packaging>
+ <version>5.0-SNAPSHOT</version>
- <modules>
- <module>testutil</module>
- <module>commons</module>
- <module>api</module>
- <module>runtime</module>
- <module>routing</module>
- </modules>
+ <name>JBoss ESB (Base POM)</name>
- <issueManagement>
- <system>JIRA</system>
- <url>https://jira.jboss.org/jira/browse/JBESB/</url>
- </issueManagement>
+ <url>http://www.jboss.org/jbossesb/</url>
- <developers>
- <developer>
- <id>kevin.conner at jboss.com</id>
- <name>Kevin Conner</name>
- <email>kevin.conner at jboss.com</email>
- <roles>
- <role>Project Lead</role>
- <role>Core Developer</role>
- </roles>
- <organization>RedHat</organization>
- </developer>
- <developer>
- <id>tfennelly</id>
- <name>Tom Fennelly</name>
- <email>tfennely at jboss.com</email>
- <roles>
- <role>Core Developer</role>
- </roles>
- <organization>RedHat</organization>
- </developer>
- <developer>
- <id>tcunning</id>
- <name>Tom Cunningham</name>
- <email>tcunning at redhat.com</email>
- <roles>
- <role>Core Developer</role>
- </roles>
- <organization>RedHat</organization>
- </developer>
- <developer>
- <id>beve</id>
- <name>Daniel Bevenius</name>
- <email>dbevenius at jboss.com</email>
- <roles>
- <role>Core Developer</role>
- </roles>
- <organization>RedHat</organization>
- </developer>
- </developers>
-
- <contributors>
- <contributor>
- <name>Burr Sutter</name>
- <email>burr.sutter.jboss.com</email>
- <url>http://www.jboss.org</url>
- <organization>Red Hat</organization>
- <organizationUrl>http://www.redhat.com</organizationUrl>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>-7</timezone>
- </contributor>
- </contributors>
+ <description>JBoss Enterprise Service Bus(ESB)</description>
- <mailingLists>
- <mailingList>
- <name>JBossESB Announce</name>
- <subscribe>https://lists.jboss.org/mailman/listinfo/esb-announce</subscribe>
- <unsubscribe>https://lists.jboss.org/mailman/listinfo/esb-announce</unsubscribe>
- <post>esb-announce at lists.jboss.org</post>
- <archive>http://lists.jboss.org/pipermail/esb-announce</archive>
- </mailingList>
- <mailingList>
- <name>JBossESB Users</name>
- <subscribe>https://lists.jboss.org/mailman/listinfo/esb-users</subscribe>
- <unsubscribe>https://lists.jboss.org/mailman/listinfo/esb-users</unsubscribe>
- <post>esb-users at lists.jboss.org</post>
- <archive>http://lists.jboss.org/pipermail/esb-users</archive>
- </mailingList>
- <mailingList>
- <name>JBossESB Commits</name>
- <subscribe>https://lists.jboss.org/mailman/listinfo/esb-commits</subscribe>
- <unsubscribe>https://lists.jboss.org/mailman/listinfo/esb-commits</unsubscribe>
- <post>esb-commits at lists.jboss.org</post>
- <archive>http://lists.jboss.org/pipermail/esb-commits</archive>
- </mailingList>
- <mailingList>
- <name>JBossESB Dev</name>
- <subscribe>https://lists.jboss.org/mailman/listinfo/esb-dev</subscribe>
- <unsubscribe>https://lists.jboss.org/mailman/listinfo/esb-dev</unsubscribe>
- <post>esb-dev at lists.jboss.org</post>
- <archive>http://lists.jboss.org/pipermail/esb-dev</archive>
- </mailingList>
- <mailingList>
- <name>JBossESB Issues</name>
- <subscribe>https://lists.jboss.org/mailman/listinfo/esb-issues</subscribe>
- <unsubscribe>https://lists.jboss.org/mailman/listinfo/esb-issues</unsubscribe>
- <post>esb-issues at lists.jboss.org</post>
- <archive>http://lists.jboss.org/pipermail/esb-issues</archive>
- </mailingList>
- </mailingLists>
+ <properties>
+ <jboss.esb.version>5.0-SNAPSHOT</jboss.esb.version>
+ <jboss.eap.version>4.2.0.GA</jboss.eap.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
- <scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossesb/</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossesb/workspace/skeagh</developerConnection>
- <url>http://</url>
- </scm>
+ <modules>
+ <module>testutil</module>
+ <module>commons</module>
+ <module>api</module>
+ <module>runtime</module>
+ <module>routing</module>
+ </modules>
- <ciManagement>
- <system>hudson</system>
- <url>http://winbuild.ncl.jboss.com:9080/</url>
- </ciManagement>
+ <issueManagement>
+ <system>JIRA</system>
+ <url>https://jira.jboss.org/jira/browse/JBESB/</url>
+ </issueManagement>
- <dependencies>
+ <developers>
+ <developer>
+ <id>kevin.conner at jboss.com</id>
+ <name>Kevin Conner</name>
+ <email>kevin.conner at jboss.com</email>
+ <roles>
+ <role>Project Lead</role>
+ <role>Core Developer</role>
+ </roles>
+ <organization>RedHat</organization>
+ </developer>
+ <developer>
+ <id>tfennelly</id>
+ <name>Tom Fennelly</name>
+ <email>tfennely at jboss.com</email>
+ <roles>
+ <role>Core Developer</role>
+ </roles>
+ <organization>RedHat</organization>
+ </developer>
+ <developer>
+ <id>tcunning</id>
+ <name>Tom Cunningham</name>
+ <email>tcunning at redhat.com</email>
+ <roles>
+ <role>Core Developer</role>
+ </roles>
+ <organization>RedHat</organization>
+ </developer>
+ <developer>
+ <id>beve</id>
+ <name>Daniel Bevenius</name>
+ <email>dbevenius at jboss.com</email>
+ <roles>
+ <role>Core Developer</role>
+ </roles>
+ <organization>RedHat</organization>
+ </developer>
+ </developers>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
+ <contributors>
+ <contributor>
+ <name>Burr Sutter</name>
+ <email>burr.sutter.jboss.com</email>
+ <url>http://www.jboss.org</url>
+ <organization>Red Hat</organization>
+ <organizationUrl>http://www.redhat.com</organizationUrl>
+ <roles>
+ <role>Developer</role>
+ </roles>
+ <timezone>-7</timezone>
+ </contributor>
+ </contributors>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- <scope>test</scope>
- </dependency>
+ <mailingLists>
+ <mailingList>
+ <name>JBossESB Announce</name>
+ <subscribe>https://lists.jboss.org/mailman/listinfo/esb-announce</subscribe>
+ <unsubscribe>https://lists.jboss.org/mailman/listinfo/esb-announce</unsubscribe>
+ <post>esb-announce at lists.jboss.org</post>
+ <archive>http://lists.jboss.org/pipermail/esb-announce</archive>
+ </mailingList>
+ <mailingList>
+ <name>JBossESB Users</name>
+ <subscribe>https://lists.jboss.org/mailman/listinfo/esb-users</subscribe>
+ <unsubscribe>https://lists.jboss.org/mailman/listinfo/esb-users</unsubscribe>
+ <post>esb-users at lists.jboss.org</post>
+ <archive>http://lists.jboss.org/pipermail/esb-users</archive>
+ </mailingList>
+ <mailingList>
+ <name>JBossESB Commits</name>
+ <subscribe>https://lists.jboss.org/mailman/listinfo/esb-commits</subscribe>
+ <unsubscribe>https://lists.jboss.org/mailman/listinfo/esb-commits</unsubscribe>
+ <post>esb-commits at lists.jboss.org</post>
+ <archive>http://lists.jboss.org/pipermail/esb-commits</archive>
+ </mailingList>
+ <mailingList>
+ <name>JBossESB Dev</name>
+ <subscribe>https://lists.jboss.org/mailman/listinfo/esb-dev</subscribe>
+ <unsubscribe>https://lists.jboss.org/mailman/listinfo/esb-dev</unsubscribe>
+ <post>esb-dev at lists.jboss.org</post>
+ <archive>http://lists.jboss.org/pipermail/esb-dev</archive>
+ </mailingList>
+ <mailingList>
+ <name>JBossESB Issues</name>
+ <subscribe>https://lists.jboss.org/mailman/listinfo/esb-issues</subscribe>
+ <unsubscribe>https://lists.jboss.org/mailman/listinfo/esb-issues</unsubscribe>
+ <post>esb-issues at lists.jboss.org</post>
+ <archive>http://lists.jboss.org/pipermail/esb-issues</archive>
+ </mailingList>
+ </mailingLists>
- </dependencies>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/labs/labs/jbossesb/</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbossesb/workspace/skeagh</developerConnection>
+ <url>http://</url>
+ </scm>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/Test*.java</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- <resources>
- <resource>
- <directory>src/main/java</directory>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- </resource>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>src/test/java</directory>
- <excludes>
- <exclude>**/*.java</exclude>
- </excludes>
- </testResource>
- <testResource>
- <directory>src/test/resources</directory>
- </testResource>
- </testResources>
- </build>
+ <ciManagement>
+ <system>hudson</system>
+ <url>http://winbuild.ncl.jboss.com:9080/</url>
+ </ciManagement>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <overview>${basedir}/src/main/java/overview.html</overview>
- <links>
- <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
- </links>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <format>html</format>
- <targetJdk>1.5</targetJdk>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <configLocation>jbossesb_checkstyle_checks.xml</configLocation>
- </configuration>
- </plugin>
- </plugins>
+ <dependencies>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.4</version>
+ <scope>test</scope>
+ </dependency>
- </reporting>
+ <!-- osgi dependencies -->
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>osgi_R4_core</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>osgi_R4_compendium</artifactId>
+ <version>1.0</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/Test*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.ops4j</groupId>
+ <artifactId>maven-pax-plugin</artifactId>
+ <version>1.3</version>
+ <extensions>true</extensions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>1.4.0</version>
+ <configuration>
+ <instructions>
+ <_include>-osgi.bnd</_include>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+
+ <resources>
+ <resource>
+ <directory>src/main/java</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+
+ <testResources>
+ <testResource>
+ <directory>src/test/java</directory>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </testResource>
+ <testResource>
+ <directory>src/test/resources</directory>
+ </testResource>
+ </testResources>
+
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <overview>${basedir}/src/main/java/overview.html</overview>
+ <links>
+ <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+ </links>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <linkXref>true</linkXref>
+ <sourceEncoding>utf-8</sourceEncoding>
+ <format>html</format>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <configLocation>jbossesb_checkstyle_checks.xml</configLocation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>
Added: labs/jbossesb/workspace/skeagh/routing/file/osgi.bnd
===================================================================
--- labs/jbossesb/workspace/skeagh/routing/file/osgi.bnd (rev 0)
+++ labs/jbossesb/workspace/skeagh/routing/file/osgi.bnd 2008-09-18 11:45:08 UTC (rev 22874)
@@ -0,0 +1,5 @@
+#-----------------------------------------------------------------
+# Use this file to add customized Bnd instructions for the bundle
+#-----------------------------------------------------------------
+
+Export-Package: org.jboss.esb.file*
Modified: labs/jbossesb/workspace/skeagh/routing/file/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/routing/file/pom.xml 2008-09-18 10:55:58 UTC (rev 22873)
+++ labs/jbossesb/workspace/skeagh/routing/file/pom.xml 2008-09-18 11:45:08 UTC (rev 22874)
@@ -12,5 +12,6 @@
<artifactId>jbossesb-routing-file</artifactId>
<version>${jboss.esb.version}</version>
<url>http://www.jboss.org/jbossesb/</url>
+ <packaging>bundle</packaging>
-</project>
\ No newline at end of file
+</project>
Added: labs/jbossesb/workspace/skeagh/routing/jms/osgi.bnd
===================================================================
--- labs/jbossesb/workspace/skeagh/routing/jms/osgi.bnd (rev 0)
+++ labs/jbossesb/workspace/skeagh/routing/jms/osgi.bnd 2008-09-18 11:45:08 UTC (rev 22874)
@@ -0,0 +1,5 @@
+#-----------------------------------------------------------------
+# Use this file to add customized Bnd instructions for the bundle
+#-----------------------------------------------------------------
+
+Export-Package: org.jboss.esb.jms*
Modified: labs/jbossesb/workspace/skeagh/routing/jms/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/routing/jms/pom.xml 2008-09-18 10:55:58 UTC (rev 22873)
+++ labs/jbossesb/workspace/skeagh/routing/jms/pom.xml 2008-09-18 11:45:08 UTC (rev 22874)
@@ -12,6 +12,7 @@
<artifactId>jbossesb-routing-jms</artifactId>
<version>${jboss.esb.version}</version>
<url>http://www.jboss.org/jbossesb/</url>
+ <packaging>bundle</packaging>
<dependencies>
@@ -66,4 +67,4 @@
</repository>
</repositories>
-</project>
\ No newline at end of file
+</project>
Added: labs/jbossesb/workspace/skeagh/runtime/osgi.bnd
===================================================================
--- labs/jbossesb/workspace/skeagh/runtime/osgi.bnd (rev 0)
+++ labs/jbossesb/workspace/skeagh/runtime/osgi.bnd 2008-09-18 11:45:08 UTC (rev 22874)
@@ -0,0 +1,5 @@
+#-----------------------------------------------------------------
+# Use this file to add customized Bnd instructions for the bundle
+#-----------------------------------------------------------------
+
+Export-Package: org.jboss.esb*
\ No newline at end of file
Modified: labs/jbossesb/workspace/skeagh/runtime/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/runtime/pom.xml 2008-09-18 10:55:58 UTC (rev 22873)
+++ labs/jbossesb/workspace/skeagh/runtime/pom.xml 2008-09-18 11:45:08 UTC (rev 22874)
@@ -12,6 +12,7 @@
<artifactId>jbossesb-rt</artifactId>
<version>${jboss.esb.version}</version>
<url>http://www.jboss.org/jbossesb/</url>
+ <packaging>bundle</packaging>
<dependencies>
<dependency>
More information about the jboss-svn-commits
mailing list