Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: adblockplussbrowser/build.xml

Issue 29424711: Issue 4777 - Add support for Gradle build (Closed)
Patch Set: Created April 28, 2017, 2:41 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <project name="Adblock Plus for SBrowser" default="help"> 2 <project name="Adblock Plus for SBrowser" default="help">
3 3
4 <!-- The local.properties file is created and updated by the 'android' tool. 4 <!-- The local.properties file is created and updated by the 'android' tool.
5 It contains the path to the SDK. It should *NOT* be checked into 5 It contains the path to the SDK. It should *NOT* be checked into
6 Version Control Systems. --> 6 Version Control Systems. -->
7 <property file="local.properties" /> 7 <property file="local.properties" />
8 8
9 <!-- The ant.properties file can be created by you. It is only edited by the 9 <!-- The ant.properties file can be created by you. It is only edited by the
10 'android' tool to add properties to it. 10 'android' tool to add properties to it.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 *********************** 59 ***********************
60 ****** IMPORTANT ****** 60 ****** IMPORTANT ******
61 *********************** 61 ***********************
62 In all cases you must update the value of version-tag below to read 'cu stom' instead of an integer, 62 In all cases you must update the value of version-tag below to read 'cu stom' instead of an integer,
63 in order to avoid having your file be overridden by tools such as "andr oid update project" 63 in order to avoid having your file be overridden by tools such as "andr oid update project"
64 --> 64 -->
65 <!-- version-tag: custom --> 65 <!-- version-tag: custom -->
66 <import file="${sdk.dir}/tools/ant/build.xml" /> 66 <import file="${sdk.dir}/tools/ant/build.xml" />
67 67
68 </project> 68 </project>
OLDNEW

Powered by Google App Engine
This is Rietveld