INTEGRATION: CWS systemjava (1.33.2); FILE MERGED

2006/03/22 14:58:03 cmc 1.33.2.1: #i52974# support using the system java components
This commit is contained in:
Jens-Heiner Rechtien
2006-04-19 14:06:54 +00:00
parent fe31a63ce0
commit 2769a8fe07

View File

@@ -4,9 +4,9 @@
$RCSfile: build.xml,v $
$Revision: 1.33 $
$Revision: 1.34 $
last change: $Author: vg $ $Date: 2006-03-16 11:15:39 $
last change: $Author: hr $ $Date: 2006-04-19 15:06:54 $
The Contents of this file are made available subject to
the terms of GNU Lesser General Public License Version 2.1.
@@ -50,6 +50,9 @@
Not needed in default build -->
<property name="netbeans.install.path" value="/export/home/netbeans"/>
<property environment="env"/>
<property name="env.BSH_JAR" value="${solar.jar}/bsh.jar"/>
<!-- ==================== classpath setting ============================ -->
<path id="idlclasspath">
<pathelement location="${solar.jar}/jurt.jar"/>
@@ -58,7 +61,7 @@
<pathelement location="${solar.jar}/juh.jar"/>
<pathelement location="${solar.jar}/java_uno.jar"/>
<pathelement location="${solar.jar}/ridl.jar"/>
<pathelement location="${solar.jar}/bsh.jar"/>
<pathelement location="${env.BSH_JAR}"/>
<pathelement location="${solar.jar}/js.jar"/>
<pathelement location="${jardir}"/>
</path>