diff options
author | Markus Knauer | 2015-05-07 11:55:48 +0000 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org | 2015-05-07 17:33:10 +0000 |
commit | db772fb60533d83d0b8fabd79db7bc544be846aa (patch) | |
tree | c26f997f53f06fc84ed3997012d367f94d1f9390 /packages/org.eclipse.epp.package.rcp.feature | |
parent | d61e3c36258dd5bb3eeb30b394adec9dedd4e276 (diff) | |
download | org.eclipse.epp.packages-db772fb60533d83d0b8fabd79db7bc544be846aa.tar.gz org.eclipse.epp.packages-db772fb60533d83d0b8fabd79db7bc544be846aa.tar.xz org.eclipse.epp.packages-db772fb60533d83d0b8fabd79db7bc544be846aa.zip |
Bug 438297: Remove CVS feature
Remove direct dependency on CVS feature from the following packages:CPP,
Java, Java EE, Modeling, Parallel, Reporting, Testing.
As long as there are no other indirect dependencies to CVS, this change
is supposed to remove CVS from those packages. The feature itself can
always be installed from the Mars Simultanoues Release repository.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438297
Change-Id: Ic792aee83bb415b2a848d581058da23c3f2d83eb
Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp.feature')
-rw-r--r-- | packages/org.eclipse.epp.package.rcp.feature/epp.website.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml b/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml index da853d25..af114268 100644 --- a/packages/org.eclipse.epp.package.rcp.feature/epp.website.xml +++ b/packages/org.eclipse.epp.package.rcp.feature/epp.website.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 Applications or Remote Application Platform (RCP+RAP), plus Mylyn, the m2e Maven integration, 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> + <description><![CDATA[A complete set of tools for developers who want to create Eclipse plug-ins, Rich Client Applications or Remote Application Platform (RCP+RAP), plus Mylyn, the m2e Maven integration, and an XML editor. It 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> |