summaryrefslogtreecommitdiff
path: root/scripting/prj
diff options
context:
space:
mode:
authorTomas O'Connor <toconnor@openoffice.org>2003-08-21 14:48:08 +0000
committerTomas O'Connor <toconnor@openoffice.org>2003-08-21 14:48:08 +0000
commita83117c710be7bc9bdb50fadd11caa154d298b36 (patch)
tree06f4a6cd2c1df94206b469529315d42746498e22 /scripting/prj
parentd0e672a1fb50ea4d804db8c93caed4aa3904a05c (diff)
IssueZilla 15986 - move build.xml file to examples/java directory to build
Java examples and zip up files using makefile.mk so that files get unzipped by installed with correct mixed case names.
Diffstat (limited to 'scripting/prj')
-rw-r--r--scripting/prj/build.lst5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripting/prj/build.lst b/scripting/prj/build.lst
index 2d304ba5e92d..7372d5ac159e 100644
--- a/scripting/prj/build.lst
+++ b/scripting/prj/build.lst
@@ -4,6 +4,7 @@ tc scripting\source\storage nmake - all tc_scriptingstorage NULL
tc scripting\source\provider nmake - all tc_scriptingprovider tc_scriptingstorage NULL
tc scripting\source\protocolhandler nmake - all tc_scriptingprotocolhandler tc_scriptingstorage tc_scriptingprovider NULL
tc scripting\java nmake - all tc_scriptingjava tc_scriptingstorage tc_scriptingprovider tc_scriptingprotocolhandler NULL
-tc scripting\examples nmake - all tc_scriptingexamples tc_scriptingjava NULL
-tc scripting\util nmake - all tc_scriptingutil tc_scriptingstorage tc_scriptingprovider tc_scriptingprotocolhandler tc_scriptingjava tc_scriptingexamples NULL
+tc scripting\examples\java nmake - all tc_scriptingexamplesjava tc_scriptingjava NULL
+tc scripting\examples nmake - all tc_scriptingexamples tc_scriptingexamplesjava NULL
+tc scripting\util nmake - all tc_scriptingutil tc_scriptingstorage tc_scriptingprovider tc_scriptingprotocolhandler tc_scriptingjava tc_scriptingexamplesjava tc_scriptingexamples NULL