Browse Source

Regenerate build tools jars with new changes (#1708)

pull/1709/head
Keghani Kouzoujian 9 years ago
committed by GitHub
parent
commit
64e4d0ca94
3 changed files with 1 additions and 1 deletions
  1. +1
    -1
      javascript/build.xml
  2. BIN
      tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
  3. BIN
      tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar

+ 1
- 1
javascript/build.xml View File

@ -4,7 +4,7 @@
<property name="closure-compiler.dir"
value="${basedir}/../../closure-compiler" />
<property name="closure-compiler.jar"
value="${closure-compiler.dir}/target/closure-compiler-1.0-SNAPSHOT.jar" />
value="${closure-compiler.dir}/target/closure-compiler-1.0-SNAPSHOT.jar" />
<property name="closure-library.dir"
value="${basedir}/../../closure-library" />
<property name="closure-linter.dir"


BIN
tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar View File


BIN
tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar View File


Loading…
Cancel
Save