1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Sat, 11 Aug 2012 21:49:38 +0200
Subject: Fedora-eclipse-emf-make-homeless
---
doc/org.eclipse.emf.doc/build/antJavadoc.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/org.eclipse.emf.doc/build/antJavadoc.sh b/doc/org.eclipse.emf.doc/build/antJavadoc.sh
index bec16e3..ba974d5 100644
--- a/doc/org.eclipse.emf.doc/build/antJavadoc.sh
+++ b/doc/org.eclipse.emf.doc/build/antJavadoc.sh
@@ -12,9 +12,9 @@ pluginName="org.eclipse.emf";
debug=0; if [[ $debug -gt 0 ]]; then echo "[antJd] debug: "$debug; fi
-if [ "x"$ANT_HOME = "x" ]; then export ANT_HOME=/opt/apache-ant-1.6; fi
-if [ "x"$JAVA_HOME = "x" ]; then export JAVA_HOME=/opt/ibm-java2-1.4; fi
-export PATH=${PATH}:${ANT_HOME}/bin
+#if [ "x"$ANT_HOME = "x" ]; then export ANT_HOME=/opt/apache-ant-1.6; fi
+#if [ "x"$JAVA_HOME = "x" ]; then export JAVA_HOME=/opt/ibm-java2-1.4; fi
+#export PATH=${PATH}:${ANT_HOME}/bin
# current directory - all but the name of this script, no trailing slash
currentPath=$PWD"/"$0; currentPath=${currentPath%/*}; if [[ $debug -gt 0 ]]; then echo "[antJd] currentPath: "$currentPath; fi
@@ -161,4 +161,4 @@ for packSum in `find $destDir -name "package-summary.html" | sort`; do
done
echo ' </topic>' >> $trXML;
echo '</toc>' >> $trXML;
-
\ No newline at end of file
+
|