Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Pakuła2018-05-21 10:25:51 +0000
committerMarkus Knauer2018-05-24 08:15:48 +0000
commitf31317c2953c786f3d017b83d9ee1f7e6176c187 (patch)
tree6d22ed36e5ec738ce4117c80857795718661ee83
parent0f93efccbc23cb0914a893494fe968e82a4a0e44 (diff)
downloadorg.eclipse.epp.packages-f31317c2953c786f3d017b83d9ee1f7e6176c187.tar.gz
org.eclipse.epp.packages-f31317c2953c786f3d017b83d9ee1f7e6176c187.tar.xz
org.eclipse.epp.packages-f31317c2953c786f3d017b83d9ee1f7e6176c187.zip
Update website content of PHP package
- N&N URLs - List of package maintainers Change-Id: I7c199db76e3d6f5b9dca781fbfa9796b4787617c Signed-off-by: Dawid Pakuła <zulus@w3des.net>
-rw-r--r--packages/org.eclipse.epp.package.php.feature/epp.website.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/org.eclipse.epp.package.php.feature/epp.website.xml b/packages/org.eclipse.epp.package.php.feature/epp.website.xml
index 706716b4..1baa973a 100644
--- a/packages/org.eclipse.epp.package.php.feature/epp.website.xml
+++ b/packages/org.eclipse.epp.package.php.feature/epp.website.xml
@@ -14,25 +14,26 @@
bugzillaComponentId="php-package"
testPlan="http://www.eclipse.org/epp/testplan.php" >
<!-- Description is wrapped in CDATA tags to allow you to insert HTML code if necessary -->
- <description><![CDATA[The essential tools for any PHP developer, including PHP language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.]]></description>
+ <description><![CDATA[The essential tools for any PHP developer, including PHP language support, Git client, Mylyn and editors for JavaScript, HTML, CSS and XML.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
- <packageTesters>
+ <packageTesters>
<tester>Jacek Pospychala</tester>
- <tester>Kaloyan Raev</tester>
+ <tester>Kaloyan Raev</tester>
+ <tester>Dawid Pakula</tester>
</packageTesters>
</packageMetaData>
<MoreInfo>
<NewAndNoteworthy
- url="https://wiki.eclipse.org/PDT/NewIn50"
+ url="https://wiki.eclipse.org/PDT/NewIn60"
project="Eclipse PHP Development Tools" />
<NewAndNoteworthy
- url="https://www.eclipse.org/eclipse/news/4.7/"
+ url="https://www.eclipse.org/eclipse/news/4.8/"
project="Eclipse Platform" />
<NewAndNoteworthy
url="https://www.eclipse.org/mylyn/new/"
project="Eclipse Mylyn" />
<NewAndNoteworthy
- url="https://wiki.eclipse.org/EGit/New_and_Noteworthy/4.8"
+ url="https://wiki.eclipse.org/EGit/New_and_Noteworthy/4.11"
project="Eclipse EGit" />
</MoreInfo>

Back to the top