Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-12-14 22:40:38 +0000
committerspingel2010-12-14 22:40:38 +0000
commit3af33b2548254f2e78c66fc92f7c741074c02d50 (patch)
tree2c8276f4dda119c60a5e7a6d0af718d0a96ea6fd /org.eclipse.mylyn-feature
parent7db5b46affa38acb51c3b4732a74808f087d86fa (diff)
downloadorg.eclipse.mylyn.tasks-3af33b2548254f2e78c66fc92f7c741074c02d50.tar.gz
org.eclipse.mylyn.tasks-3af33b2548254f2e78c66fc92f7c741074c02d50.tar.xz
org.eclipse.mylyn.tasks-3af33b2548254f2e78c66fc92f7c741074c02d50.zip
bug 330155: [releng] modularize Mylyn build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330155
Diffstat (limited to 'org.eclipse.mylyn-feature')
-rw-r--r--org.eclipse.mylyn-feature/.cvsignore1
-rw-r--r--org.eclipse.mylyn-feature/pom.xml14
2 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.mylyn-feature/.cvsignore b/org.eclipse.mylyn-feature/.cvsignore
new file mode 100644
index 000000000..eb5a316cb
--- /dev/null
+++ b/org.eclipse.mylyn-feature/.cvsignore
@@ -0,0 +1 @@
+target
diff --git a/org.eclipse.mylyn-feature/pom.xml b/org.eclipse.mylyn-feature/pom.xml
new file mode 100644
index 000000000..1fab07d29
--- /dev/null
+++ b/org.eclipse.mylyn-feature/pom.xml
@@ -0,0 +1,14 @@
+<?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>
+ <artifactId>mylyn-tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <artifactId>org.eclipse.mylyn_feature</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>

Back to the top