From 70a0f6e84cf7b03c7edf444d643025357c945cad Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 13 Oct 2009 15:15:53 +0200 Subject: Pretty big revamp of the build script system. Downloading dependencies is now done automatically by this script, which also means that e.g. lombok-patcher.jar no longer needs to be checked in. --- buildScripts/deps/eclipse-debug-target.template | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 buildScripts/deps/eclipse-debug-target.template (limited to 'buildScripts/deps/eclipse-debug-target.template') diff --git a/buildScripts/deps/eclipse-debug-target.template b/buildScripts/deps/eclipse-debug-target.template new file mode 100644 index 00000000..99e4237c --- /dev/null +++ b/buildScripts/deps/eclipse-debug-target.template @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit