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

Unified Diff: pom.xml

Issue 29361445: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: renamings, updated README Created Dec. 19, 2016, 3:04 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pom.xml
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000000000000000000000000000000000000..a693cd74896b7cb4a16ca3e439de2b9f5456874b
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.adblockplus.libadblockplus.android</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0</version>
+ <packaging>pom</packaging>
+ <name>parent</name>
+
+ <properties>
+ <selfVersion>1.0</selfVersion>
+ <buildTools>22.0.1</buildTools>
+ </properties>
+
+ <modules>
+ <module>libadblockplus-android</module>
+ <module>libadblockplus-android-webview</module>
+ <module>libadblockplus-android-settings</module>
+ <module>libadblockplus-android-webviewapp</module>
+ </modules>
+
+</project>

Powered by Google App Engine
This is Rietveld