Skip to content

Commit

Permalink
Rollback of:
Browse files Browse the repository at this point in the history
Updated Guava build to only use project sources, fixed .SUFFIXES pseudo-targets.

	Change on 2015/04/08 by tball <[email protected]>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=90619143
  • Loading branch information
tomball authored and kstanger committed Apr 9, 2015
1 parent 1f9594c commit f1684d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions java_deps/jars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ ECLIPSE_JARS = \
org.eclipse.osgi-3.9.1.v20130814-1242.jar \
org.eclipse.text-3.5.101.jar

GUAVA_JAR = guava-14.0.1.jar

JSR305_JAR = jsr305-3.0.0.jar
JSR305_SOURCE_JAR = jsr305-3.0.0.jar

Expand Down
2 changes: 1 addition & 1 deletion make/j2objc_deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ java_deps_dist:
jre_emul_jar_dist: annotations_dist
@$(MAKE) -C $(J2OBJC_ROOT)/jre_emul emul_jar_dist

translator: annotations_dist java_deps_dist guava_java
translator: annotations_dist java_deps_dist
@$(MAKE) -C $(J2OBJC_ROOT)/translator dist

translator_dist: translator jre_emul_jar_dist
Expand Down

0 comments on commit f1684d4

Please sign in to comment.