Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.datatools.releng.builder/eclipse/buildConfigs/dtp.enablement.all/build.properties')
-rw-r--r--plugins/org.eclipse.datatools.releng.builder/eclipse/buildConfigs/dtp.enablement.all/build.properties46
1 files changed, 0 insertions, 46 deletions
diff --git a/plugins/org.eclipse.datatools.releng.builder/eclipse/buildConfigs/dtp.enablement.all/build.properties b/plugins/org.eclipse.datatools.releng.builder/eclipse/buildConfigs/dtp.enablement.all/build.properties
deleted file mode 100644
index 98538e0b3..000000000
--- a/plugins/org.eclipse.datatools.releng.builder/eclipse/buildConfigs/dtp.enablement.all/build.properties
+++ /dev/null
@@ -1,46 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation 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:
-# IBM Corporation - initial API and implementation
-###############################################################################
-
-generateFeatureVersionSuffix=true
-baseLocation=/home/adb/farrah/baseLocation
-p4.home=/home/adb/farrah/P4
-buildDirectory=/home/adb/farrah/src
-outputUpdateJars=true
-individualSourceBundles=true
-
-runPackager=true
-mapVersionTag=HEAD
-bootclasspath=${java.home}/lib/rt.jar
-buildType=I
-buildId=build
-buildLabel=${buildType}.${buildId}
-timestamp=0000
-collPlace=eclipse
-collBase=.
-configs=*,*,*
-
-archivesFormat =*,*,*-zip
-
-javacFailOnError=false
-javacDebugInfo=on
-javacVerbose=true
-compileArg=-enableJavadoc
-
-zipargs=
-tarargs=--owner=0 --group=0
-
-collectingFolder=eclipse
-archivePrefix=eclipse
-
-baseos=win32
-basews=win32
-basearch=x86
-

Back to the top