File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ SCROLLVIEW_CLASSES = \
37
37
38
38
SCROLLVIEW_LIBS = \
39
39
piccolo2d-core-3.0.jar \
40
- piccolo2d-extras-3.0.jar
40
+ piccolo2d-extras-3.0.jar \
41
+ jaxb-api-2.3.1.jar
41
42
42
- CLASSPATH = piccolo2d-core-3.0.jar:piccolo2d-extras-3.0.jar
43
+ CLASSPATH = piccolo2d-core-3.0.jar:piccolo2d-extras-3.0.jar:jaxb-api-2.3.1.jar
43
44
44
45
ScrollView.jar : $(SCROLLVIEW_CLASSES )
45
46
$(JAR ) cfm $@ $(srcdir ) /Manifest.txt com/google/scrollview/* .class \
@@ -52,6 +53,7 @@ $(SCROLLVIEW_CLASSES) : $(SCROLLVIEW_FILES) $(SCROLLVIEW_LIBS)
52
53
fetch-jars $(SCROLLVIEW_LIBS ) :
53
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
54
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
55
57
56
58
.PHONY : install-jars
57
59
install-jars : ScrollView.jar
Original file line number Diff line number Diff line change 1
1
Main-Class: com/google/scrollview/ScrollView
2
- Class-Path: ScrollView.jar piccolo2d-core-3.0.jar piccolo2d-extras-3.0.jar
2
+ Class-Path: ScrollView.jar piccolo2d-core-3.0.jar piccolo2d-extras-3.0.jar jaxb-api-2.3.1.jar
You can’t perform that action at this time.
0 commit comments