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
513cfdd1
Commit
513cfdd1
authored
17 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
simplify build parameters
parent
343518f0
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
docs/org.eclipse.jst.doc.isv/javadoc.xml
+27
-1
27 additions, 1 deletion
docs/org.eclipse.jst.doc.isv/javadoc.xml
docs/org.eclipse.wst.doc.isv/javadoc.xml
+28
-1
28 additions, 1 deletion
docs/org.eclipse.wst.doc.isv/javadoc.xml
with
55 additions
and
2 deletions
docs/org.eclipse.jst.doc.isv/javadoc.xml
+
27
−
1
View file @
513cfdd1
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"javadoc"
default=
"main"
basedir=
"."
>
<property
environment=
"env"
/>
<!-- = = = standard properties pattern = = = -->
<!--
First get environment variables
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 this directory/files does not exist, then it will be ignored,
and defaults used.
-->
<property
file=
"${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"
/>
<!-- if not otherwise set externally, assign some reasonable default, especially
to work on production build machine -->
<property
name=
"JAVADOC_COMMAND"
value=
"${env.JAVA_5_HOME}/bin/javadoc"
/>
<property
name=
"JAVADOC_ARGS"
value=
"-J-Xms256m -J-Xmx1024m"
/>
<property
file=
"javadoc.properties"
/>
<property
...
...
This diff is collapsed.
Click to expand it.
docs/org.eclipse.wst.doc.isv/javadoc.xml
+
28
−
1
View file @
513cfdd1
<?xml version="1.0" encoding="UTF-8"?>
<project
name=
"javadoc"
default=
"main"
basedir=
"."
>
<property
environment=
"env"
/>
<!-- = = = standard properties pattern = = = -->
<!--
First get environment variables
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 this directory/files does not exist, then it will be ignored,
and defaults used.
-->
<property
file=
"${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"
/>
<!-- if not otherwise set externally, assign some reasonable default, especially
to work on production build machine -->
<property
name=
"JAVADOC_COMMAND"
value=
"${env.JAVA_5_HOME}/bin/javadoc"
/>
<property
name=
"JAVADOC_ARGS"
value=
"-J-Xms256m -J-Xmx1024m"
/>
<property
file=
"javadoc.properties"
/>
<property
name=
"outputDir"
...
...
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