Skip to content
Snippets Groups Projects
Commit d5e8c19c authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] catch up the the recenet rename

parent 1ff49ee0
No related branches found
No related tags found
No related merge requests found
......@@ -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=Version
xj3d.version.info=Xj3dVersionInformation
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
......
......@@ -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++&quot;.*&quot;"
replace="DSTAMP = &quot;${DSTAMP}&quot;"/>
<echo message="DSTAMP = &quot;${DSTAMP}&quot;"/>
<replaceregexp file="./${xj3d.version}.java"
<replaceregexp file="./${xj3d.version.info}.java"
match="TSTAMP\s++=\s++&quot;.*&quot;"
replace="TSTAMP = &quot;${TSTAMP}&quot;"/>
<echo message="TSTAMP = &quot;${TSTAMP}&quot;"/>
<replaceregexp file="./${xj3d.version}.java"
<replaceregexp file="./${xj3d.version.info}.java"
match="TODAY\s++=\s++&quot;.*&quot;"
replace="TODAY = &quot;${TODAY}&quot;"/>
<echo message="TODAY = &quot;${TODAY}&quot;"/>
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment