diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f265666 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libbase-1.1.3-jarsdeleted.zip diff --git a/.libbase.metadata b/.libbase.metadata new file mode 100644 index 0000000..c6976aa --- /dev/null +++ b/.libbase.metadata @@ -0,0 +1 @@ +d0a69dc19f2eb6d10fb8bb660d36f453103ac571 SOURCES/libbase-1.1.3-jarsdeleted.zip diff --git a/SOURCES/libbase-1.1.2.build.patch b/SOURCES/libbase-1.1.2.build.patch new file mode 100644 index 0000000..7876b53 --- /dev/null +++ b/SOURCES/libbase-1.1.2.build.patch @@ -0,0 +1,16 @@ +--- libbase-1.1.3/build.properties 2009-11-17 13:12:25.000000000 +0000 ++++ libbase-1.1.3/build.properties 2009-11-17 13:12:37.000000000 +0000 +@@ -1,4 +1,4 @@ +-project.revision=TRUNK-SNAPSHOT ++project.revision=1.1.3 + ivy.artifact.group=pentaho-library + ivy.artifact.id=libbase + impl.title=Libbase +@@ -7,3 +7,7 @@ + testsrc.dir=${basedir}/testcases + + java.awt.headless=true ++ ++antcontrib.available=true ++ ++build.cache.dir=lib diff --git a/SOURCES/libbase-1.1.2.java11.patch b/SOURCES/libbase-1.1.2.java11.patch new file mode 100644 index 0000000..146bd7d --- /dev/null +++ b/SOURCES/libbase-1.1.2.java11.patch @@ -0,0 +1,13 @@ +--- libbase-1.1.3/common_build.xml 2020-05-05 19:34:48.033291800 +0100 ++++ libbase-1.1.3/common_build.xml 2020-05-05 19:34:57.346369361 +0100 +@@ -136,8 +136,8 @@ + +- +- ++ ++ + + + +- + +@@ -325,68 +322,6 @@ TYPICAL TARGET SEQUENCE + + + +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- + + ++ depends="svnant.download-check"> + + + +@@ -491,58 +426,13 @@ TYPICAL TARGET SEQUENCE + + + +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- + + ++ depends="ivy.download-check"> + + + +@@ -602,7 +492,7 @@ TYPICAL TARGET SEQUENCE + Verifies that there are no SNAPSHOT dependencies defined in the ivy xml. + If there are SNAPSHOTS, fail the release build. + ====================================================================--> +- ++ + + + +@@ -769,7 +659,7 @@ TYPICAL TARGET SEQUENCE + Publishes the jar file for this project to a Maven2 repository. + ====================================================================--> + ++ depends="create-pom,ivy.deliver"> + + + +@@ -1038,12 +928,11 @@ TYPICAL TARGET SEQUENCE + - compile.pre : anything needed to prep for compile + - compile.compile : the actual compilation step + - compile.src_copy : copying the source into the bin directory +- - compile.res_copy : copying the resources into the bin directory + - compile.lic_copy : copying the license information into the bin directory + - compile.post : anything needed after the compile is done + ====================================================================--> + + + +@@ -1075,36 +964,6 @@ TYPICAL TARGET SEQUENCE + + + +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- + +- ++ + + + + + +- + +- ++ generate.manifest ++ ++ Creates a new manifest file if one is not specified, or updates ++ an existing manifest file if one is specified. ++ ====================================================================--> ++ + + + +@@ -1178,6 +1036,7 @@ TYPICAL TARGET SEQUENCE + + + ++ +