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

Unified 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.
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
« no previous file with comments | « libadblockplus-android/project.properties ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pom.xml
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 346bdbc7940ade885828edbbdc25859bc2a43a8a..0000000000000000000000000000000000000000
--- a/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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>
- <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>
« 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