Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2015-04-20 03:09:06 +0000
committerSteffen Pingel2015-04-21 22:10:15 +0000
commitab1e3f9a1a1fa0cb78edc452904504ede919580b (patch)
tree5f5ccf7677a3c8bf769e03f43ce6e1d9c81522df
parentc51343f55aede01a0bc0ff7a30614e1b44140cdc (diff)
downloadorg.eclipse.mylyn.builds-ab1e3f9a1a1fa0cb78edc452904504ede919580b.tar.gz
org.eclipse.mylyn.builds-ab1e3f9a1a1fa0cb78edc452904504ede919580b.tar.xz
org.eclipse.mylyn.builds-ab1e3f9a1a1fa0cb78edc452904504ede919580b.zip
463996: provide Mylyn Builds development feature for Oomph
Change-Id: Ib031e8991ed60a545c8ba8db6dc3ad408be9d5a7 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=463996
-rw-r--r--org.eclipse.mylyn.builds.development-feature/.project28
-rw-r--r--org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs4
-rw-r--r--org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.mylyn.team.ui.prefs2
-rw-r--r--org.eclipse.mylyn.builds.development-feature/build.properties12
-rw-r--r--org.eclipse.mylyn.builds.development-feature/feature.properties14
-rw-r--r--org.eclipse.mylyn.builds.development-feature/feature.xml51
-rw-r--r--org.eclipse.mylyn.builds.development-feature/pom.xml13
-rw-r--r--pom.xml1
9 files changed, 127 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.builds.development-feature/.project b/org.eclipse.mylyn.builds.development-feature/.project
new file mode 100644
index 00000000..1ee6d72b
--- /dev/null
+++ b/org.eclipse.mylyn.builds.development-feature/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.mylyn.builds.development-feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+ <filteredResources>
+ <filter>
+ <id>1367109048408</id>
+ <name></name>
+ <type>10</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-projectRelativePath-matches-false-false-target</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
+</projectDescription>
diff --git a/org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.core.runtime.prefs b/org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 00000000..5a0ad22d
--- /dev/null
+++ b/org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs b/org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
new file mode 100644
index 00000000..47ada179
--- /dev/null
+++ b/org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
@@ -0,0 +1,4 @@
+#Thu Dec 20 14:12:59 PST 2007
+eclipse.preferences.version=1
+project.repository.kind=bugzilla
+project.repository.url=https\://bugs.eclipse.org/bugs
diff --git a/org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.mylyn.team.ui.prefs b/org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.mylyn.team.ui.prefs
new file mode 100644
index 00000000..10d0afb9
--- /dev/null
+++ b/org.eclipse.mylyn.builds.development-feature/.settings/org.eclipse.mylyn.team.ui.prefs
@@ -0,0 +1,2 @@
+commit.comment.template=${task.key}\: ${task.description}\n\nTask-Url\: ${task.url}
+eclipse.preferences.version=1
diff --git a/org.eclipse.mylyn.builds.development-feature/build.properties b/org.eclipse.mylyn.builds.development-feature/build.properties
new file mode 100644
index 00000000..cd5cfd12
--- /dev/null
+++ b/org.eclipse.mylyn.builds.development-feature/build.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2009, 2010 Tasktop Technologies and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Tasktop Technologies - initial API and implementation
+###############################################################################
+bin.includes = feature.properties,\
+ feature.xml
diff --git a/org.eclipse.mylyn.builds.development-feature/feature.properties b/org.eclipse.mylyn.builds.development-feature/feature.properties
new file mode 100644
index 00000000..9ba37162
--- /dev/null
+++ b/org.eclipse.mylyn.builds.development-feature/feature.properties
@@ -0,0 +1,14 @@
+###############################################################################
+# Copyright (c) 2011 Tasktop Technologies and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Tasktop Technologies - initial API and implementation
+###############################################################################
+featureName=Mylyn Builds
+description=Provides all bundles of the Mylyn Builds project
+providerName=Eclipse Mylyn
+copyright=Copyright (c) 2015 Tasktop Technologies and others. All rights reserved.
diff --git a/org.eclipse.mylyn.builds.development-feature/feature.xml b/org.eclipse.mylyn.builds.development-feature/feature.xml
new file mode 100644
index 00000000..8250d01b
--- /dev/null
+++ b/org.eclipse.mylyn.builds.development-feature/feature.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2015 Tasktop Technologies and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Tasktop Technologies - initial API and implementation
+ -->
+<feature
+ id="org.eclipse.mylyn.builds.development"
+ label="%featureName"
+ version="1.8.0.qualifier"
+ provider-name="%providerName"
+ plugin="org.eclipse.mylyn.builds.core"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.1">
+
+ <description url="http://eclipse.org/mylyn">
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <includes
+ id="org.eclipse.mylyn.builds.sdk"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.mylyn.builds.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.hudson.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/org.eclipse.mylyn.builds.development-feature/pom.xml b/org.eclipse.mylyn.builds.development-feature/pom.xml
new file mode 100644
index 00000000..f3a5e5f7
--- /dev/null
+++ b/org.eclipse.mylyn.builds.development-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.builds-parent</artifactId>
+ <groupId>org.eclipse.mylyn.builds</groupId>
+ <version>1.8.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>org.eclipse.mylyn.builds.development</artifactId>
+ <version>1.8.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
diff --git a/pom.xml b/pom.xml
index 6722eb7e..7279a0be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,7 @@
<module>org.eclipse.mylyn.builds.core</module>
<module>org.eclipse.mylyn.builds.tests</module>
<module>org.eclipse.mylyn.builds.ui</module>
+ <module>org.eclipse.mylyn.builds.development-feature</module>
<module>org.eclipse.mylyn.builds.sdk-feature</module>
<module>org.eclipse.mylyn.hudson-feature</module>
<module>org.eclipse.mylyn.hudson.core</module>

Back to the top