Skip to content

Commit

Permalink
JBTM-883 apply the patch and add missing wsdl files.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng committed Apr 11, 2012
1 parent d5d4be4 commit 0b5b301
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions XTS/WS-C/pom.xml
Expand Up @@ -29,6 +29,10 @@
<resource>
<directory>dev/dd</directory>
</resource>
<resource>
<directory>dev/dd/wscoor1.1/wsdl</directory>
<targetPath>org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl</targetPath>
</resource>
</resources>
<plugins>
<plugin>
Expand Down
26 changes: 26 additions & 0 deletions XTS/WS-T/pom.xml
Expand Up @@ -29,6 +29,32 @@
<resource>
<directory>dev/dd</directory>
</resource>
<resource>
<directory>dev/dd/wscoor1.1/wsdl</directory>
<targetPath>org/oasis_open/docs/ws_tx/wsat/_2006/_06/wsdl</targetPath>
<includes>
<include>**/wsat*</include>
<include>**/envelope.xsd</include>
<include>**/ws-addr.xsd</include>
</includes>
</resource>
<resource>
<directory>dev/dd/wscoor1.1/wsdl</directory>
<targetPath>org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl</targetPath>
<includes>
<include>**/wsba*</include>
<include>**/envelope.xsd</include>
<include>**/ws-addr.xsd</include>
</includes>
</resource>
<resource>
<directory>dev/dd/wsarjtx/wsdl</directory>
<targetPath>com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl</targetPath>
<includes>
<include>**/*.wsdl</include>
<include>**/*.xsd</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
Expand Down

0 comments on commit 0b5b301

Please sign in to comment.