Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-11-28 18:28:55 +0000
committerAndrew Niefer2007-11-28 18:28:55 +0000
commitd50bf612b77996b85c405d330923a615a0ae9a8a (patch)
tree30cf1f77b4a94bddb18392bd0d72f087f0b1cfb6 /bundles/org.eclipse.osgi.util
parent6f4eb4c47b2c28b8bf4a7acdee73676310a4a81e (diff)
downloadrt.equinox.framework-d50bf612b77996b85c405d330923a615a0ae9a8a.tar.gz
rt.equinox.framework-d50bf612b77996b85c405d330923a615a0ae9a8a.tar.xz
rt.equinox.framework-d50bf612b77996b85c405d330923a615a0ae9a8a.zip
bug 211289 - osgi.services and osgi.util source bundles are broken
Diffstat (limited to 'bundles/org.eclipse.osgi.util')
-rw-r--r--bundles/org.eclipse.osgi.util/customBuildCallbacks.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.util/customBuildCallbacks.xml b/bundles/org.eclipse.osgi.util/customBuildCallbacks.xml
index ec7b84eaf..d6250e891 100644
--- a/bundles/org.eclipse.osgi.util/customBuildCallbacks.xml
+++ b/bundles/org.eclipse.osgi.util/customBuildCallbacks.xml
@@ -120,6 +120,8 @@
<!-- destination.temp.folder - destination folder -->
<!-- ===================================================================== -->
<target name="post.gather.sources">
+ <unzip src="${target.folder}/src.zip" dest="${target.folder}" overwrite="false"/>
+ <delete file="${destination.temp.folder}/src.zip" />
</target>
<!-- ===================================================================== -->

Back to the top