Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Xj3D
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Savage
Xj3D
Commits
d5e8c19c
Commit
d5e8c19c
authored
2 years ago
by
Terry D. Norbraten
Browse files
Options
Downloads
Patches
Plain Diff
[Terry N.] catch up the the recenet rename
parent
1ff49ee0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.properties
+2
-2
2 additions, 2 deletions
build.properties
build.xml
+6
-6
6 additions, 6 deletions
build.xml
with
8 additions
and
8 deletions
build.properties
+
2
−
2
View file @
d5e8c19c
...
...
@@ -237,9 +237,9 @@ replica=xj3d.replica.Replica
sai.simserver.dir
=
${examples.dir}/sai/simserver
examples.spec.x3d.java.dir
=
${examples.dir}/spec/x3d/java
xj3d.version
=
Vers
ion
xj3d.version
.info
=
Xj3dVersionInformat
ion
xj3d.version.number
=
${product.version.major}.${product.version.level}
xj3d.version.file
=
${src.java.dir}/org/web3d/util/${xj3d.version}.java
xj3d.version.file
=
${src.java.dir}/org/web3d/util/${xj3d.version
.info
}.java
browser.class
=
${browser.classes.dir}/xj3d/browser/Xj3DBrowser.class
cadfilter.class
=
${cadfilter.classes.dir}/xj3d/filter/CDFFilter.class
...
...
This diff is collapsed.
Click to expand it.
build.xml
+
6
−
6
View file @
d5e8c19c
...
...
@@ -755,17 +755,17 @@ POSSIBILITY OF SUCH DAMAGE.
<!-- This is a way to get our Version.java file compiled each time ant is run, -->
<!-- but not have it show up in SVN as modified -->
<copy
file=
"${xj3d.version.file}"
todir=
"."
/>
<!-- put the build-time properties defined by the above step into our ${xj3d.version} file -->
<!-- put the build-time properties defined by the above step into our ${xj3d.version
.info
} file -->
<!-- look for, e.g., DSTAMP = "blah", replace the "blah" with current property value -->
<replaceregexp
file=
"./${xj3d.version}.java"
<replaceregexp
file=
"./${xj3d.version
.info
}.java"
match=
"DSTAMP\s++=\s++".*""
replace=
"DSTAMP = "${DSTAMP}""
/>
<echo
message=
"DSTAMP = "${DSTAMP}""
/>
<replaceregexp
file=
"./${xj3d.version}.java"
<replaceregexp
file=
"./${xj3d.version
.info
}.java"
match=
"TSTAMP\s++=\s++".*""
replace=
"TSTAMP = "${TSTAMP}""
/>
<echo
message=
"TSTAMP = "${TSTAMP}""
/>
<replaceregexp
file=
"./${xj3d.version}.java"
<replaceregexp
file=
"./${xj3d.version
.info
}.java"
match=
"TODAY\s++=\s++".*""
replace=
"TODAY = "${TODAY}""
/>
<echo
message=
"TODAY = "${TODAY}""
/>
...
...
@@ -775,12 +775,12 @@ POSSIBILITY OF SUCH DAMAGE.
source=
"${javac.source}"
target=
"${javac.target}"
debug=
"on"
includes=
"${xj3d.version}.java"
includes=
"${xj3d.version
.info
}.java"
classpathref=
"app.classpath"
includeantruntime=
"false"
>
<compilerarg
line=
"${javac.compilerargs}"
/>
</javac>
<delete
file=
"./${xj3d.version}.java"
/>
<delete
file=
"./${xj3d.version
.info
}.java"
/>
</target>
<target
name=
"javadoc"
...
...
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