~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to c99/build.properties

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
###############################################################################
2
 
# Copyright (c) 2005, 2007 IBM Corporation and others.
3
 
# All rights reserved. This program and the accompanying materials
4
 
# are made available under the terms of the Eclipse Public License v1.0
5
 
# which accompanies this distribution, and is available at
6
 
# http://www.eclipse.org/legal/epl-v10.html
7
 
#
8
 
# Contributors:
9
 
#     IBM Corporation - initial API and implementation
10
 
#     Markus Schorn (Wind River Systems)
11
 
###############################################################################
12
 
#####################
13
 
# Parameters describing how and where to execute the build.
14
 
# Typical users need only update the following properties:
15
 
#    baseLocation - where things you are building against are installed
16
 
#    bootclasspath - The base jars to compile against (typicaly rt.jar)
17
 
#    configs - the list of {os, ws, arch} configurations to build.  
18
 
#
19
 
# Of course any of the settings here can be overridden by spec'ing 
20
 
# them on the command line (e.g., -DbaseLocation=d:/eclipse
21
 
 
22
 
############# CVS CONTROL ################
23
 
# The CVS tag to use when fetching the map files from the repository
24
 
mapVersionTag=HEAD
25
 
 
26
 
# The CVS tag to use when fetching elements to build.  By default the
27
 
# builder will use whatever is in the maps.  Use this value to override
28
 
# for example, when doing a nightly build out of HEAD
29
 
# fetchTag=HEAD
30
 
 
31
 
cdtTag=cdt_6_0
32
 
 
33
 
############## BUILD / GENERATION CONTROL ################
34
 
# The directory into which the build elements will be fetched and where
35
 
# the build will take place.  buildDirectory and install should be the same
36
 
# value.
37
 
buildDirectory=build
38
 
 
39
 
# Type of build.  Used in naming the build output.  Typically this value is
40
 
# one of I, N, M, S, ...
41
 
buildType=I
42
 
 
43
 
# ID of the build.  Used in naming the build output.
44
 
buildId=TestBuild
45
 
 
46
 
# Label for the build.  Used in naming the build output
47
 
buildLabel=${buildType}.${buildId}
48
 
 
49
 
# Timestamp for the build.  Used in naming the build output
50
 
timestamp=007
51
 
 
52
 
# Base location for anything the build needs to compile against.  For example,
53
 
# when building GEF, the baseLocation should be the location of a previously
54
 
# installed Eclipse against which the GEF code will be compiled.
55
 
baseLocation=
56
 
 
57
 
#Os/Ws/Arch/nl of the eclipse specified by baseLocation
58
 
#baseos
59
 
#basews
60
 
#basearch
61
 
#basenl
62
 
 
63
 
# The location underwhich all of the build output will be collected.  This will be
64
 
# the root path in the resultant zip file.
65
 
collPlace=eclipse
66
 
 
67
 
# The directory  in which to execute zip of the ${collPlace} directory
68
 
collBase=.
69
 
 
70
 
# The list of {os, ws, arch} configurations to build.  This 
71
 
# value is a '&' separated list of ',' separate triples.  For example, 
72
 
#     configs=win32,win32,x86 & linux,motif,x86
73
 
# By default the value is *,*,*
74
 
configs=*,*,*
75
 
 
76
 
archivesFormat=*,*,*-zip
77
 
 
78
 
#Arguments to send to the zip executable
79
 
zipargs=
80
 
 
81
 
############# JAVA COMPILER OPTIONS ##############
82
 
# The location of the Java jars to compile against.  Typically the rt.jar for your JDK/JRE
83
 
#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar
84
 
 
85
 
# Whether or not to include debug info in the output jars
86
 
javacDebugInfo=on 
87
 
 
88
 
# Whether or not to fail the build if there are compiler errors
89
 
javacfailonerror=true
90
 
 
91
 
# The version of the source code
92
 
javacSource=1.5
93
 
 
94
 
# The version of the byte code targeted
95
 
javacTarget=1.5