diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:46:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:46:06 +0000 |
commit | 19c485738c4036a05e2bd9666a28c9867fbabd37 (patch) | |
tree | 291f4dabe3856d55b9c08ca24c53b943c0263e8e /librepository-1.1.2.build.patch | |
parent | 1e22da733e9d42aa5e8d58aa5afc05fb1bc1a3de (diff) |
automatic import of librepositoryopeneuler24.03_LTS
Diffstat (limited to 'librepository-1.1.2.build.patch')
-rw-r--r-- | librepository-1.1.2.build.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/librepository-1.1.2.build.patch b/librepository-1.1.2.build.patch new file mode 100644 index 0000000..a102d3c --- /dev/null +++ b/librepository-1.1.2.build.patch @@ -0,0 +1,40 @@ +--- librepository-1.1.3/build.properties 2009-11-17 16:41:36.000000000 +0000 ++++ librepository-1.1.3/build.properties 2009-11-17 16:41:56.000000000 +0000 +@@ -1,7 +1,9 @@ +-project.revision=TRUNK-SNAPSHOT ++project.revision=1.1.3 + ivy.artifact.group=pentaho-library + ivy.artifact.id=librepository + impl.title=LibRepository + impl.productID=librepository + src.dir=${basedir}/source + dependency.libbase.revision=1.1.3 ++antcontrib.available=true ++build.cache.dir=lib +--- librepository-1.1.3/common_build.xml 2009-11-17 20:34:29.000000000 +0000 ++++ librepository-1.1.3/common_build.xml 2009-11-17 20:36:51.000000000 +0000 +@@ -1071,6 +1071,7 @@ + <path refid="classpath" /> + </classpath> + <src path="${src.dir}" /> ++ <exclude name="org/pentaho/reporting/libraries/repository/email/**"/> + </javac> + </target> + +@@ -1356,6 +1357,9 @@ + doctitle="${impl.title} documentation"> + <link href="http://java.sun.com/j2se/${javac.source}.0/docs/api/" /> + <classpath refid="classpath" /> ++ <packageset dir="source"> ++ <exclude name="org/pentaho/reporting/libraries/repository/email/**"/> ++ </packageset> + </javadoc> + </target> + +@@ -1648,4 +1652,4 @@ + </dot-classpath> + </target> + +-</project> +\ No hay ningún carácter de nueva línea al final del fichero ++</project> |