Skip to content

Commit

Permalink
Added Java 8-compatible version of jarjar for public build.
Browse files Browse the repository at this point in the history
	Change on 2016/09/28 by tball <tball@google.com>

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134588246
  • Loading branch information
tomball committed Sep 28, 2016
1 parent e4fbaac commit 773974f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions java_deps/Makefile
Expand Up @@ -49,6 +49,9 @@ $(BUILD_DIR)/$(JUNIT_ROOT_JAR): $(BUILD_DIR)/.maven_generate
$(BUILD_DIR)/$(JAVAC_JAR): | $(BUILD_DIR)
@cp -f $(JAVA_HOME)/lib/$(JAVAC_JAR) $@

$(BUILD_DIR)/$(JARJAR): | $(BUILD_DIR)
@cp -f internal/$(JARJAR) $@

$(BUILD_DIR) $(DIST_JAR_DIR):
@mkdir -p $@

Expand Down
Binary file added java_deps/internal/jarjar.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion java_deps/jars.mk
Expand Up @@ -46,7 +46,7 @@ HAMCREST_SOURCE_JAR = hamcrest-core-1.3-sources.jar
MOCKITO_JAR = mockito-core-1.9.5.jar
MOCKITO_SOURCE_JAR = mockito-core-1.9.5-sources.jar

JARJAR = jarjar-1.3.jar
JARJAR = jarjar.jar
JAVAC_JAR = tools.jar

DOCLAVA_JAR = doclava-1.0.6.jar
Expand Down

0 comments on commit 773974f

Please sign in to comment.