diff options
Diffstat (limited to 'java/eclipse/files/patch-plugins-plat-i-customBuildCallbacks.xml')
-rw-r--r-- | java/eclipse/files/patch-plugins-plat-i-customBuildCallbacks.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-plugins-plat-i-customBuildCallbacks.xml b/java/eclipse/files/patch-plugins-plat-i-customBuildCallbacks.xml new file mode 100644 index 000000000000..654b7ed32864 --- /dev/null +++ b/java/eclipse/files/patch-plugins-plat-i-customBuildCallbacks.xml @@ -0,0 +1,11 @@ +--- plugins/org.eclipse.platform.doc.isv/customBuildCallbacks.xml.orig Sun Jul 30 00:30:12 2006 ++++ plugins/org.eclipse.platform.doc.isv/customBuildCallbacks.xml Sun Jul 30 00:30:38 2006 +@@ -88,6 +88,8 @@ + <!-- ===================================================================== --> + <target name="post.gather.bin.parts"> + </target> ++ <target name="pre.gather.bin.parts"> ++ </target> + + <!-- ===================================================================== --> + <!-- Steps to do before the target gather.sources --> |