Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Side by Side Diff: builder/build-wipbackend/releng.builder/customTargets.xml

Issue 8917012: Prepare Chrome 17 backend (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « .gitignore ('k') | features/org.chromium.sdk.wipbackends/feature.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <project name="Build specific targets and properties" default="noDefault"> 1 <project name="Build specific targets and properties" default="noDefault">
2 2
3 <!-- =================================================================== == --> 3 <!-- =================================================================== == -->
4 <!-- Run a given ${target} on all elements being built --> 4 <!-- Run a given ${target} on all elements being built -->
5 <!-- Add on <ant> task for each top level element being built. --> 5 <!-- Add on <ant> task for each top level element being built. -->
6 <!-- =================================================================== == --> 6 <!-- =================================================================== == -->
7 <available property="allElementsFile" file="${builder}/allElements.xml" value="${builder}/allElements.xml"/> 7 <available property="allElementsFile" file="${builder}/allElements.xml" value="${builder}/allElements.xml"/>
8 <property name="allElementsFile" location="${eclipse.pdebuild.templates} /headless-build/allElements.xml"/> 8 <property name="allElementsFile" location="${eclipse.pdebuild.templates} /headless-build/allElements.xml"/>
9 9
10 <import file="${allElementsFile}" /> 10 <import file="${allElementsFile}" />
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 </delete> 98 </delete>
99 <delete includeEmptyDirs="true" quiet="true"> 99 <delete includeEmptyDirs="true" quiet="true">
100 <fileset dir="${buildDirectory}/features" includes="**/* "/> 100 <fileset dir="${buildDirectory}/features" includes="**/* "/>
101 </delete> 101 </delete>
102 <mkdir dir="${buildDirectory}" /> 102 <mkdir dir="${buildDirectory}" />
103 <mkdir dir="${p2Repository}" /> 103 <mkdir dir="${p2Repository}" />
104 <copy todir="${buildDirectory}/plugins"> 104 <copy todir="${buildDirectory}/plugins">
105 <fileset dir="${sourceBaseLocation}/plugins"> 105 <fileset dir="${sourceBaseLocation}/plugins">
106 <include name="org.chromium.sdk.wipbackend.wk931 01/**" /> 106 <include name="org.chromium.sdk.wipbackend.wk931 01/**" />
107 <include name="org.chromium.sdk.wipbackend.wk976 78/**" /> 107 <include name="org.chromium.sdk.wipbackend.wk976 78/**" />
108 <include name="org.chromium.sdk.wipbackend.wk102 439/**" />
108 </fileset> 109 </fileset>
109 </copy> 110 </copy>
110 <copy todir="${buildDirectory}/features"> 111 <copy todir="${buildDirectory}/features">
111 <fileset dir="${sourceBaseLocation}/features"> 112 <fileset dir="${sourceBaseLocation}/features">
112 <include name="org.chromium.sdk.wipbackends/**" /> 113 <include name="org.chromium.sdk.wipbackends/**" />
113 <include name="org.chromium.sdk.wip.source/**" / > 114 <include name="org.chromium.sdk.wip.source/**" / >
114 </fileset> 115 </fileset>
115 </copy> 116 </copy>
116 </target> 117 </target>
117 118
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 </target> 179 </target>
179 180
180 <!-- =================================================================== == --> 181 <!-- =================================================================== == -->
181 <!-- Default target --> 182 <!-- Default target -->
182 <!-- =================================================================== == --> 183 <!-- =================================================================== == -->
183 <target name="noDefault"> 184 <target name="noDefault">
184 <echo message="You must specify a target when invoking this file " /> 185 <echo message="You must specify a target when invoking this file " />
185 </target> 186 </target>
186 187
187 </project> 188 </project>
OLDNEW
« no previous file with comments | « .gitignore ('k') | features/org.chromium.sdk.wipbackends/feature.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698