Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Pakuła2014-09-29 12:08:48 +0000
committerDawid Pakuła2014-09-29 12:08:48 +0000
commit3b93b7dc82736784482ccf2899c71166a1f410f8 (patch)
tree955f50793404646b444ad0b60ce9dba22ee88a38
parent417d3ca941f18a241f60b4dcc7fcbafa46f554ba (diff)
downloadorg.eclipse.epp.packages-3b93b7dc82736784482ccf2899c71166a1f410f8.tar.gz
org.eclipse.epp.packages-3b93b7dc82736784482ccf2899c71166a1f410f8.tar.xz
org.eclipse.epp.packages-3b93b7dc82736784482ccf2899c71166a1f410f8.zip
Bug 445335 - Add Mylyn wikitext to PHP package
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
-rw-r--r--packages/org.eclipse.epp.package.php.feature/feature.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.php.feature/feature.xml b/packages/org.eclipse.epp.package.php.feature/feature.xml
index 61205c53..ffcfd557 100644
--- a/packages/org.eclipse.epp.package.php.feature/feature.xml
+++ b/packages/org.eclipse.epp.package.php.feature/feature.xml
@@ -42,6 +42,7 @@
<import feature="org.eclipse.mylyn.bugzilla_feature"/>
<import feature="org.eclipse.mylyn.context_feature"/>
<import feature="org.eclipse.mylyn.ide_feature"/>
+ <import feature="org.eclipse.mylyn.wikitext_feature"/>
<import feature="org.eclipse.wst.xml_ui.feature"/>
<import feature="org.eclipse.php" version="3.2.0.qualifier"/>
</requires>

Back to the top