Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
22bd49bf
Commit
22bd49bf
authored
18 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
work for refactoring
parent
0bca7f32
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.wtpbuilder/build.properties
+48
-6
48 additions, 6 deletions
releng.wtpbuilder/build.properties
releng.wtpbuilder/build.xml
+15
-4
15 additions, 4 deletions
releng.wtpbuilder/build.xml
with
63 additions
and
10 deletions
releng.wtpbuilder/build.properties
+
48
−
6
View file @
22bd49bf
#########################################################################
#
# WTP BUILD PROPERTIES
# Created by: Naci Dai, Eteration A.S.
#########################################################################
mapVersionTag
=
HEAD
buildType
=
I
build.distribution
=
wtp
relengroot
=
releng
=
releng
releng.builder
=
releng.wtpbuilder
# Set this to the relative path for the
# directory to be use for the current build.
# It must be relative to the buildHome
# Final name will include the component and build type
build.current
=
build
# Set this to the relative path for the
# directory that keeps the downloaded drivers (local repository)
# It must be relative to the buildHome
build.local.repository
=
downloads
# Set this to the relative path for the
# directory to be use for the current test pass.
# It must be relative to the buildHome
# Final name will include the component and build type
build.tests
=
test
# Set this to the relative path for the
# directory to be use for the current peformance test pass.
# It must be relative to the buildHome
build.perf.tests
=
perf-current
# javacFailOnError must be false otherwise the
# build will terminated at the first compile error
javacFailOnError
=
false
...
...
@@ -78,7 +104,7 @@ build.perf.tests=perf-current
base.location
=
eclipse
# This is the working directory in which
wtp
# This is the working directory in which
# build process will do its job
# It is relative to the build.current
build.directory
=
workdir
...
...
@@ -92,6 +118,22 @@ cvsServer=dev.eclipse.org
cvsProtocol
=
ext
cvsUser
=
david_williams
# needs to be valid committer id, and ext to tag (non trial) builds
mapVersionTag
=
HEAD
mapCvsProtocol
=
pserver
mapCvsUser
=
davidw
# This parameter is specific to the compiler
# being used (JDT Compiler, in our case).
# 'showversion' causes the version of JDT Compiler to be
# printed to the compiler log file.
compilerArg
=
-showversion -encoding ISO-8859-1 -warn:-discouraged,serial
##################################################
# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
# using the JDT Compiler Adapter to compile.
javacVerbose
=
true
#############################################################
# Other inline resolved properties
...
...
This diff is collapsed.
Click to expand it.
releng.wtpbuilder/build.xml
+
15
−
4
View file @
22bd49bf
<project
default=
"build"
basedir=
"."
>
<project
name=
"build"
default=
"build"
basedir=
"."
>
<!-- Note to be cross-platform, "environment variables" are only appropriate for
<!-- = = = standard properties pattern = = = -->
<!--
Note to be cross-platform, "environment variables" are only appropriate for
some variables, e.g. ones we set, since properties are case sensitive, even if
the environment variables on your operating system are not, e.g. it will
be ${env.Path} not ${env.PATH} on Windows -->
<property
environment=
"env"
/>
<!--
Let users override standard properties, if desired.
If directory, file, or some properties do not exist,
then standard properties will be used.
-->
<property
file=
"${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"
/>
<!-- load standard properties for production environment -->
<property
file=
"${env.STANDARD_PROPERTIES_DIR}/${ant.project.name}.properties"
/>
<!-- = = = end standard properties pattern = = = -->
<target
name=
"build"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment