diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-12 09:42:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-12 09:42:05 +0000 |
commit | 02b8f7ccf95edd022b6c1a740d1b31223f80b6a3 (patch) | |
tree | 17ceac4bc29eebb4077feae6538c730bd4d8ae90 /scripting | |
parent | 0aec3faf592dfc5751103569d70dbcf38ecd7a3a (diff) |
INTEGRATION: CWS sb36 (1.31.38); FILE MERGED
2006/11/08 13:01:48 sb 1.31.38.3: RESYNC: (1.32-1.34); FILE MERGED
2005/09/21 11:03:35 sb 1.31.38.2: RESYNC: (1.31-1.32); FILE MERGED
2005/07/11 13:27:50 sb 1.31.38.1: #i51803# Added UNO-Type-Path and Class-Path lines to UNO component MANIFEST.MF.
Diffstat (limited to 'scripting')
-rwxr-xr-x | scripting/java/build.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/scripting/java/build.xml b/scripting/java/build.xml index be1a47166be8..ea0dae2ed85b 100755 --- a/scripting/java/build.xml +++ b/scripting/java/build.xml @@ -4,9 +4,9 @@ $RCSfile: build.xml,v $ - $Revision: 1.34 $ + $Revision: 1.35 $ - last change: $Author: hr $ $Date: 2006-04-19 15:06:54 $ + last change: $Author: obo $ $Date: 2007-03-12 10:42:05 $ The Contents of this file are made available subject to the terms of GNU Lesser General Public License Version 2.1. @@ -151,6 +151,8 @@ <attribute name="Built-By" value="Sun Microsystems"/> <attribute name="RegistrationClassName" value="com.sun.star.script.framework.provider.java.ScriptProviderForJava"/> + <attribute name="Class-Path" value="ScriptFramework.jar"/> + <attribute name="UNO-Type-Path" value=""/> </manifest> <include name="**/provider/java/*.class"/> </jar> @@ -161,6 +163,8 @@ <attribute name="Built-By" value="Sun Microsystems"/> <attribute name="RegistrationClassName" value="com.sun.star.script.framework.provider.beanshell.ScriptProviderForBeanShell"/> + <attribute name="Class-Path" value="ScriptFramework.jar bsh.jar"/> + <attribute name="UNO-Type-Path" value=""/> </manifest> <include name="**/provider/beanshell/*.class"/> <fileset dir="."> @@ -174,6 +178,8 @@ <attribute name="Built-By" value="Sun Microsystems"/> <attribute name="RegistrationClassName" value="com.sun.star.script.framework.provider.javascript.ScriptProviderForJavaScript"/> + <attribute name="Class-Path" value="ScriptFramework.jar js.jar"/> + <attribute name="UNO-Type-Path" value=""/> </manifest> <include name="**/provider/javascript/*.class"/> <fileset dir="."> @@ -187,6 +193,7 @@ <attribute name="Built-By" value="Sun Microsystems"/> <attribute name="RegistrationClassName" value="com.sun.star.script.framework.security.SecurityDialog"/> + <attribute name="UNO-Type-Path" value=""/> </manifest> <include name="**/security/*"/> <include name="**/log/*.class"/> |