srb1: #i99049# add new lib from pentaho

This commit is contained in:
Ocke Janssen [oj] 2009-12-03 08:33:51 +01:00
parent 167c531dae
commit 9a8384ee40
8 changed files with 0 additions and 101 deletions

View file

@ -1,19 +0,0 @@
--- misc/flute/build.xml (Revision 6820)
+++ misc/build/flute/build.xml (Arbeitskopie)
@@ -9,6 +9,7 @@
<property name="build.doc" value="${build}/api"/>
<property name="build.lib" value="${build}/lib"/>
<property name="packagenames" value="org.w3c.flute.*"/>
+ <property name="lib" value="lib"/>
<!-- Targets -->
<!-- Prepare build directories -->
@@ -21,7 +22,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>

View file

@ -1,19 +0,0 @@
--- misc/libbase/build.xml (Revision 6728)
+++ misc/build/libbase/build.xml (Arbeitskopie)
@@ -6,6 +6,7 @@
<property name="build.classes" value="${build}/classes"/>
<property name="build.doc" value="${build}/api"/>
<property name="build.lib" value="${build}/lib"/>
+ <property name="lib" value="lib"/>
<!-- Targets -->
<!-- Prepare build directories -->
@@ -18,7 +19,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>

View file

@ -1,10 +0,0 @@
--- misc/libfonts/build.xml (Revision 6728)
+++ misc/build/libfonts/build.xml (Arbeitskopie)
@@ -23,6 +23,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>

View file

@ -1,12 +0,0 @@
--- misc/libformula/source/org/pentaho/reporting/libraries/formula/lvalues/FormulaFunction.java 2008-12-12 13:04:46.000000000 +0100
+++ misc/build/libformula/source/org/pentaho/reporting/libraries/formula/lvalues/FormulaFunction.java 2008-12-15 08:13:14.308750000 +0100
@@ -161,7 +161,8 @@
for (int i = 0; i < parameters.length; i++)
{
- parameters[i].initialize(context);
+ if ( parameters[i] != null )
+ parameters[i].initialize(context);
}
}

View file

@ -1,11 +0,0 @@
--- misc/libloader/build.xml 2009-02-12 18:01:56.000000000 +0100
+++ misc/build/libloader/build.xml 2009-02-13 09:57:21.856601684 +0100
@@ -23,7 +23,7 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>

View file

@ -1,10 +0,0 @@
--- misc/librepository/build.xml (Revision 6728)
+++ misc/build/librepository/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>

View file

@ -1,10 +0,0 @@
--- misc/libserializer/build.xml (Revision 6728)
+++ misc/build/libserializer/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>

View file

@ -1,10 +0,0 @@
--- misc/libxml/build.xml (Revision 6728)
+++ misc/build/libxml/build.xml (Arbeitskopie)
@@ -24,6 +24,6 @@
<!-- Setup the compile classpath -->
<path id="classpath">
- <fileset dir="lib">
+ <fileset dir="${lib}">
<include name="*.jar" />
</fileset>
</path>