Author: ajith Date: Mon Dec 3 13:27:42 2007 New Revision: 600693 URL: http://svn.apache.org/viewvc?rev=600693&view=rev Log: 1. Applying the patch for WSCommons 283.
Modified:
webservices/commons/branches/modules/XmlSchema/1.3.3/pom.xml
Modified: webservices/commons/branches/modules/XmlSchema/1.3.3/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/branches/modules/XmlSchema/1.3.3/pom.xml?rev=600693&r1=600692&r2=600693&view=diff
==============================================================================
--- webservices/commons/branches/modules/XmlSchema/1.3.3/pom.xml (original)
+++ webservices/commons/branches/modules/XmlSchema/1.3.3/pom.xml Mon Dec 3
13:27:42 2007
@@ -25,6 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ws.commons.schema</groupId>
<artifactId>XmlSchema</artifactId>
+ <packaging>bundle</packaging>
<name>XmlSchema</name>
<version>1.3.3-RC2</version>
<description>Commons XMLSchema is a light weight schema object model that
can be used to manipualte or
@@ -311,6 +312,19 @@
<attach>true</attach>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>1.0.0</version>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+
<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+
<Export-Package>org.apache.ws.commons.schema*</Export-Package>
+ <Import-Package>*</Import-Package>
+ </instructions>
+ </configuration>
+ </plugin>
</plugins>
</build>
<profiles>
@@ -346,95 +360,95 @@
<activeByDefault>true</activeByDefault>
<property>
<name>isIBM</name>
- <value>false</value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
-
<artifactId>maven-surefire-plugin</artifactId>
- <!--
- Required to run the
TestW3CSchemaBucket test
- <version>2.3-SNAPSHOT</version>
- -->
- <configuration>
- <includes>
-
<include>**/*Test.java</include>
- <!-- Fails in
about half of the tests
-
<include>tests/w3c/TestW3CSchemaBucket.java</include>
- -->
- </includes>
- <excludes>
- <exclude>
-
tests/w3c/SchemaTest.java
- </exclude>
- </excludes>
- <systemProperties>
- <!-- The default xalan
TransformerFactory on the ibm jdk is
-
org.apache.xalan.processor.TransformerFactoryImpl which
- has a known
issue with implicit namespaces. Set this
- property to use
the xsltc TransformerFactory (which
- the sun jdk
seems to default to).
- -->
- <!-- <property>
-
<name>javax.xml.transform.TransformerFactory</name>
-
<value>com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl</value>
- </property> -->
- </systemProperties>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>IBMTest</id>
- <activation>
- <property>
- <name>isIBM</name>
- <value>true</value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
-
<artifactId>maven-surefire-plugin</artifactId>
- <!--
- Required to run the
TestW3CSchemaBucket test
- <version>2.3-SNAPSHOT</version>
- -->
- <configuration>
- <includes>
-
<include>**/*Test.java</include>
- <!-- Fails in
about half of the tests
-
<include>tests/w3c/TestW3CSchemaBucket.java</include>
- -->
- </includes>
- <excludes>
- <exclude>
-
tests/w3c/SchemaTest.java
- </exclude>
- </excludes>
- <systemProperties>
- <!-- The default xalan
TransformerFactory on the ibm jdk is
-
org.apache.xalan.processor.TransformerFactoryImpl which
- has a known
issue with implicit namespaces. Set this
- property to use
the xsltc TransformerFactory (which
- the sun jdk
seems to default to).
- -->
- <property>
- <name>
-
javax.xml.transform.TransformerFactory
- </name>
- <value>
-
org.apache.xalan.xsltc.trax.TransformerFactoryImpl
- </value>
- </property>
- </systemProperties>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
+ <value>false</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+
<artifactId>maven-surefire-plugin</artifactId>
+ <!--
+ Required to run the
TestW3CSchemaBucket test
+ <version>2.3-SNAPSHOT</version>
+ -->
+ <configuration>
+ <includes>
+
<include>**/*Test.java</include>
+ <!-- Fails in
about half of the tests
+
<include>tests/w3c/TestW3CSchemaBucket.java</include>
+ -->
+ </includes>
+ <excludes>
+ <exclude>
+
tests/w3c/SchemaTest.java
+ </exclude>
+ </excludes>
+ <systemProperties>
+ <!-- The default xalan
TransformerFactory on the ibm jdk is
+
org.apache.xalan.processor.TransformerFactoryImpl which
+ has a known
issue with implicit namespaces. Set this
+ property to use
the xsltc TransformerFactory (which
+ the sun jdk
seems to default to).
+ -->
+ <!-- <property>
+
<name>javax.xml.transform.TransformerFactory</name>
+
<value>com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl</value>
+ </property> -->
+ </systemProperties>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>IBMTest</id>
+ <activation>
+ <property>
+ <name>isIBM</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+
<artifactId>maven-surefire-plugin</artifactId>
+ <!--
+ Required to run the
TestW3CSchemaBucket test
+ <version>2.3-SNAPSHOT</version>
+ -->
+ <configuration>
+ <includes>
+
<include>**/*Test.java</include>
+ <!-- Fails in
about half of the tests
+
<include>tests/w3c/TestW3CSchemaBucket.java</include>
+ -->
+ </includes>
+ <excludes>
+ <exclude>
+
tests/w3c/SchemaTest.java
+ </exclude>
+ </excludes>
+ <systemProperties>
+ <!-- The default xalan
TransformerFactory on the ibm jdk is
+
org.apache.xalan.processor.TransformerFactoryImpl which
+ has a known
issue with implicit namespaces. Set this
+ property to use
the xsltc TransformerFactory (which
+ the sun jdk
seems to default to).
+ -->
+ <property>
+ <name>
+
javax.xml.transform.TransformerFactory
+ </name>
+ <value>
+
org.apache.xalan.xsltc.trax.TransformerFactoryImpl
+ </value>
+ </property>
+ </systemProperties>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
<pluginRepositories>
<pluginRepository>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
