summaryrefslogtreecommitdiff
path: root/libre/closure-compiler/closure-compiler-fix_build.patch
diff options
context:
space:
mode:
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>