Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2011-06-20 17:50:58 +0000
committerMarkus Knauer2011-06-20 17:50:58 +0000
commitfce83f5dac4dfe3c725b84cf9f9702cbd170689b (patch)
treec4fa3d7cdc54f2f0aab9d7ef8fafdc10bf64931f
parent9e5c2f3c0bcc1b1ec6dda8f349f108bc1752a2d0 (diff)
downloadorg.eclipse.epp.packages-fce83f5dac4dfe3c725b84cf9f9702cbd170689b.tar.gz
org.eclipse.epp.packages-fce83f5dac4dfe3c725b84cf9f9702cbd170689b.tar.xz
org.eclipse.epp.packages-fce83f5dac4dfe3c725b84cf9f9702cbd170689b.zip
* cpp,linuxtools,rcp: adding egit N&N
-rw-r--r--packages/org.eclipse.epp.package.cpp.feature/eclipse_cpp_indigo.xml3
-rw-r--r--packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_indigo.xml3
-rw-r--r--packages/org.eclipse.epp.package.rcp.feature/eclipse_rcp_indigo.xml5
3 files changed, 10 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.cpp.feature/eclipse_cpp_indigo.xml b/packages/org.eclipse.epp.package.cpp.feature/eclipse_cpp_indigo.xml
index 0876f012..fdf38c8d 100644
--- a/packages/org.eclipse.epp.package.cpp.feature/eclipse_cpp_indigo.xml
+++ b/packages/org.eclipse.epp.package.cpp.feature/eclipse_cpp_indigo.xml
@@ -31,6 +31,9 @@
<NewAndNoteworthy
url="http://www.eclipse.org/mylyn/new/"
project="Eclipse Mylyn" />
+ <NewAndNoteworthy
+ url="http://wiki.eclipse.org/EGit/New_and_Noteworthy/1.0.0"
+ project="Eclipse EGit" />
</MoreInfo>
diff --git a/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_indigo.xml b/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_indigo.xml
index 234993cf..ba40333c 100644
--- a/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_indigo.xml
+++ b/packages/org.eclipse.epp.package.linuxtools.feature/eclipse_linuxtools_indigo.xml
@@ -34,6 +34,9 @@
<NewAndNoteworthy
url="http://www.eclipse.org/mylyn/new/"
project="Eclipse Mylyn" />
+ <NewAndNoteworthy
+ url="http://wiki.eclipse.org/EGit/New_and_Noteworthy/1.0.0"
+ project="Eclipse EGit" />
</MoreInfo>
diff --git a/packages/org.eclipse.epp.package.rcp.feature/eclipse_rcp_indigo.xml b/packages/org.eclipse.epp.package.rcp.feature/eclipse_rcp_indigo.xml
index 52961b8b..8ffdbeb3 100644
--- a/packages/org.eclipse.epp.package.rcp.feature/eclipse_rcp_indigo.xml
+++ b/packages/org.eclipse.epp.package.rcp.feature/eclipse_rcp_indigo.xml
@@ -14,7 +14,7 @@
bugzillaComponentId="rcp-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[A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client or Rich Ajax Applications (RCP+RAP), plus Mylyn, and an XML editor.]]></description>
+ <description><![CDATA[A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client or Rich Ajax Applications (RCP+RAP), plus Mylyn, and an XML editor. In addition to the CVS Eclipse Team provider, it also contains the EGit tooling for accessing Git version control systems.]]></description>
<!-- packageTesters is a list of the people that are testing the package -->
<packageTesters>
<tester>Markus Knauer</tester>
@@ -30,6 +30,9 @@
<NewAndNoteworthy
url="http://www.eclipse.org/mylyn/new/"
project="Eclipse Mylyn" />
+ <NewAndNoteworthy
+ url="http://wiki.eclipse.org/EGit/New_and_Noteworthy/1.0.0"
+ project="Eclipse EGit" />
</MoreInfo>

Back to the top