Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 686944 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +1 lines)
Line  Link Here
0
-- a/java/Makefile.am
0
++ b/java/Makefile.am
Lines 49-60 Link Here
49
$(SCROLLVIEW_CLASSES) : $(SCROLLVIEW_FILES) $(SCROLLVIEW_LIBS)
49
$(SCROLLVIEW_CLASSES) : $(SCROLLVIEW_FILES) $(SCROLLVIEW_LIBS)
50
	$(JAVAC) -encoding UTF8 -sourcepath $(srcdir) -classpath $(CLASSPATH) $(SCROLLVIEW_FILES) -d $(builddir)
50
	$(JAVAC) -encoding UTF8 -sourcepath $(srcdir) -classpath $(CLASSPATH) $(SCROLLVIEW_FILES) -d $(builddir)
51
51
52
.PHONY: fetch-jars
53
fetch-jars $(SCROLLVIEW_LIBS):
54
	curl -L http://search.maven.org/remotecontent?filepath=org/piccolo2d/piccolo2d-core/3.0/piccolo2d-core-3.0.jar > piccolo2d-core-3.0.jar
55
	curl -L http://search.maven.org/remotecontent?filepath=org/piccolo2d/piccolo2d-extras/3.0/piccolo2d-extras-3.0.jar > piccolo2d-extras-3.0.jar
56
	curl -L http://search.maven.org/remotecontent?filepath=javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar > jaxb-api-2.3.1.jar
57
58
.PHONY: install-jars
52
.PHONY: install-jars
59
install-jars : ScrollView.jar
53
install-jars : ScrollView.jar
60
	@if [ ! -d  $(scrollview_path) ]; then mkdir -p $(scrollview_path); fi;
54
	@if [ ! -d  $(scrollview_path) ]; then mkdir -p $(scrollview_path); fi;

Return to bug 686944