Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2013-11-16 19:01:05 +0000
committerFrank Becker2013-11-16 21:16:02 +0000
commitf5abf59e0d2641cfc51a7261395cc9def0edf0ae (patch)
treeae440a626905fb5aafd3e06495c41a1778500909 /connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core
parent17be84216645ebcea03782cc74bfe74f91c468a2 (diff)
downloadorg.eclipse.mylyn.tasks-f5abf59e0d2641cfc51a7261395cc9def0edf0ae.tar.gz
org.eclipse.mylyn.tasks-f5abf59e0d2641cfc51a7261395cc9def0edf0ae.tar.xz
org.eclipse.mylyn.tasks-f5abf59e0d2641cfc51a7261395cc9def0edf0ae.zip
414360: follow up of "create new projects and features"
Change-Id: Ided48e0bad24c078f518305ebebc19f48585c5e5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=414360
Diffstat (limited to 'connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core')
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/build.properties1
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/build.properties b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/build.properties
index 17daa5b49..9cbab3c13 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/build.properties
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/build.properties
@@ -3,3 +3,4 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
about.html
+src.includes = about.html
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml
index 3e7f61134..d7b047589 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>org.eclipse.mylyn.tasks-parent</artifactId>
+ <artifactId>org.eclipse.mylyn.tasks.connector-bugzilla-rest</artifactId>
<groupId>org.eclipse.mylyn.tasks</groupId>
<version>3.11.0-SNAPSHOT</version>
</parent>

Back to the top