summaryrefslogtreecommitdiff
path: root/libre/closure-compiler/closure-compiler-fix_build.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-05 00:52:48 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-05 00:52:48 -0500
commit3627f8ba1d07458d8a77dc253419e88330180bf1 (patch)
treefa6dcd6b51007e8f665552571b5f4c2ef04f32fb /libre/closure-compiler/closure-compiler-fix_build.patch
parentf7d4dca7d7401d1f0b82503d87fb098de8892b4f (diff)
downloadabslibre-3627f8ba1d07458d8a77dc253419e88330180bf1.tar.gz
abslibre-3627f8ba1d07458d8a77dc253419e88330180bf1.tar.bz2
abslibre-3627f8ba1d07458d8a77dc253419e88330180bf1.zip
closure-compiler-20160619-1.parabola1: updating version
Diffstat (limited to 'libre/closure-compiler/closure-compiler-fix_build.patch')
-rw-r--r--libre/closure-compiler/closure-compiler-fix_build.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/libre/closure-compiler/closure-compiler-fix_build.patch b/libre/closure-compiler/closure-compiler-fix_build.patch
new file mode 100644
index 000000000..557e3b51a
--- /dev/null
+++ b/libre/closure-compiler/closure-compiler-fix_build.patch
@@ -0,0 +1,23 @@
+--- closure-compiler-20160619.orig/build.xml 2016-07-04 19:47:30.000000000 -0500
++++ closure-compiler-20160619/build.xml 2016-07-05 00:36:28.456947257 -0500
+@@ -312,11 +312,15 @@
+ author="false"
+ protected="true"
+ windowtitle="Closure Compiler"
+- additionalparam=" -notimestamp ">
+- <sourcepath>
+- <pathelement location="${src.dir}" />
+- <pathelement location="${gen.dir}" />
+- </sourcepath>
++ additionalparam=" -notimestamp "
++ encoding="utf-8">
++ <fileset dir="${basedir}" defaultexcludes="yes">
++ <include name="src/**/*.java"/>
++ <include name="gen/**/*.java"/>
++ <exclude name="**/gwt/**"/>
++ <exclude name="**/debugger/**"/>
++ <exclude name="**/testing/**"/>
++ </fileset>
+ <classpath refid="allclasspath.path" />
+ <link href="http://docs.oracle.com/javase/7/docs/api/" />
+ </javadoc>