summaryrefslogtreecommitdiff
path: root/android/testData/maven
diff options
context:
space:
mode:
authorEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>2013-04-22 20:34:54 +0400
committerEugene Kudelevsky <Eugene.Kudelevsky@jetbrains.com>2013-04-22 20:34:54 +0400
commit6284c6db21996d55f437b00cf89e487c8d100030 (patch)
tree46e2c112b2bf3d2294a89098916057f2ab0e532f /android/testData/maven
parent5a863d9e5be8f526ff76e56d942470c4c4b0d893 (diff)
downloadidea-6284c6db21996d55f437b00cf89e487c8d100030.tar.gz
more tests for Android+Maven importing
Diffstat (limited to 'android/testData/maven')
-rw-r--r--android/testData/maven/myapklib/myapklib-1.0.pom54
-rw-r--r--android/testData/maven/myapklib1/myapklib1-1.0.apklibbin0 -> 35423 bytes
-rw-r--r--android/testData/maven/myapklib1/myapklib1-1.0.pom24
-rw-r--r--android/testData/maven/myapklib2/myapklib2-1.0.apklibbin0 -> 35423 bytes
-rw-r--r--android/testData/maven/myapklib2/myapklib2-1.0.pom28
5 files changed, 82 insertions, 24 deletions
diff --git a/android/testData/maven/myapklib/myapklib-1.0.pom b/android/testData/maven/myapklib/myapklib-1.0.pom
index f506241bb8f..c0a8e651057 100644
--- a/android/testData/maven/myapklib/myapklib-1.0.pom
+++ b/android/testData/maven/myapklib/myapklib-1.0.pom
@@ -1,31 +1,37 @@
<?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>
+<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>
- <groupId>com</groupId>
- <artifactId>myapklib</artifactId>
- <name>MyApklib</name>
- <packaging>apklib</packaging>
- <version>1.0</version>
+ <groupId>com</groupId>
+ <artifactId>myapklib</artifactId>
+ <name>MyApklib</name>
+ <packaging>apklib</packaging>
+ <version>1.0</version>
- <dependencies>
- <dependency>
- <groupId>com</groupId>
- <artifactId>myjar</artifactId>
- <version>1.0</version>
- </dependency>
- </dependencies>
+ <dependencies>
+ <dependency>
+ <groupId>com</groupId>
+ <artifactId>myjar</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
- <build>
- <sourceDirectory>src</sourceDirectory>
+ <build>
+ <sourceDirectory>src</sourceDirectory>
- <plugins>
- <plugin>
- <groupId>com.jayway.maven.plugins.android.generation2</groupId>
- <artifactId>android-maven-plugin</artifactId>
- <extensions>true</extensions>
- </plugin>
- </plugins>
- </build>
+ <plugins>
+ <plugin>
+ <groupId>com.jayway.maven.plugins.android.generation2</groupId>
+ <artifactId>android-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <sdk>
+ <platform>2</platform>
+ </sdk>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
diff --git a/android/testData/maven/myapklib1/myapklib1-1.0.apklib b/android/testData/maven/myapklib1/myapklib1-1.0.apklib
new file mode 100644
index 00000000000..3060362273e
--- /dev/null
+++ b/android/testData/maven/myapklib1/myapklib1-1.0.apklib
Binary files differ
diff --git a/android/testData/maven/myapklib1/myapklib1-1.0.pom b/android/testData/maven/myapklib1/myapklib1-1.0.pom
new file mode 100644
index 00000000000..f0b12055f3c
--- /dev/null
+++ b/android/testData/maven/myapklib1/myapklib1-1.0.pom
@@ -0,0 +1,24 @@
+<?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>
+
+ <groupId>com</groupId>
+ <artifactId>myapklib1</artifactId>
+ <name>MyApklib1</name>
+ <packaging>apklib</packaging>
+ <version>1.0</version>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+
+ <plugins>
+ <plugin>
+ <groupId>com.jayway.maven.plugins.android.generation2</groupId>
+ <artifactId>android-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/android/testData/maven/myapklib2/myapklib2-1.0.apklib b/android/testData/maven/myapklib2/myapklib2-1.0.apklib
new file mode 100644
index 00000000000..3060362273e
--- /dev/null
+++ b/android/testData/maven/myapklib2/myapklib2-1.0.apklib
Binary files differ
diff --git a/android/testData/maven/myapklib2/myapklib2-1.0.pom b/android/testData/maven/myapklib2/myapklib2-1.0.pom
new file mode 100644
index 00000000000..dbae3620809
--- /dev/null
+++ b/android/testData/maven/myapklib2/myapklib2-1.0.pom
@@ -0,0 +1,28 @@
+<?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>
+
+ <groupId>com</groupId>
+ <artifactId>myapklib2</artifactId>
+ <name>MyApklib2</name>
+ <packaging>apklib</packaging>
+ <version>1.0</version>
+
+ <properties>
+ <android.sdk.platform>2</android.sdk.platform>
+ </properties>
+
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+
+ <plugins>
+ <plugin>
+ <groupId>com.jayway.maven.plugins.android.generation2</groupId>
+ <artifactId>android-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ </plugin>
+ </plugins>
+ </build>
+</project>