Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaloyan Raev2015-11-23 12:01:33 +0000
committerGerrit Code Review @ Eclipse.org2015-12-13 03:20:43 +0000
commit1dd4e528749c8a69a8b6f83f60cb8f30e4ae4cdb (patch)
tree3332c755194c273c7863ee6f5412b573330ae687 /packages/org.eclipse.epp.package.android/pom.xml
parentddb6a8832d4de8caa0c862f065c1326c32bb9c23 (diff)
downloadorg.eclipse.epp.packages-1dd4e528749c8a69a8b6f83f60cb8f30e4ae4cdb.tar.gz
org.eclipse.epp.packages-1dd4e528749c8a69a8b6f83f60cb8f30e4ae4cdb.tar.xz
org.eclipse.epp.packages-1dd4e528749c8a69a8b6f83f60cb8f30e4ae4cdb.zip
Bug 482828 - Android EPP package
Change-Id: Id007706732e3c42593ff180dd9b8b30abab9ff43 Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.android/pom.xml')
-rw-r--r--packages/org.eclipse.epp.package.android/pom.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.android/pom.xml b/packages/org.eclipse.epp.package.android/pom.xml
new file mode 100644
index 00000000..c1fe8149
--- /dev/null
+++ b/packages/org.eclipse.epp.package.android/pom.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012, 2015 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+ Thanh Ha (Eclipse Foundation) - initial implementation
+ EclipseSource - ongoing development
+-->
+
+<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>
+
+ <parent>
+ <groupId>org.eclipse.epp</groupId>
+ <artifactId>org.eclipse.epp-parent</artifactId>
+ <version>4.6.0-SNAPSHOT</version>
+ <relativePath>../../releng/org.eclipse.epp.config/parent/</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.epp</groupId>
+ <artifactId>org.eclipse.epp.package.android</artifactId>
+ <version>4.6.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+</project>

Back to the top