Author: dkulp
Date: Fri Apr 10 20:40:06 2009
New Revision: 764042
URL: http://svn.apache.org/viewvc?rev=764042&view=rev
Log:
Merged revisions 763303 via svnmerge from
https://svn.apache.org/repos/asf/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH
........
r763303 | dkulp | 2009-04-08 12:14:20 -0400 (Wed, 08 Apr 2009) | 2 lines
[WSCOMMONS-283] Add proper OSGi stuff (patch from gnodet applied)
........
Removed:
webservices/commons/trunk/modules/XmlSchema/src/main/resources/
Modified:
webservices/commons/trunk/modules/XmlSchema/ (props changed)
webservices/commons/trunk/modules/XmlSchema/pom.xml
Propchange: webservices/commons/trunk/modules/XmlSchema/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri Apr 10 20:40:06 2009
@@ -0,0 +1 @@
+/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH:763303
Propchange: webservices/commons/trunk/modules/XmlSchema/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Fri Apr 10 20:40:06 2009
@@ -1 +1 @@
-/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH:1-741314
+/webservices/commons/branches/modules/XmlSchema/1_4_X_BRANCH:1-741314,763303
Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?rev=764042&r1=764041&r2=764042&view=diff
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/pom.xml Fri Apr 10 20:40:06 2009
@@ -21,6 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ws.commons.schema</groupId>
<artifactId>XmlSchema</artifactId>
+ <packaging>bundle</packaging>
<name>XmlSchema</name>
<version>2.0-SNAPSHOT</version>
<description>Commons XMLSchema is a light weight schema object model that
can be used to manipulate or
@@ -121,6 +122,18 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.0.0</version>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+
<Import-Package>org.apache.ws.commons.schema*;version=${pom.version},*</Import-Package>
+
<Export-Package>org.apache.ws.commons.schema*;version="${pom.version}"</Export-Package>
+ </instructions>
+ </configuration>
+ </plugin>
</plugins>
<defaultGoal>install</defaultGoal>
<pluginManagement>