diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-07 16:46:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-05-07 16:48:19 +0200 |
commit | ff9fbfd9c9e9a1caa72601df951a7fd85eb8fcc1 (patch) | |
tree | 430ecd9b82337cb7f1815fee538a9e7e1af1fc92 /scp2 | |
parent | 2d3d942683d1cce738eab09b58e4fd693d5e7241 (diff) |
Extract SmoketestCommandEnvironment.java from juh.jar
...into a new smoketest.jar, so that URE juh.jar no longer depends on non-URE
unoil.jar.
Change-Id: I8937c78d8af6e2f82ada5dd80c322f8bca5ec2f5
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 1 | ||||
-rw-r--r-- | scp2/source/ooo/module_hidden_ooo.scp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index a52f78b9dc7a..0579cff29741 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -311,6 +311,7 @@ End #ifdef SOLAR_JAVA STD_JAR_FILE( gid_File_Jar_Report, report ) +STD_JAR_FILE( gid_File_Jar_Smoketest, smoketest ) STD_JAR_FILE( gid_File_Jar_Table, table ) STD_JAR_FILE( gid_File_Jar_Form, form ) STD_JAR_FILE( gid_File_Jar_Query, query ) diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp index cd0c44f7ac65..858d06782d93 100644 --- a/scp2/source/ooo/module_hidden_ooo.scp +++ b/scp2/source/ooo/module_hidden_ooo.scp @@ -123,6 +123,7 @@ Module gid_Module_Root_Files_3 gid_File_Jar_Accessbridge, gid_File_Jar_Officebean, gid_File_Jar_Report, + gid_File_Jar_Smoketest, gid_File_Jar_Table, gid_File_Jar_Letter, gid_File_Jar_Form, |