mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
Fix download of jar files for scrollview
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
e8a9a56f9f
commit
b7c7540bd7
@ -51,9 +51,9 @@ $(SCROLLVIEW_CLASSES) : $(SCROLLVIEW_FILES) $(SCROLLVIEW_LIBS)
|
|||||||
|
|
||||||
.PHONY: fetch-jars
|
.PHONY: fetch-jars
|
||||||
fetch-jars $(SCROLLVIEW_LIBS):
|
fetch-jars $(SCROLLVIEW_LIBS):
|
||||||
curl -s -S -L -O https://search.maven.org/remotecontent?filepath=org/piccolo2d/piccolo2d-core/3.0.1/piccolo2d-core-3.0.1.jar
|
curl -sSLO https://repo1.maven.org/maven2/org/piccolo2d/piccolo2d-core/3.0.1/piccolo2d-core-3.0.1.jar
|
||||||
curl -s -S -L -O https://search.maven.org/remotecontent?filepath=org/piccolo2d/piccolo2d-extras/3.0.1/piccolo2d-extras-3.0.1.jar
|
curl -sSLO https://repo1.maven.org/maven2/org/piccolo2d/piccolo2d-extras/3.0.1/piccolo2d-extras-3.0.1.jar
|
||||||
curl -s -S -L -O https://search.maven.org/remotecontent?filepath=javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
|
curl -sSLO https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
|
||||||
|
|
||||||
.PHONY: install-jars
|
.PHONY: install-jars
|
||||||
install-jars : ScrollView.jar
|
install-jars : ScrollView.jar
|
||||||
|
Loading…
Reference in New Issue
Block a user