Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tm.tcf.repo')
-rw-r--r--features/org.eclipse.tm.tcf.repo/category.xml15
-rw-r--r--features/org.eclipse.tm.tcf.repo/pom.xml17
2 files changed, 32 insertions, 0 deletions
diff --git a/features/org.eclipse.tm.tcf.repo/category.xml b/features/org.eclipse.tm.tcf.repo/category.xml
new file mode 100644
index 000000000..6aa0f6124
--- /dev/null
+++ b/features/org.eclipse.tm.tcf.repo/category.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <category-def name="org.eclipse.tcf" label="TCF">
+ <description>Target Communication Framework</description>
+ </category-def>
+ <feature url="features/org.eclipse.tm.tcf.feature_0.0.0.qualifier.jar" id="org.eclipse.tm.tcf.feature" version="0.0.0">
+ <category name="org.eclipse.tcf"/>
+ </feature>
+ <feature url="features/org.eclipse.tm.tcf.cdt.feature_0.0.0.qualifier.jar" id="org.eclipse.tm.tcf.cdt.feature" version="0.0.0">
+ <category name="org.eclipse.tcf"/>
+ </feature>
+ <feature url="features/org.eclipse.tm.tcf.rse.feature_0.0.0.qualifier.jar" id="org.eclipse.tm.tcf.rse.feature" version="0.0.0">
+ <category name="org.eclipse.tcf"/>
+ </feature>
+</site>
diff --git a/features/org.eclipse.tm.tcf.repo/pom.xml b/features/org.eclipse.tm.tcf.repo/pom.xml
new file mode 100644
index 000000000..094d6058e
--- /dev/null
+++ b/features/org.eclipse.tm.tcf.repo/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.4.1-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <version>0.4.1-SNAPSHOT</version>
+ <artifactId>org.eclipse.tm.tcf.repo</artifactId>
+ <packaging>eclipse-repository</packaging>
+</project>

Back to the top