mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Get ready for 4.0 builds.
This commit is contained in:
parent
fa69bd28e9
commit
e7aba54923
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
||||||
<target name="init">
|
<target name="init">
|
||||||
<touch file="${user.home}/.cvspass" />
|
<touch file="${user.home}/.cvspass" />
|
||||||
<tstamp/>
|
<tstamp/>
|
||||||
<property name="branchVersion" value="3.1.0"/>
|
<property name="branchVersion" value="4.0.0"/>
|
||||||
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
<property name="timestamp" value="${DSTAMP}${TSTAMP}" />
|
||||||
<property name="forceContextQualifier" value="${timestamp}"/>
|
<property name="forceContextQualifier" value="${timestamp}"/>
|
||||||
<property name="buildDirectory" value="${basedir}/results" />
|
<property name="buildDirectory" value="${basedir}/results" />
|
||||||
|
|
|
@ -104,7 +104,7 @@ javacVerbose=true
|
||||||
javacFailOnError=false
|
javacFailOnError=false
|
||||||
|
|
||||||
# The version of the source code
|
# The version of the source code
|
||||||
#javaSource=1.3
|
javacSource=1.4
|
||||||
|
|
||||||
# The version of the byte code targeted
|
# The version of the byte code targeted
|
||||||
#javacTarget=1.1
|
javacTarget=1.4
|
||||||
|
|
|
@ -106,7 +106,7 @@ javacDebugInfo=true
|
||||||
javacfailonerror=true
|
javacfailonerror=true
|
||||||
|
|
||||||
# The version of the source code
|
# The version of the source code
|
||||||
#javaSource=1.3
|
javacSource=1.4
|
||||||
|
|
||||||
# The version of the byte code targeted
|
# The version of the byte code targeted
|
||||||
#javacTarget=1.1
|
javacTarget=1.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue