Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-06-16 00:10:56 +0000
committerrescobar2010-06-16 00:10:56 +0000
commitac194d88ac36cfaa094e2da61a9761751e0977a3 (patch)
treef4f47a3f710c2c84831dd4701a142e7302536396 /releng/org.eclipse.osee.server.releng/build.properties
parent723d3cbbb7b77d7ad1670e98d1d62829ae3218c4 (diff)
downloadorg.eclipse.osee-ac194d88ac36cfaa094e2da61a9761751e0977a3.tar.gz
org.eclipse.osee-ac194d88ac36cfaa094e2da61a9761751e0977a3.tar.xz
org.eclipse.osee-ac194d88ac36cfaa094e2da61a9761751e0977a3.zip
Diffstat (limited to 'releng/org.eclipse.osee.server.releng/build.properties')
-rw-r--r--releng/org.eclipse.osee.server.releng/build.properties16
1 files changed, 2 insertions, 14 deletions
diff --git a/releng/org.eclipse.osee.server.releng/build.properties b/releng/org.eclipse.osee.server.releng/build.properties
index 1d3676aee0d..2d89a8d4870 100644
--- a/releng/org.eclipse.osee.server.releng/build.properties
+++ b/releng/org.eclipse.osee.server.releng/build.properties
@@ -1,11 +1,4 @@
## BEGIN PROJECT BUILD PROPERTIES ##
-##
-# ATTENTION!
-# please uncomment the properties below for your local platform after check out.
-# The properties in here will be used to materialize the target platform
-# Also this will make local builds possible.
-
-###############################################################################################
# Linux Local Server #
JAVA60_HOME=/usr/java
@@ -15,10 +8,6 @@ eclipse.base.url=http://download.eclipse.org/eclipse/downloads/drops/S-3.6RC4-20
eclipse.base.file=eclipse-SDK-3.6RC4-linux-gtk.tar.gz
downloadMirror=http://eclipse.unixheads.org
-###############################################################################################
-# default settings for all this project's builds, for this branch;
-#see also o.e.d.common.releng/build.properties for more overrideable defaults
-
# To permit automatic downloads of non-EPL compatible code, set this to property to "I accept"
thirdPartyDownloadLicenseAcceptance="I accept"
@@ -38,9 +27,8 @@ http://download.eclipse.org/eclipse/updates/3.6,\
http://download.eclipse.org/technology/subversive/0.7/update-site/,\
http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/
-dependencyURLs=
-#\
-#${downloadMirror}/eclipse/downloads/drops/S-3.6RC4-201006031500/eclipse-test-framework-3.6RC4.zip
+dependencyURLs=\
+${downloadMirror}/eclipse/downloads/drops/S-3.6RC4-201006031500/eclipse-test-framework-3.6RC4.zip
featureIDsToInstall=\
org.eclipse.team.svn+\

Back to the top