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

Unified Diff: libadblockplus-android-settings/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-settings/build.xml ('k') | libadblockplus-android-settings/project.properties » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-settings/pom.xml
diff --git a/libadblockplus-android-settings/pom.xml b/libadblockplus-android-settings/pom.xml
deleted file mode 100644
index 31bda9a0bfbd637ebe76aca952290877af299a71..0000000000000000000000000000000000000000
--- a/libadblockplus-android-settings/pom.xml
+++ /dev/null
@@ -1,69 +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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.adblockplus.libadblockplus.android</groupId>
- <artifactId>parent</artifactId>
- <version>1.0</version>
- </parent>
-
- <groupId>org.adblockplus.libadblockplus.android</groupId>
- <artifactId>settings</artifactId>
- <version>2.0</version>
- <packaging>aar</packaging>
- <name>libadblockplus-android-settings</name>
-
- <dependencies>
- <!-- android -->
- <dependency>
- <groupId>com.google.android</groupId>
- <artifactId>android</artifactId>
- <version>5.0</version> <!-- 5.0 = target-21 -->
- <type>jar</type>
- <scope>provided</scope>
- </dependency>
-
- <!-- library -->
- <dependency>
- <groupId>org.adblockplus.libadblockplus.android</groupId>
- <artifactId>library</artifactId>
- <version>2.0</version>
- <type>aar</type>
- </dependency>
- </dependencies>
-
- <build>
- <sourceDirectory>${basedir}/src</sourceDirectory>
- <plugins>
-
- <!-- compile java code and package -->
- <plugin>
- <groupId>com.simpligility.maven.plugins</groupId>
- <artifactId>android-maven-plugin</artifactId>
- <version>4.4.1</version>
- <configuration>
- <sdk>
- <platform>21</platform>
- </sdk>
- <ndk>
- <path>${env.ANDROID_NDK_HOME}</path>
- </ndk>
-
- <!-- specific files locations -->
- <androidManifestFile>AndroidManifest.xml</androidManifestFile>
- <resourceDirectory>res</resourceDirectory>
- <nativeLibrariesDirectory>libs</nativeLibrariesDirectory>
- <assetsDirectory>assets</assetsDirectory>
-
- </configuration>
- <extensions>true</extensions>
- </plugin>
-
- </plugins>
- </build>
-
-</project>
« no previous file with comments | « libadblockplus-android-settings/build.xml ('k') | libadblockplus-android-settings/project.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld