carbidecpp20devenv/plugins/org.eclipse.pde.build_3.4.1.R34x_v20080805/templates/plugins/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 build.jars                              -->
       
    16 	<!-- Available parameters :                                                -->
       
    17 	<!--   build.result.folder - folder to contain the build results           -->
       
    18 	<!-- ===================================================================== -->
       
    19 	<target name="pre.build.jars">
       
    20 	</target>
       
    21 
       
    22 	<!-- ===================================================================== -->
       
    23 	<!-- Steps to do after the target build.jars                               -->
       
    24 	<!-- Available parameters :                                                -->
       
    25 	<!--   build.result.folder - folder to contain the build results           -->
       
    26 	<!-- ===================================================================== -->
       
    27 	<target name="post.build.jars">
       
    28 	</target>
       
    29 	
       
    30 	<!-- ===================================================================== -->
       
    31 	<!-- Steps to do before the target build.sources                           -->
       
    32 	<!-- Available parameters :                                                -->
       
    33 	<!--   build.result.folder - folder to contain the build results           -->
       
    34 	<!-- ===================================================================== -->
       
    35 	<target name="pre.build.sources">
       
    36 	</target>
       
    37 
       
    38 	<!-- ===================================================================== -->
       
    39 	<!-- Steps to do after the target build.sources                            -->
       
    40 	<!-- Available parameters :                                                -->
       
    41 	<!--   build.result.folder - folder to contain the build results           -->
       
    42 	<!-- ===================================================================== -->
       
    43 	<target name="post.build.sources">
       
    44 	</target>
       
    45 
       
    46 	<!-- ===================================================================== -->
       
    47 	<!-- Steps to do before the compilation target <name>                      -->
       
    48 	<!-- Substitute "name" with the name of the compilation target, eg @dot    -->
       
    49 	<!-- Available parameters :                                                -->
       
    50 	<!--   source.foldern : n = 1 ... N, the source folders                    -->
       
    51 	<!--   target.folder  : where the results of the compilation go            -->
       
    52 	<!--   <name>.classpath : name = name of the compilation target. A         -->
       
    53 	<!--                      reference to the classpath structure.            -->
       
    54 	<!-- ===================================================================== -->
       
    55 	<target name="pre.name">
       
    56 	</target>
       
    57 
       
    58 	<target name="pre.@dot">
       
    59 	</target>
       
    60 
       
    61 	<!-- ===================================================================== -->
       
    62 	<!-- Steps to do during the compilation target <name>, after the compile   -->
       
    63 	<!-- but before jaring.  Substitute "name" with the name of the compilation-->
       
    64 	<!-- target, eg @dot                                                       -->
       
    65 	<!-- Available parameters :                                                -->
       
    66 	<!--   source.foldern : n = 1 ... N, the source folders                    -->
       
    67 	<!--   target.folder  : where the results of the compilation go            -->
       
    68 	<!--   <name>.classpath : name = name of the compilation target. A         -->
       
    69 	<!--                      reference to the classpath structure.            -->
       
    70 	<!-- ===================================================================== -->
       
    71 	<target name="post.compile.name">
       
    72 	</target>
       
    73 
       
    74 	<target name="post.compile.@dot">
       
    75 	</target>
       
    76 	
       
    77 	<!-- ===================================================================== -->
       
    78 	<!-- Steps to do after the compilation target <name>                       -->
       
    79 	<!-- Substitute "name" with the name of the compilation target, eg @dot    -->
       
    80 	<!-- Available parameters :                                                -->
       
    81 	<!--   jar.location - the location of the compilation results              -->
       
    82 	<!--   <name>.classpath : name = name of the compilation target. A         -->
       
    83 	<!--                      reference to the classpath structure.            -->
       
    84 	<!-- ===================================================================== -->
       
    85 	<target name="post.name">
       
    86 	</target>
       
    87 
       
    88 	<target name="post.@dot">
       
    89 	</target>
       
    90 	
       
    91 	<!-- ===================================================================== -->
       
    92 	<!-- Steps to do before the target gather.bin.parts                         -->
       
    93 	<!-- Available parameters :                                                -->
       
    94 	<!--   build.result.folder - folder containing the build results           -->
       
    95 	<!--   target.folder - destination folder                                  -->
       
    96 	<!-- ===================================================================== -->
       
    97 	<target name="pre.gather.bin.parts">
       
    98 	</target>
       
    99 		
       
   100 	<!-- ===================================================================== -->
       
   101 	<!-- Steps to do after the target gather.bin.parts                         -->
       
   102 	<!-- Available parameters :                                                -->
       
   103 	<!--   build.result.folder - folder containing the build results           -->
       
   104 	<!--   target.folder - destination folder                                  -->
       
   105 	<!-- ===================================================================== -->
       
   106 	<target name="post.gather.bin.parts">
       
   107 	</target>
       
   108 
       
   109 	<!-- ===================================================================== -->
       
   110 	<!-- Steps to do before the target gather.sources                          -->
       
   111 	<!-- Available parameters :                                                -->
       
   112 	<!--   destination.temp.folder - destination folder                        -->
       
   113 	<!-- ===================================================================== -->
       
   114 	<target name="pre.gather.sources">
       
   115 	</target>
       
   116 
       
   117 	<!-- ===================================================================== -->
       
   118 	<!-- Steps to do after the target gather.sources                           -->
       
   119 	<!-- Available parameters :                                                -->
       
   120 	<!--   destination.temp.folder - destination folder                        -->
       
   121 	<!-- ===================================================================== -->
       
   122 	<target name="post.gather.sources">
       
   123 	</target>
       
   124 
       
   125 	<!-- ===================================================================== -->
       
   126 	<!-- Steps to do before the target gather.logs                             -->
       
   127 	<!-- Available parameters :                                                -->
       
   128 	<!--   destination.temp.folder - destination folder                        -->
       
   129 	<!-- ===================================================================== -->
       
   130 	<target name="pre.gather.logs">        
       
   131 	</target>
       
   132 
       
   133 	<!-- ===================================================================== -->
       
   134 	<!-- Steps to do after the target gather.logs                              -->
       
   135 	<!-- Available parameters :                                                -->
       
   136 	<!--   destination.temp.folder - destination folder                        -->
       
   137 	<!-- ===================================================================== -->
       
   138 	<target name="post.gather.logs">       
       
   139 	</target>
       
   140 
       
   141 	<!-- ===================================================================== -->
       
   142 	<!-- Steps to do before the target clean                                   -->
       
   143 	<!-- Available parameters :                                                -->
       
   144 	<!--   destination.temp.folder - destination folder                        -->
       
   145 	<!-- ===================================================================== -->
       
   146 	<target name="pre.clean">              
       
   147 	</target>
       
   148 
       
   149 	<!-- ===================================================================== -->
       
   150 	<!-- Steps to do after the target clean                                    -->
       
   151 	<!-- Available parameters :                                                -->
       
   152 	<!--   plugin.destination - final destination of the build                 -->
       
   153 	<!--   build.result.folder - results of the compilation                    -->
       
   154 	<!--   temp.folder - temporary folder                                      -->
       
   155 	<!-- ===================================================================== -->
       
   156 	<target name="post.clean">             
       
   157 	</target>
       
   158 </project>