Updated for RIFE2 1.6.0

This commit is contained in:
Geert Bevin 2023-04-21 16:26:52 -04:00
parent 7726dd789b
commit b6a4d7a527
4 changed files with 4 additions and 4 deletions

View file

@ -2,11 +2,11 @@
<library name="bld"> <library name="bld">
<CLASSES> <CLASSES>
<root url="file://$PROJECT_DIR$/lib/bld" /> <root url="file://$PROJECT_DIR$/lib/bld" />
<root url="jar://$USER_HOME$/.rife2/dist/rife2-1.5.22.jar!/" /> <root url="jar://$USER_HOME$/.rife2/dist/rife2-1.6.0.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC /> <JAVADOC />
<SOURCES> <SOURCES>
<root url="jar://$USER_HOME$/.rife2/dist/rife2-1.5.22-sources.jar!/" /> <root url="jar://$USER_HOME$/.rife2/dist/rife2-1.6.0-sources.jar!/" />
</SOURCES> </SOURCES>
<excluded> <excluded>
<root url="jar://$PROJECT_DIR$/lib/bld/bld-wrapper.jar!/" /> <root url="jar://$PROJECT_DIR$/lib/bld/bld-wrapper.jar!/" />

Binary file not shown.

View file

@ -3,4 +3,4 @@ bld.downloadExtensionSources=true
bld.extensions= bld.extensions=
bld.repositories=MAVEN_CENTRAL,RIFE2 bld.repositories=MAVEN_CENTRAL,RIFE2
rife2.downloadLocation= rife2.downloadLocation=
rife2.version=1.5.22 rife2.version=1.6.0

View file

@ -22,7 +22,7 @@ public class AppBuild extends WebProject {
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES); repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(compile) scope(compile)
.include(dependency("com.uwyn.rife2", "rife2", version(1,5,22))); .include(dependency("com.uwyn.rife2", "rife2", version(1,6,0)));
scope(test) scope(test)
.include(dependency("org.jsoup", "jsoup", version(1,15,4))) .include(dependency("org.jsoup", "jsoup", version(1,15,4)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,2))) .include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,2)))