Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordschaefer2011-07-21 15:32:04 +0000
committerdschaefer2011-07-21 15:32:04 +0000
commit413a067ae46ffbda0825102862e768679b2e3d44 (patch)
treececbebda1f9be3b9061727d9c3cfbe564cf85ded /plugins/org.eclipse.tm.tcf
parent13f88046401324c72363c8ab5d55e8ad0977481e (diff)
downloadorg.eclipse.tcf-413a067ae46ffbda0825102862e768679b2e3d44.tar.gz
org.eclipse.tcf-413a067ae46ffbda0825102862e768679b2e3d44.tar.xz
org.eclipse.tcf-413a067ae46ffbda0825102862e768679b2e3d44.zip
Mavenize TCF
Diffstat (limited to 'plugins/org.eclipse.tm.tcf')
-rw-r--r--plugins/org.eclipse.tm.tcf/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tm.tcf/pom.xml b/plugins/org.eclipse.tm.tcf/pom.xml
new file mode 100644
index 000000000..e3ebfb712
--- /dev/null
+++ b/plugins/org.eclipse.tm.tcf/pom.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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.tcf</groupId>
+ <artifactId>tcf-parent</artifactId>
+ <version>0.5.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <version>0.4.0-SNAPSHOT</version>
+ <artifactId>org.eclipse.tm.tcf</artifactId>
+ <packaging>eclipse-plugin</packaging>
+</project>

Back to the top