Skip to content

Commit

Permalink
Merge pull request #109 from alwin-joseph/master
Browse files Browse the repository at this point in the history
update jaxrpc bundle, by removing  jars which is not required
  • Loading branch information
alwin-joseph authored Aug 26, 2019
2 parents e6a2611 + eddfed7 commit 4687f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/jaxrpc/bin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ j2ee.classes.ri=${j2ee.home.ri}/lib/j2ee.jar
java.endorsed.dirs=${j2ee.home.ri}/lib/endorsed

# The jars/classes for the TS harness/javatest and the test classes
harness.classes=${ts.home}/lib/tsharness.jar:${ts.home}/lib/apiCheck.jar:${ts.home}/lib/javatest.jar:${ts.home}/lib/jaxrpctck.jar:${ts.home}/classes:${ant.home}/lib/ant.jar:${ts.home}/lib/ant-contrib.jar
harness.classes=${ts.home}/lib/tsharness.jar:${ts.home}/lib/apiCheck.jar:${ts.home}/lib/javatest.jar:${ts.home}/lib/jaxrpctck.jar:${ts.home}/classes:${ant.home}/lib/ant.jar:${ts.home}/lib/ant-contrib-1.0b3.jar

# The classpath should include the J2EE server jar, the TS harness/javatest
# jars tsharness.jar, and javatest.jar, the test classes and any
Expand Down
5 changes: 2 additions & 3 deletions release/tools/jaxrpc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<copy todir="${deliverable.bundle.dir}/lib" includeEmptyDirs="no">
<fileset dir="${ts.home}/lib"
includes="**/*"/>
includes="sigtest.jar,javatest.jar,commons-logging*.jar,commons-http*.jar,jaxrpctck.jar,tsharness.jar,tspackager.jar,apiCheck.jar,ant_sun.jar"/>
</copy>

<copy todir="${deliverable.bundle.dir}/src">
Expand Down Expand Up @@ -99,12 +99,11 @@ com/sun/ts/tests/jaxrpc/**/*,
com/sun/ts/tests/signaturetest/signature-repository/javax.xml.rpc.*,
com/sun/ts/tests/signaturetest/signature-repository/javax.xml.namespace.*,
com/sun/ts/tests/signaturetest/jaxrpc/**/*,
com/sun/ts/tests/signaturetest/*,
com/sun/ts/tests/common/vehicle/**/*,
com/sun/ts/lib/porting/**/*TSURLInterface*,
com/sun/ts/lib/implementation/sun/common/**/SunRIURL*,
com/sun/ts/lib/deliverable/*,
com/sun/ts/lib/deliverable/cts/*,
com/sun/ts/lib/deliverable/cts/deploy/**/*,
com/sun/ts/lib/porting/**/*,
com/sun/ts/lib/deliverable/jaxrpc/*,
com/sun/ts/lib/implementation/javaee/**/*"
Expand Down

0 comments on commit 4687f0a

Please sign in to comment.