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

Delta Between Two Patch Sets: pom.xml

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Left Patch Set: added current url as referer for main frame Created Oct. 6, 2016, 1:28 p.m.
Right Patch Set: changed packages, now using AdblockEngine (original ABPEngine), improved demo app Created Oct. 25, 2016, 11:20 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « libadblockplus-android/src/org/adblockplus/libadblockplus/android/Utils.java ('k') | settings.gradle » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" 2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/xsd/maven-4.0.0.xsd"> 4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac he.org/xsd/maven-4.0.0.xsd">
5 <modelVersion>4.0.0</modelVersion> 5 <modelVersion>4.0.0</modelVersion>
6 6
7 <groupId>org.adblockplus</groupId> 7 <groupId>org.adblockplus.libadblockplus.android</groupId>
8 <artifactId>libadblockplus-android-parent</artifactId> 8 <artifactId>parent</artifactId>
9 <version>1.0</version> 9 <version>1.0</version>
10 <packaging>pom</packaging> 10 <packaging>pom</packaging>
11 <name>parent</name> 11 <name>parent</name>
12 12
13 <properties> 13 <properties>
14 <selfVersion>1.0</selfVersion> 14 <selfVersion>1.0</selfVersion>
15 <buildTools>22.0.1</buildTools> 15 <buildTools>22.0.1</buildTools>
16 </properties> 16 </properties>
17 17
18 <modules> 18 <modules>
19 <module>libadblockplus-android</module> 19 <module>libadblockplus-android</module>
20 <module>libadblockplus-android-webview</module> 20 <module>libadblockplus-android-webview</module>
21 <module>libadblockplus-android-webviewapp</module> 21 <module>libadblockplus-android-webviewapp</module>
22 </modules> 22 </modules>
23 23
24 </project> 24 </project>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld