24 lines
1.3 KiB
Diff
24 lines
1.3 KiB
Diff
Index: customBuildCallbacks.xml
|
|
===================================================================
|
|
RCS file: /cvsroot/eclipse/org.eclipse.platform.doc.isv/customBuildCallbacks.xml,v
|
|
retrieving revision 1.5
|
|
diff -u -r1.5 customBuildCallbacks.xml
|
|
--- customBuildCallbacks.xml 14 Dec 2005 00:07:22 -0000 1.5
|
|
+++ customBuildCallbacks.xml 5 Jun 2006 01:18:34 -0000
|
|
@@ -80,6 +80,15 @@
|
|
</target>
|
|
|
|
<!-- ===================================================================== -->
|
|
+ <!-- Steps to do before the target gather.bin.parts -->
|
|
+ <!-- Available parameters : -->
|
|
+ <!-- destination.temp.folder - the directory plugins will be collected to -->
|
|
+ <!-- feature.directory - the directory containing the resulting feature -->
|
|
+ <!-- ===================================================================== -->
|
|
+ <target name="pre.gather.bin.parts">
|
|
+ </target>
|
|
+
|
|
+ <!-- ===================================================================== -->
|
|
<!-- Steps to do after the target gather.bin.parts -->
|
|
<!-- Available parameters : -->
|
|
<!-- base.dir - root of the project -->
|