summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsg215889 <[email protected]>2009-07-15 06:16:06 -0700
committersg215889 <[email protected]>2009-07-15 06:16:06 -0700
commitf9d332cc5764920e62989c67681245f03b6c757e (patch)
tree0783baba2843799d7866a71b8f6b3196a4ec016b
parentf2801bf69ba572d9e030e3fbf920342c29704d3a (diff)
Build CDC named JARs for CVM in default build, no more specialized build necessary.
-rw-r--r--make/build-jogl.xml2
-rw-r--r--make/build-newt.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index e34960c4d..204a80ca3 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1352,7 +1352,7 @@
<target name="rename.dylib" if="isOSX">
<move file="${src}" tofile="${dest}" />
- <copy file="${dest}" tofile="${dst-cdc}" />
+ <copy file="${dest}" tofile="${dest-cdc}" />
</target>
<macrodef name="c.build">
diff --git a/make/build-newt.xml b/make/build-newt.xml
index df234b26e..7f72b1c08 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -425,7 +425,7 @@
<target name="rename.dylib" if="isOSX">
<move file="${src}" tofile="${dest}" />
- <copy file="${dest}" tofile="${dst-cdc}" />
+ <copy file="${dest}" tofile="${dest-cdc}" />
</target>
<macrodef name="c.build">