Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-17 18:58:11 +0000
committerIan Bull2012-05-24 05:42:13 +0000
commit3aaf07b5a7427b4005e5177fa5afa141c2bd0da9 (patch)
tree7c8c6627dbc119f6d6f4180f8de9584e7b1babcf /bundles/org.eclipse.equinox.p2.metadata.repository
parentcb3694589d14417cbbce60197f5b787dae4d04f5 (diff)
downloadrt.equinox.p2-3aaf07b5a7427b4005e5177fa5afa141c2bd0da9.tar.gz
rt.equinox.p2-3aaf07b5a7427b4005e5177fa5afa141c2bd0da9.tar.xz
rt.equinox.p2-3aaf07b5a7427b4005e5177fa5afa141c2bd0da9.zip
Add poms for Tycho buildv20120524-0542
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.metadata.repository')
-rw-r--r--bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml b/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
index 5e0d165ed..fc269d70b 100644
--- a/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.metadata.repository/pom.xml
@@ -1,4 +1,15 @@
<?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">
@@ -18,7 +29,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho-version}</version>
<configuration>
<extraClasspathElements>
<extraClasspathElement>

Back to the top