alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

###############################################################################
# Copyright (c) 2000, 2003 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

# $Header: /cvsroot/eclipse/org.eclipse.sdk.tests-feature/plugins/org.eclipse.perfmsr.releng/builders/sdk/build.properties,v 1.17 2008/02/25 23:53:47 gkarasiu Exp $

# To build the latest:
#    3.0 version use v30-branch
#    3.1 version use v31-branch
#    3.2 version use HEAD.
#			    3.4 version use HEAD.
# 
# Otherwise use the exact version tag e.g. v31-20050605
# The only thing that this tag effects is the map file, all the other files from the releng project have
# already been fetched, and they are either from HEAD, R3_1_maintenance or R3_0a_maintenance.
mapVersionTag=HEAD

# The baseLocation points to the version of Eclipse that the new features are compiled against.
# If you are building the 
#   3.X version   then set this to /opt/eclipse/eclipse-win32
#   3.1.X version then set this to /opt/eclipse/eclipse31-win32
#   3.2.1 version then set this to /opt/eclipse/eclipse321-win32/eclipse
#   3.4 version   then set this to 	/opt/eclipse/eclipse34-win32/eclipse			
baseLocation=/opt/eclipse/eclipse34-win32/eclipse

# I usually do not change anything below this point------------------------------------------------

buildDirectory=/var/eclipse/build
bootclasspath=/var/eclipse-builds/windows/jre/lib/rt.jar

buildType=I
buildId=${mapVersionTag}

buildLabel=${buildType}.${mapVersionTag}

generateFeatureVersionSuffix=true

timestamp=0000
collPlace=eclipse
collBase=.
configs= \
	win32, win32, x86 &\
	linux, gtk, x86

javacFailOnError=false
javacDebugInfo=on
javacVerbose=false
compileArg=-enableJavadoc

zipargs=

collectingFolder=eclipse
archivePrefix=eclipse

# These next three properties are are for the version of Eclipse that is pointed to by baseLocation,
# i.e. it is the version of Eclipse that the new features are compiled against, not the version
# of eclipse that is doing the building.
baseos=win32
basews=win32
basearch=x86
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.