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: Adjusting ignored files and updating support lib Created May 3, 2017, 1:43 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
« no previous file with comments | « adblockplussbrowser/build.gradle ('k') | adblockplussbrowser/ic_launcher-web.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « adblockplussbrowser/build.gradle ('k') | adblockplussbrowser/ic_launcher-web.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld