Skip to content

Commit

Permalink
inculde renamed sig files to bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
alwin-joseph committed Feb 16, 2022
1 parent 1cb7f12 commit 0d82400
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion release/tools/caj.xml
Expand Up @@ -104,7 +104,7 @@
<copy todir="${deliverable.bundle.dir}/src" includeEmptyDirs="no">
<fileset dir="${ts.home}/src"
includes="
com/sun/ts/tests/signaturetest/signature-repository/jakarta.annotation.*${deliverable.version}*,
com/sun/ts/tests/signaturetest/signature-repository/jakarta.annotation.*,
com/sun/ts/tests/signaturetest/*,
com/sun/ts/tests/signaturetest/caj/*"
excludes="
Expand Down
2 changes: 1 addition & 1 deletion release/tools/jms.xml
Expand Up @@ -140,7 +140,7 @@
com/sun/ts/tests/common/vehicle/standalone/*,
com/sun/ts/tests/signaturetest/*,
com/sun/ts/tests/signaturetest/jms/*,
com/sun/ts/tests/signaturetest/signature-repository/jakarta.jms.*${deliverable.version}*,
com/sun/ts/tests/signaturetest/signature-repository/jakarta.jms.*,
com/sun/ts/tests/jms/common/**/*,
com/sun/ts/tests/jms/core/**/*,
com/sun/ts/tests/jms/core20/**/*,
Expand Down
2 changes: 1 addition & 1 deletion release/tools/servlet.xml
Expand Up @@ -172,7 +172,7 @@
<copy todir="${deliverable.bundle.dir}/src/com/sun/ts/tests/signaturetest/signature-repository/"
includeEmptyDirs="no">
<fileset dir="${ts.home}/src/com/sun/ts/tests/signaturetest/signature-repository/"
includes="jakarta.servlet.sig_*" />
includes="jakarta.servlet.*" />
</copy>

<!-- the com/sun/ts/lib file -->
Expand Down
2 changes: 1 addition & 1 deletion release/tools/websocket.xml
Expand Up @@ -173,7 +173,7 @@
<copy todir="${deliverable.bundle.dir}/src/com/sun/ts/tests/signaturetest/signature-repository/"
includeEmptyDirs="no">
<fileset dir="${ts.home}/src/com/sun/ts/tests/signaturetest/signature-repository/"
includes="jakarta.websocket.sig_2.1*" />
includes="jakarta.websocket.*" />
</copy>

<!-- the com/sun/ts/lib file -->
Expand Down

0 comments on commit 0d82400

Please sign in to comment.