Codebase list lwjgl / 6c2439e0-fefa-4c36-a074-9921535baf4f/main debian / patches / build-failure.patch
6c2439e0-fefa-4c36-a074-9921535baf4f/main

Tree @6c2439e0-fefa-4c36-a074-9921535baf4f/main (Download .tar.gz)

build-failure.patch @6c2439e0-fefa-4c36-a074-9921535baf4f/mainraw · history · blame

Description: build-updatesite.xml doesn't exist and causes a build failure
Author: Markus Koschany <apo@debian.org>
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -7,7 +7,7 @@
 	<import file="platform_build/build-applet.xml"/>
 	<import file="platform_build/build-webstart.xml"/>
 	<import file="platform_build/build-maven.xml"/>
-	<import file="eclipse-update/org.lwjgl.build/build-updatesite.xml"/>
+	<!--<import file="eclipse-update/org.lwjgl.build/build-updatesite.xml"/>-->
 
 	<!-- ================================================================== -->
 	<!-- Everything below this line is targets.								-->