Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-22 16:43:18 +0000
committerJayaprakash Arthanareeswaran2012-05-22 16:57:58 +0000
commitf6aa98bb22c2114a3c129c0967fbc27bde6d3c70 (patch)
tree100c7f67797e4b9793cc98e9fc6c17a5d775ddef
parent2df20291e88f349ccd2e15a2ee2a7cdd427e23eb (diff)
downloadeclipse.jdt.core.binaries-f6aa98bb22c2114a3c129c0967fbc27bde6d3c70.tar.gz
eclipse.jdt.core.binaries-f6aa98bb22c2114a3c129c0967fbc27bde6d3c70.tar.xz
eclipse.jdt.core.binaries-f6aa98bb22c2114a3c129c0967fbc27bde6d3c70.zip
Add poms for Tycho buildv20120522-1657R4_2_1R4_2R3_8_1R3_8M20120912-1200M20120912-1000M20120909-2000M20120905-2300M20120905-2230M20120905-2200M20120905-1640M20120905-1500M20120905-1000M20120829-1200M20120829-1000M20120822-1200M20120822-1000M20120816-1200M20120815-1200M20120815-1000M20120809-1200M20120809-1000M20120802-1200M20120802-1000M20120726-1200M20120726-1000M20120720-1300M20120720-1100M20120719-1200M20120719-1000M20120712-1200M20120712-1000M20120705-1600M20120705-1200I20130127-2000I20130122-0800I20130115-1300I20130115-0800I20130108-0800I20130101-0800I20121225-1600I20121225-0800I20121218-1600I20121218-0800I20121214-0730I20121213-1200I20121212-2000I20121212-0800I20121211-2000I20121211-0800I20121210-2000I20121210-0800I20121209-2000I20121204-2230I20121204-1600I20121204-1000I20121204-0915I20121204-0800I20121127-0800I20121120-0800I20121113-0800I20121106-0800I20121031-2000I20121031-0800I20121030-2000I20121030-0800I20121029-2000I20121029-0800I20121028-2000I20121024-1200I20121024-1130I20121023-0800I20121016-2240I20121016-0800I20121009-0800I20121002-0800I20120925-0800I20120920-1300I20120919-2000I20120919-0800I20120919-0330I20120918-2200I20120918-2000I20120918-0800I20120917-2000I20120917-0800I20120916-2000I20120911-1000I20120904-0800I20120828-0800I20120821-0800I20120814-0800I20120812-1736I20120810-1300I20120808-2000I20120808-0800I20120807-2000I20120807-0800I20120806-2000I20120806-0800I20120805-2000I20120801-1800I20120731-0800I20120725-1800I20120724-0800I20120717-0800I20120710-0800I20120703-0800I20120627-0000I20120626-1200I20120625-2200I20120608-1400I20120608-1200I20120607-1500I20120606-2100I20120606-1900I20120605-2100I20120605-1900I20120604-2100I20120604-1900I20120603-2100I20120603-1910I20120602-2100I20120602-1900I20120601-2100I20120601-1900I20120531-1500I20120531-0600I20120530-2100I20120530-1900I20120529-2100I20120529-1900I20120528-2100I20120528-1900I20120527-2100I20120527-1900I20120526-1900I20120525-1900I20120525-1400I20120524-2300I20120524-2100I20120523-2100I20120523-1900I20120522-2100I20120522-1900integration
-rw-r--r--org.eclipse.jdt.core.tests.binaries/pom.xml25
-rw-r--r--pom.xml32
2 files changed, 57 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.binaries/pom.xml b/org.eclipse.jdt.core.tests.binaries/pom.xml
new file mode 100644
index 0000000..7402375
--- /dev/null
+++ b/org.eclipse.jdt.core.tests.binaries/pom.xml
@@ -0,0 +1,25 @@
+<?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>eclipse.jdt.core.binaries</artifactId>
+ <groupId>eclipse.jdt.core.binaries</groupId>
+ <version>3.8.0-SNAPSHOT</version>
+ </parent>
+ <groupId>eclipse.jdt.core.binaries</groupId>
+ <artifactId>org.eclipse.jdt.core.tests.binaries</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..cbcc874
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,32 @@
+<?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>
+ <groupId>org.eclipse</groupId>
+ <artifactId>eclipse-parent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>eclipse.jdt.core.binaries</groupId>
+ <artifactId>eclipse.jdt.core.binaries</artifactId>
+ <version>3.8.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>org.eclipse.jdt.core.tests.binaries</module>
+ </modules>
+</project>

Back to the top