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

Side by Side Diff: pom.xml

Issue 29677586: Issue 6300 - Remove Maven and Ant support (Closed)
Patch Set: Removed versioning from AndroidManifest.xml Created Jan. 24, 2018, 6 a.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 | « libadblockplus-android/project.properties ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
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">
5 <modelVersion>4.0.0</modelVersion>
6
7 <groupId>org.adblockplus.libadblockplus.android</groupId>
8 <artifactId>parent</artifactId>
9 <version>1.0</version>
10 <packaging>pom</packaging>
11 <name>parent</name>
12
13 <properties>
14 <buildTools>22.0.1</buildTools>
15 </properties>
16
17 <modules>
18 <module>libadblockplus-android</module>
19 <module>libadblockplus-android-webview</module>
20 <module>libadblockplus-android-settings</module>
21 <module>libadblockplus-android-webviewapp</module>
22 </modules>
23
24 </project>
OLDNEW
« no previous file with comments | « libadblockplus-android/project.properties ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld