carbidecpp20devenv/plugins/org.eclipse.pde.build_3.4.1.R34x_v20080805/templates/features/customBuildCallbacks.xml
changeset 1 82d1d1de1a01
equal deleted inserted replaced
-1:000000000000 1:82d1d1de1a01
       
     1 <!-- ===================================================================== -->
       
     2 <!-- Custom targets called from a project's generated build.xml            -->
       
     3 <!-- Set customBuildCallbacks=<path/to/this/file> in your build.properties.-->
       
     4 <!-- ===================================================================== -->
       
     5 <project name="Build specific targets and properties" default="noDefault">
       
     6 
       
     7 	<!-- ===================================================================== -->
       
     8 	<!-- Default target                                                        -->
       
     9 	<!-- ===================================================================== -->
       
    10 	<target name="noDefault">
       
    11 		<echo message="This file must be called with explicit targets" />
       
    12 	</target>
       
    13 	
       
    14 	<!-- ===================================================================== -->
       
    15 	<!-- Steps to do before the target gather.bin.parts                        -->
       
    16 	<!-- Available parameters :                                                -->
       
    17 	<!--  destination.temp.folder - the directory plugins will be collected to -->
       
    18 	<!--  feature.directory - the directory containing the resulting feature   -->
       
    19 	<!-- ===================================================================== -->
       
    20 	<target name="pre.gather.bin.parts">
       
    21 	</target>
       
    22 	
       
    23 	<!-- ===================================================================== -->
       
    24 	<!-- Steps to do after the target gather.bin.parts                         -->
       
    25 	<!-- Available parameters :                                                -->
       
    26 	<!--  destination.temp.folder - the directory plugins will be collected to -->
       
    27 	<!--  feature.directory - the directory containing the resulting feature   -->
       
    28 	<!-- ===================================================================== -->
       
    29 	<target name="post.gather.bin.parts">
       
    30 	</target>
       
    31 
       
    32 </project>