Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2012-10-17 17:52:24 +0000
committerBogdan Gheorghe2012-10-17 17:52:24 +0000
commit8a8b826b286cfbf2419c112ac172404611da2db9 (patch)
tree6d9851ed3b5fc00352642ad0bd5e4b3c86cd3d73 /bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/pom.xml
parentc4187486327cb2f4fe6f1c4a7a0248a30c4eb4f9 (diff)
downloadrt.equinox.framework-8a8b826b286cfbf2419c112ac172404611da2db9.tar.gz
rt.equinox.framework-8a8b826b286cfbf2419c112ac172404611da2db9.tar.xz
rt.equinox.framework-8a8b826b286cfbf2419c112ac172404611da2db9.zip
Initial commit for hpux ia64
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/pom.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/pom.xml b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/pom.xml
new file mode 100644
index 000000000..6c2141d30
--- /dev/null
+++ b/bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64/pom.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012 Eclipse Foundation.
+ 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
+-->
+
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>launcher-binary-parent</artifactId>
+ <groupId>org.eclipse.equinox.framework</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ <relativePath>../../launcher-binary-parent</relativePath>
+ </parent>
+ <groupId>org.eclipse.equinox.framework</groupId>
+ <artifactId>org.eclipse.equinox.launcher.gtk.hpux.ia64</artifactId>
+ <version>1.0.100-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <properties>
+ <launcher-binary.version>1500</launcher-binary.version>
+ <os>hpux</os>
+ <ws>gtk</ws>
+ <arch>ia64</arch>
+ </properties>
+
+</project>

Back to the top