Skip to content

Commit

Permalink
Add ejblitejsf vehicle classes to build.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed May 15, 2022
1 parent d327107 commit fe9fa36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/com/sun/ts/tests/ejb30/lite/enventry/singleton/build.xml
Expand Up @@ -24,7 +24,8 @@

<target name="package">
<ts.vehicles name="${app.name}" buildleveloverride="2" classes="
com/sun/ts/tests/ejb30/lite/enventry/common/ClientBase.class,
com/sun/ts/tests/ejb30/lite/enventry/common/ClientBase.class,
com/sun/ts/tests/ejb30/lite/enventry/common/JsfClientBase.class,
com/sun/ts/tests/ejb30/common/helper/ServiceLocator.class,
com/sun/ts/tests/ejb30/lite/enventry/common/EnvEntryBeanBase.class
">
Expand Down
3 changes: 2 additions & 1 deletion src/com/sun/ts/tests/ejb30/lite/enventry/stateful/build.xml
Expand Up @@ -24,7 +24,8 @@

<target name="package">
<ts.vehicles name="${app.name}" buildleveloverride="2" classes="
com/sun/ts/tests/ejb30/lite/enventry/common/ClientBase.class,
com/sun/ts/tests/ejb30/lite/enventry/common/ClientBase.class,
com/sun/ts/tests/ejb30/lite/enventry/common/JsfClientBase.class,
com/sun/ts/tests/ejb30/common/helper/ServiceLocator.class,
com/sun/ts/tests/ejb30/lite/enventry/common/EnvEntryBeanBase.class
">
Expand Down
3 changes: 2 additions & 1 deletion src/com/sun/ts/tests/ejb30/lite/enventry/stateless/build.xml
Expand Up @@ -24,7 +24,8 @@

<target name="package">
<ts.vehicles name="${app.name}" buildleveloverride="2" classes="
com/sun/ts/tests/ejb30/lite/enventry/common/ClientBase.class,
com/sun/ts/tests/ejb30/lite/enventry/common/ClientBase.class,
com/sun/ts/tests/ejb30/lite/enventry/common/JsfClientBase.class,
com/sun/ts/tests/ejb30/common/helper/ServiceLocator.class,
com/sun/ts/tests/ejb30/lite/enventry/common/EnvEntryBeanBase.class
">
Expand Down

0 comments on commit fe9fa36

Please sign in to comment.