Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-23 15:36:16 +0000
committerSteffen Pingel2011-07-23 15:36:16 +0000
commit2e4364c74c04c703851844ed2d151b3878f6f3fe (patch)
tree9eb1a1de4e47f01558547a4bc329e0eaf1e48238 /org.eclipse.mylyn.tasks.ide-feature/pom.xml
parent6f87f0c6e90fea394580608a3442b6ab95bbfdb9 (diff)
downloadorg.eclipse.mylyn.tasks-2e4364c74c04c703851844ed2d151b3878f6f3fe.tar.gz
org.eclipse.mylyn.tasks-2e4364c74c04c703851844ed2d151b3878f6f3fe.tar.xz
org.eclipse.mylyn.tasks-2e4364c74c04c703851844ed2d151b3878f6f3fe.zip
RESOLVED - bug 352584: create nightly repositories for sub-projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352584
Diffstat (limited to 'org.eclipse.mylyn.tasks.ide-feature/pom.xml')
-rw-r--r--org.eclipse.mylyn.tasks.ide-feature/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.ide-feature/pom.xml b/org.eclipse.mylyn.tasks.ide-feature/pom.xml
new file mode 100644
index 000000000..8e8ded58d
--- /dev/null
+++ b/org.eclipse.mylyn.tasks.ide-feature/pom.xml
@@ -0,0 +1,13 @@
+<?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>org.eclipse.mylyn.tasks-parent</artifactId>
+ <groupId>org.eclipse.mylyn.tasks</groupId>
+ <version>3.7.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>org.eclipse.mylyn.tasks.ide-feature</artifactId>
+ <version>3.7.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>

Back to the top