From 70900087db4924724b5ed343661540ef8f0ae1c1 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Wed, 2 Apr 2008 23:23:15 +0000
Subject: [PATCH] 225006 axis2 tools should be opitonal feature - zip with no
 optionals

---
 releng.wtpbuilder/distribution/wtp.build/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releng.wtpbuilder/distribution/wtp.build/build.xml b/releng.wtpbuilder/distribution/wtp.build/build.xml
index 28fa2a396..877f36b42 100644
--- a/releng.wtpbuilder/distribution/wtp.build/build.xml
+++ b/releng.wtpbuilder/distribution/wtp.build/build.xml
@@ -160,7 +160,7 @@
         <zip
             destfile="${buildDirectory}/${buildLabel}/${newarchiveName}">
             <zipfileset
-                src="${archiveName}"
+                src="${buildDirectory}/${buildLabel}/${archiveName}"
                 excludes="/eclipse/plugins/org.eclipse.jst.ws.axis2.**,/eclipse/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport**,/eclipse/plugins/org.eclipse.jst.pagedesigner**,/eclipse/features/org.eclipse.jst.ws.axis2tools**,/eclipse/features/org.eclipse.jst.webpageeditor**,/eclipse/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature**" />
         </zip>
         <ant
-- 
GitLab