streamline build scripts
diff --git a/releng.control/.settings/org.eclipse.core.resources.prefs b/releng.control/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 0000000..372d3cc
--- /dev/null
+++ b/releng.control/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,3 @@
+#Wed Jan 02 14:24:51 EST 2008
+eclipse.preferences.version=1
+encoding/<project>=ISO-8859-1
diff --git a/releng.control/ant.sh b/releng.control/ant.sh
index 4172dda..bff5317 100644
--- a/releng.control/ant.sh
+++ b/releng.control/ant.sh
@@ -1,21 +1,21 @@
-#!/bin/sh
-
-# remember to leave no slashes on commonVariations in source command,
-# so that users path is used to find it (first). But, path on
-# commonComputedVariables means we expect to execute only our
-# version
-
-if [ -n $BUILD_INITIALIZED ]
-then
+#!/bin/sh
+
+# remember to leave no slashes on commonVariations in source command,
+# so that users path is used to find it (first). But, path on
+# commonComputedVariables means we expect to execute only our
+# version
+
+if [ -n $BUILD_INITIALIZED ]
+then
pushd .
cd ${RELENG_CONTROL}
source commonVariations.shsource
source ${RELENG_CONTROL}/commonComputedVariables.shsource
popd
-fi
-
-
-ANT_CMD=${ANT_HOME}/bin/ant
-
-exec "$ANT_CMD" "$@"
-
+fi
+
+
+ANT_CMD=${ANT_HOME}/bin/ant
+
+exec "$ANT_CMD" "$@"
+