16 lines
657 B
Text
16 lines
657 B
Text
"builder.isbpl" include
|
|
|
|
func dependencies {
|
|
string! {
|
|
"https://github.com/TudbuT/tuddylib/raw/master/TuddyLIB.jar" download
|
|
"https://github.com/TudbuT/tuddylib/raw/master/TuddyLIB-javadoc.zip" download
|
|
} #
|
|
"../tuddylib/TuddyLIB.jar" file
|
|
"../tuddylib/TuddyLIB-javadoc.zip" file
|
|
"https://github.com/TudbuT/isbpl-random-stuff/raw/master/ISBPL.jar" download
|
|
"https://github.com/jtidy/jtidy/releases/download/1.0.2-SNAPSHOT/jtidy-1.0.2-SNAPSHOT.jar" download
|
|
"https://github.com/jtidy/jtidy/releases/download/1.0.2-SNAPSHOT/jtidy-1.0.2-SNAPSHOT-sources.jar" download
|
|
}
|
|
|
|
"Tryumph" =name
|
|
"de.tudbut.tryumph.Launch" =mainClass
|