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.
This commit is contained in:
Oliver Bolte 2007-03-12 09:42:05 +00:00
parent 0aec3faf59
commit 02b8f7ccf9

View File

@ -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"/>