Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.properties118
1 files changed, 60 insertions, 58 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.properties b/plugins/org.eclipse.emf.cdo.releng/build.properties
index cb10ca561a..169c274613 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.properties
+++ b/plugins/org.eclipse.emf.cdo.releng/build.properties
@@ -1,58 +1,60 @@
-# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Eike Stepper - initial API and implementation
-
-stream=4.1
-branch=master
-train=juno
-buckminster=4.2
-eclipse=3.8
-emf=2.8
-weekly=I
-
-# This build can be optimized by setting these properties externally:
-#platform = "Windows" | "Linux" | "Mac"
-
-eclipse.downloads=http://download.eclipse.org
-cloudsmith.downloads=http://download.cloudsmith.com
-
-director=${eclipse.downloads}/tools/buckminster/products/director_latest.zip
-buckminster.headless=${eclipse.downloads}/tools/buckminster/headless-${buckminster}
-train.releases=${eclipse.downloads}/releases/${train}
-eclipse.updates=${eclipse.downloads}/eclipse/updates/${eclipse}
-eclipse.milestones=${eclipse.downloads}/eclipse/updates/${eclipse}milestones
-
-qualifier.replacement.*=generator:lastModified
-generator.lastModified.format='v'yyyyMMdd-HHmm
-
-target.os=*
-target.ws=*
-target.arch=*
-
-signing.type=eclipse.local
-
-###########################################################################
-
-jars.compile.order = .
-source.. = src/
-output.. = bin/
-bin.includes = .,\
- META-INF/
-src.includes = aggregation/,\
- buckminster.cspex,\
- build.cquery,\
- build.mspec,\
- build.rmap,\
- build.xml,\
- hudson/,\
- local.mspec,\
- prefs/,\
- psf/,\
- release.digest,\
- release.xml,\
- xsl/
+# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Eike Stepper - initial API and implementation
+
+stream=4.1
+branch=master
+train=juno
+buckminster=4.2
+eclipse=3.8
+emf=2.8
+weekly=I
+
+# This build can be optimized by setting these properties externally:
+#platform = "Windows" | "Linux" | "Mac"
+
+eclipse.downloads=http://download.eclipse.org
+cloudsmith.downloads=http://download.cloudsmith.com
+
+director=${eclipse.downloads}/tools/buckminster/products/director_latest.zip
+buckminster.headless=${eclipse.downloads}/tools/buckminster/headless-${buckminster}
+train.releases=${eclipse.downloads}/releases/${train}
+eclipse.updates=${eclipse.downloads}/eclipse/updates/${eclipse}
+eclipse.milestones=${eclipse.downloads}/eclipse/updates/${eclipse}milestones
+
+qualifier.replacement.*=generator:lastModified
+generator.lastModified.format='v'yyyyMMdd-HHmm
+
+target.os=*
+target.ws=*
+target.arch=*
+
+signing.type=eclipse.local
+
+###########################################################################
+
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+bin.includes = .,\
+ META-INF/
+src.includes = aggregation/,\
+ buckminster.cspex,\
+ build.cquery,\
+ build.mspec,\
+ build.rmap,\
+ build.xml,\
+ hudson/,\
+ local.mspec,\
+ prefs/,\
+ psf/,\
+ release.digest,\
+ release.xml,\
+ xsl/
+
+generateSourceReferences = true

Back to the top