From 40734aa5892a4e96425c26b2f34d9ad18f362eba Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 13 Oct 2009 22:16:29 +0200 Subject: Fixes to the build script stuff --- buildScripts/deps/eclipse-debugging.ant.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'buildScripts/deps') diff --git a/buildScripts/deps/eclipse-debugging.ant.xml b/buildScripts/deps/eclipse-debugging.ant.xml index 16b4361c..5ed28116 100644 --- a/buildScripts/deps/eclipse-debugging.ant.xml +++ b/buildScripts/deps/eclipse-debugging.ant.xml @@ -141,7 +141,7 @@ Unless you're going to work on lombok.patcher's OSGi integration, you won't need cvsRoot="${repository.eclipse.org-eclipse}" dest="${eclipse.org.contrib.base}" package="org.eclipse.jdt.core" - tag="TR3_5_Maintenance" + tag="R3_5_maintenance" failonerror="true" /> eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. @@ -155,7 +155,7 @@ Unless you're going to work on lombok.patcher's OSGi integration, you won't need cvsRoot="${repository.eclipse.org-eclipse}" dest="${eclipse.org.contrib.base}" package="org.eclipse.jdt.ui" - tag="TR3_5_Maintenance" + tag="R3_5_maintenance" failonerror="true" /> eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. @@ -183,7 +183,7 @@ Unless you're going to work on lombok.patcher's OSGi integration, you won't need cvsRoot="${repository.eclipse.org-eclipse}" dest="${eclipse.org.contrib.base}" package="org.eclipse.ltk.core.refactoring" - tag="NR3_5_1" + tag="R3_5_1" failonerror="true" /> eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. -- cgit