Kaydet (Commit) 89f55141 authored tarafından Sander Vesik's avatar Sander Vesik

INTEGRATION: CWS scriptingf5 (1.28.8); FILE MERGED

2004/02/25 18:20:29 npower 1.28.8.2: #i25272# Added a container implementation ( new com/sun/star/script/framework/container defined ) to better seperate Browse functionality from
io and script registry.
2004/02/12 08:38:55 npower 1.28.8.1: #i23681# , #ii23682# Initial modification for support of create/delete of scripts support
for script organiser
üst cfebe27f
......@@ -3,9 +3,9 @@
#
# $RCSfile: build.xml,v $
#
# $Revision: 1.28 $
# $Revision: 1.29 $
#
# last change: $Author: rt $ $Date: 2004-01-05 12:50:09 $
# last change: $Author: svesik $ $Date: 2004-04-19 23:01:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -194,6 +194,9 @@
value="com.sun.star.script.framework.provider.beanshell.ScriptProviderForBeanShell"/>
</manifest>
<include name="**/provider/beanshell/*.class"/>
<fileset dir=".">
<include name="**/provider/beanshell/*.bsh"/>
</fileset>
</jar>
<jar jarfile="${jardir}/ScriptProviderForJavaScript.jar"
......@@ -204,6 +207,9 @@
value="com.sun.star.script.framework.provider.javascript.ScriptProviderForJavaScript"/>
</manifest>
<include name="**/provider/javascript/*.class"/>
<fileset dir=".">
<include name="**/provider/javascript/*.js"/>
</fileset>
</jar>
<jar jarfile="${jardir}/ScriptFramework.jar"
......@@ -217,6 +223,8 @@
<include name="**/log/*.class"/>
<include name="**/provider/*.class"/>
<include name="**/browse/*.class"/>
<include name="**/container/*.class"/>
<include name="**/io/*.class"/>
</jar>
</target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment