diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-14 07:40:48 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-14 07:40:48 +0200 |
commit | 3a3ca496efafb6f15a149f2014142db4a05b919a (patch) | |
tree | ff3f73bc3d4de82ed7580fee4e2fd4d951d72006 | |
parent | c5df9ae397af7b5bd42b900b15cd0601e55ee814 (diff) | |
download | lombok-3a3ca496efafb6f15a149f2014142db4a05b919a.tar.gz lombok-3a3ca496efafb6f15a149f2014142db4a05b919a.tar.bz2 lombok-3a3ca496efafb6f15a149f2014142db4a05b919a.zip |
Removed equinox from the I want it all script, and added an extra warning in the interactive one. It takes an hour to check out!
-rw-r--r-- | buildScripts/deps/eclipse-debugging.ant.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/buildScripts/deps/eclipse-debugging.ant.xml b/buildScripts/deps/eclipse-debugging.ant.xml index 5ed28116..343a183d 100644 --- a/buildScripts/deps/eclipse-debugging.ant.xml +++ b/buildScripts/deps/eclipse-debugging.ant.xml @@ -28,13 +28,13 @@ This buildfile is part of projectlombok.org. It responsible for downloading, upd <property name="repository.eclipse.org-rt" value=":pserver:anonymous@dev.eclipse.org/cvsroot/rt" /> <property name="eclipse.org.contrib.base" location=".." /> + <!-- Skips equinox because it's ENORMOUS and rarely needed. --> <target name="install-silent" depends="-check-eclipse.org, -force-eclipse.debug.target, install-eclipse.debug.target, update-eclipse.debug.target, -force-org.eclipse.jdt.core, checkout-org.eclipse.jdt.core, update-org.eclipse.jdt.core, -force-org.eclipse.jdt.ui, checkout-org.eclipse.jdt.ui, update-org.eclipse.jdt.ui, -force-org.eclipse.core.runtime, checkout-org.eclipse.core.runtime, update-org.eclipse.core.runtime, - -force-org.eclipse.ltk.core.refactoring, checkout-org.eclipse.ltk.core.refactoring, update-org.eclipse.ltk.core.refactoring, - -force-org.eclipse.equinox, checkout-org.eclipse.equinox, update-org.eclipse.equinox" /> + -force-org.eclipse.ltk.core.refactoring, checkout-org.eclipse.ltk.core.refactoring, update-org.eclipse.ltk.core.refactoring" /> <target name="install" depends="-check-eclipse.org, -ask-eclipse.debug.target, install-eclipse.debug.target, update-eclipse.debug.target, @@ -120,6 +120,8 @@ Unless you're going to work with lombok's patching of the refactor scripts, you <input validargs="n,N,no,No,NO,y,Y,yes,Yes,YES" defaultvalue="no" addproperty="org.eclipse.equinox.response"> Do you want me to grab from CVS the 3.5 version of org.eclipse.equinox? Unless you're going to work on lombok.patcher's OSGi integration, you won't need this. + +WARNING: This project is enormous (350MB) and takes like an hour to check out. You should answer no unless you _really_ want it. </input> <condition property="org.eclipse.equinox.checkout"> <matches string="${org.eclipse.equinox.response}" casesensitive="false" pattern="^y(es)?$" /> |