Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-07-17 01:43:14 +0000
committerspingel2008-07-17 01:43:14 +0000
commit18d184ff22e8844d2d9c7166352d796d82147d91 (patch)
treef88c11068edd632ae6ce0a28afe2f18472fa3f5f
parentd2a4d692ad8f37879ca4c3bef2212eed548621a6 (diff)
downloadorg.eclipse.mylyn-18d184ff22e8844d2d9c7166352d796d82147d91.tar.gz
org.eclipse.mylyn-18d184ff22e8844d2d9c7166352d796d82147d91.tar.xz
org.eclipse.mylyn-18d184ff22e8844d2d9c7166352d796d82147d91.zip
RESOLVED - bug 241157: add org.apache.ant to features that use Apache AxisR_3_0_1_e_3_3
https://bugs.eclipse.org/bugs/show_bug.cgi?id=241157
-rw-r--r--org.eclipse.mylyn.releng/copy-orbit-bundles.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.releng/copy-orbit-bundles.sh b/org.eclipse.mylyn.releng/copy-orbit-bundles.sh
index 1c7cf921..6f1451ee 100644
--- a/org.eclipse.mylyn.releng/copy-orbit-bundles.sh
+++ b/org.eclipse.mylyn.releng/copy-orbit-bundles.sh
@@ -17,14 +17,10 @@ pack() {
cd $SRC
-wget -O archive.zip `grep org.apache.ant ../maps/orbit.map | sed s/.*GET,// | sed s/,unpack=true//`
-unzip archive.zip
-rm archive.zip
-
pack javax.xml.rpc*
pack javax.xml.soap*
pack org.apache.ant*
-#pack org.apache.axis*
+pack org.apache.axis*
pack org.apache.commons.discovery*
mkdir -p $DEST/standardUpdateSite/plugins

Back to the top