Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-11-15 10:44:24 +0000
committerLars Vogel2017-11-15 10:44:24 +0000
commit31b46c1974e697c9b21c3bc32f79be1cfa9fcf8f (patch)
treea1a1d9cd46e67369b19b50945745e319516a10a4
parentbae0a314a0b62405bd9fd9103fdc04d7e710d3bd (diff)
parent733afd40b2030b70427841b9246fbe725e8fe4a9 (diff)
downloadeclipse.platform.team-31b46c1974e697c9b21c3bc32f79be1cfa9fcf8f.tar.gz
eclipse.platform.team-31b46c1974e697c9b21c3bc32f79be1cfa9fcf8f.tar.xz
eclipse.platform.team-31b46c1974e697c9b21c3bc32f79be1cfa9fcf8f.zip
Merge the history of org.eclipse.cvs from the releng repo into the team repo
-rw-r--r--.project22
-rw-r--r--.settings/org.eclipse.core.resources.prefs2
-rw-r--r--.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--bundles/org.eclipse.cvs/META-INF/MANIFEST.MF8
-rw-r--r--bundles/org.eclipse.cvs/about.html28
-rw-r--r--bundles/org.eclipse.cvs/about.ini27
-rw-r--r--bundles/org.eclipse.cvs/about.mappings6
-rw-r--r--bundles/org.eclipse.cvs/about.properties24
-rw-r--r--bundles/org.eclipse.cvs/build.properties22
-rw-r--r--bundles/org.eclipse.cvs/cheatsheets/cvs_checkout.xml75
-rw-r--r--bundles/org.eclipse.cvs/cheatsheets/cvs_merge.xml76
-rw-r--r--bundles/org.eclipse.cvs/eclipse32.pngbin0 -> 2233 bytes
-rw-r--r--bundles/org.eclipse.cvs/forceQualifierUpdate.txt2
-rw-r--r--bundles/org.eclipse.cvs/images/topiclabel/ov_teamsup48.gifbin0 -> 2205 bytes
-rw-r--r--bundles/org.eclipse.cvs/images/topiclabel/ov_teamsup48_hov.gifbin0 -> 1863 bytes
-rw-r--r--bundles/org.eclipse.cvs/images/topiclabel/tu_checkout48.gifbin0 -> 1837 bytes
-rw-r--r--bundles/org.eclipse.cvs/images/topiclabel/tu_checkout48_hov.gifbin0 -> 1588 bytes
-rw-r--r--bundles/org.eclipse.cvs/images/topiclabel/tu_merge48.gifbin0 -> 2205 bytes
-rw-r--r--bundles/org.eclipse.cvs/images/topiclabel/tu_merge48_hov.gifbin0 -> 1863 bytes
-rw-r--r--bundles/org.eclipse.cvs/intro/css/overview.css2
-rw-r--r--bundles/org.eclipse.cvs/intro/css/overview.properties12
-rw-r--r--bundles/org.eclipse.cvs/intro/css/tutorials.css5
-rw-r--r--bundles/org.eclipse.cvs/intro/css/tutorials.properties19
-rw-r--r--bundles/org.eclipse.cvs/intro/overviewExtensionContent.xml10
-rw-r--r--bundles/org.eclipse.cvs/intro/tutorialsExtensionContent.xml14
-rw-r--r--bundles/org.eclipse.cvs/notice.html107
-rw-r--r--bundles/org.eclipse.cvs/plugin.properties19
-rw-r--r--bundles/org.eclipse.cvs/plugin.xml40
-rw-r--r--bundles/org.eclipse.cvs/pom.xml36
29 files changed, 558 insertions, 0 deletions
diff --git a/.project b/.project
new file mode 100644
index 000000000..d28ce1d24
--- /dev/null
+++ b/.project
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.cvs</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 000000000..99f26c020
--- /dev/null
+++ b/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/.settings/org.eclipse.core.runtime.prefs b/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 000000000..5a0ad22d2
--- /dev/null
+++ b/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/bundles/org.eclipse.cvs/META-INF/MANIFEST.MF b/bundles/org.eclipse.cvs/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..efe9ebbac
--- /dev/null
+++ b/bundles/org.eclipse.cvs/META-INF/MANIFEST.MF
@@ -0,0 +1,8 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.cvs; singleton:=true
+Bundle-Version: 1.4.500.qualifier
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
+Bundle-ActivationPolicy: lazy
diff --git a/bundles/org.eclipse.cvs/about.html b/bundles/org.eclipse.cvs/about.html
new file mode 100644
index 000000000..460233046
--- /dev/null
+++ b/bundles/org.eclipse.cvs/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 2, 2006</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.cvs/about.ini b/bundles/org.eclipse.cvs/about.ini
new file mode 100644
index 000000000..76a035608
--- /dev/null
+++ b/bundles/org.eclipse.cvs/about.ini
@@ -0,0 +1,27 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=eclipse32.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+# Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page
+# optional
diff --git a/bundles/org.eclipse.cvs/about.mappings b/bundles/org.eclipse.cvs/about.mappings
new file mode 100644
index 000000000..515397acc
--- /dev/null
+++ b/bundles/org.eclipse.cvs/about.mappings
@@ -0,0 +1,6 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=${buildId}
diff --git a/bundles/org.eclipse.cvs/about.properties b/bundles/org.eclipse.cvs/about.properties
new file mode 100644
index 000000000..701c3033a
--- /dev/null
+++ b/bundles/org.eclipse.cvs/about.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2000, 2017 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+
+blurb=Eclipse CVS Client\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2000, 2017. All rights reserved.\n\
+Visit http://www.eclipse.org/eclipse/platform-cvs
+
diff --git a/bundles/org.eclipse.cvs/build.properties b/bundles/org.eclipse.cvs/build.properties
new file mode 100644
index 000000000..75b265a81
--- /dev/null
+++ b/bundles/org.eclipse.cvs/build.properties
@@ -0,0 +1,22 @@
+###############################################################################
+# Copyright (c) 2000, 2014 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ eclipse32.png,\
+ plugin.properties,\
+ META-INF/,\
+ plugin.xml,\
+ cheatsheets/,\
+ intro/,\
+ images/
+
diff --git a/bundles/org.eclipse.cvs/cheatsheets/cvs_checkout.xml b/bundles/org.eclipse.cvs/cheatsheets/cvs_checkout.xml
new file mode 100644
index 000000000..353fd9273
--- /dev/null
+++ b/bundles/org.eclipse.cvs/cheatsheets/cvs_checkout.xml
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<cheatsheet title="Check out a CVS project">
+
+ <intro
+ href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
+ <description>
+ This cheat sheet shows you how to explore a CVS repository and check out
+ a project. If you need help at any step, click on the (?) icon to the
+ right.
+ </description>
+ </intro>
+
+ <item
+ title="Open the CVS Repository Exploring perspective"
+ href="/org.eclipse.platform.doc.user/tasks/tasks-1h.htm">
+ <description>
+ From the main menu, select Window &gt; Perspective &gt; Open Perspective &gt; Other...,
+ then select the <b>CVS Repository Exploring</b> perspective.
+ </description>
+ <command
+ serialization="org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.team.cvs.ui.cvsPerspective)"
+ confirm="true" translate="" >
+ </command>
+ </item>
+
+ <item
+ title="Add a CVS repository"
+ href="/org.eclipse.platform.doc.user/tasks/tasks-92.htm">
+ <description>
+ In the CVS Repositories view, click on the <b>Add CVS Repository</b>
+ toolbar button. Enter the location and authentication information for
+ the repository. For example, for the <b>eclipse</b> repository, enter the
+ following:<br/>
+ <br/>
+ Host: dev.eclipse.org<br/>
+ Repository path: /cvsroot/eclipse<br/>
+ User: anonymous<br/>
+ Connection type: pserver<br/>
+ <br/>
+ Use defaults for the rest, then click Finish.
+ </description>
+ </item>
+
+ <item
+ title="Locate the project"
+ href="/org.eclipse.platform.doc.user/tasks/tasks-1i.htm">
+ <description>
+ Expand the <b>HEAD</b> node under the newly added repository, and locate
+ the project you wish to check out (e.g. to find the source code for the
+ cheat sheet view, this is in org.eclipse.ui.cheatsheets)
+ </description>
+ </item>
+
+ <item
+ title="Check out the project"
+ href="/org.eclipse.platform.doc.user/tasks/tasks-96.htm">
+ <description>
+ Right click on the project you wish to check out and select <b>Check
+ Out</b>. This will download the latest content from the repository into
+ your workspace.
+ </description>
+ </item>
+
+ <item
+ title="View the workspace"
+ href="/org.eclipse.platform.doc.isv/guide/resInt_workspace.htm">
+ <description>
+ To see the project in your workspace, switch to the <b>Resource</b>
+ perspective via Window &gt; Open Perspective &gt; Resource to see the
+ project in the <b>Project Explorer</b> view. You can now view and work with the
+ contents of the project.
+ </description>
+ </item>
+
+</cheatsheet>
diff --git a/bundles/org.eclipse.cvs/cheatsheets/cvs_merge.xml b/bundles/org.eclipse.cvs/cheatsheets/cvs_merge.xml
new file mode 100644
index 000000000..a33f50ba1
--- /dev/null
+++ b/bundles/org.eclipse.cvs/cheatsheets/cvs_merge.xml
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<cheatsheet title="Merge CVS branches">
+
+ <intro
+ href="/org.eclipse.platform.doc.user/reference/ref-cheatsheets.htm">
+ <description>
+ This cheat sheet shows you the steps to merge changes from one CVS branch
+ into another, or into HEAD. If you need help at any step, click on the (?)
+ icon to the right.
+ </description>
+ </intro>
+
+ <item
+ href="/org.eclipse.platform.doc.user/tasks/tasks-100b.htm"
+ title="Determine branch and version information">
+ <description>
+ The first step is to decide <b>which</b> two branches will be merged, at
+ which <b>version</b> the content was branched, and what the
+ <b>destination</b> branch will be (where the result of the merge will go).
+ Once you have this information, you can move on to the next step.
+ </description>
+ </item>
+
+ <item
+ href="/org.eclipse.platform.doc.user/tasks/tasks-96.htm"
+ title="Check out the project">
+ <description>
+ Before merging, you must <b>check out</b> the project you wish to merge
+ and bring it into your workspace. You can do this either via the import
+ wizard or by adding your repository from the CVS Repository Exploring
+ perspective, or click the (?) button for help.
+ </description>
+ </item>
+
+ <item
+ href="/org.eclipse.platform.doc.user/tasks/tasks-103.htm"
+ title="Load the destination into your workspace">
+ <description>
+ In the navigator, right-click on the project and select Replace With &gt;
+ Another Branch or Version. Select the destination branch. This will load
+ the branch's latest content into your workspace.
+ </description>
+ </item>
+
+ <item
+ href="/org.eclipse.platform.doc.user/tasks/tasks-100b.htm"
+ title="Merge details">
+ <description>
+ Again in the navigator, right-click on the project and select <b>Team</b>
+ &gt; <b>Merge</b> and complete the steps in the wizard. In this wizard you
+ specify the details of the merge.
+ </description>
+ </item>
+
+ <item
+ href="/org.eclipse.platform.doc.user/tasks/tasks-100b.htm"
+ title="Work with the Merge editor">
+ <description>
+ In the Merge editor manually merge the changes. This step loads the
+ required changes into the workspace. Once you've merged all the changes
+ and are satisfied with the result, move on to the next step.
+ </description>
+ </item>
+
+ <item
+ href="/org.eclipse.platform.doc.user/tasks/tasks-114.htm"
+ title="Commit your changes">
+ <description>
+ Right-click on the project and select <b>Team</b> &gt; <b>Synchronize with
+ Repository</b> and then commit all the changes to the repository. This
+ step finalizes the transfer of the changes from the workspace to the CVS
+ repository, and finalizes the merge.
+ </description>
+ </item>
+
+</cheatsheet>
diff --git a/bundles/org.eclipse.cvs/eclipse32.png b/bundles/org.eclipse.cvs/eclipse32.png
new file mode 100644
index 000000000..bf8568007
--- /dev/null
+++ b/bundles/org.eclipse.cvs/eclipse32.png
Binary files differ
diff --git a/bundles/org.eclipse.cvs/forceQualifierUpdate.txt b/bundles/org.eclipse.cvs/forceQualifierUpdate.txt
new file mode 100644
index 000000000..56f1032a8
--- /dev/null
+++ b/bundles/org.eclipse.cvs/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update add the bug here
+Bug 403352 - Update all parent versions to match our build stream
diff --git a/bundles/org.eclipse.cvs/images/topiclabel/ov_teamsup48.gif b/bundles/org.eclipse.cvs/images/topiclabel/ov_teamsup48.gif
new file mode 100644
index 000000000..ed93db077
--- /dev/null
+++ b/bundles/org.eclipse.cvs/images/topiclabel/ov_teamsup48.gif
Binary files differ
diff --git a/bundles/org.eclipse.cvs/images/topiclabel/ov_teamsup48_hov.gif b/bundles/org.eclipse.cvs/images/topiclabel/ov_teamsup48_hov.gif
new file mode 100644
index 000000000..464e9af6c
--- /dev/null
+++ b/bundles/org.eclipse.cvs/images/topiclabel/ov_teamsup48_hov.gif
Binary files differ
diff --git a/bundles/org.eclipse.cvs/images/topiclabel/tu_checkout48.gif b/bundles/org.eclipse.cvs/images/topiclabel/tu_checkout48.gif
new file mode 100644
index 000000000..f3de4d279
--- /dev/null
+++ b/bundles/org.eclipse.cvs/images/topiclabel/tu_checkout48.gif
Binary files differ
diff --git a/bundles/org.eclipse.cvs/images/topiclabel/tu_checkout48_hov.gif b/bundles/org.eclipse.cvs/images/topiclabel/tu_checkout48_hov.gif
new file mode 100644
index 000000000..ffa86f90e
--- /dev/null
+++ b/bundles/org.eclipse.cvs/images/topiclabel/tu_checkout48_hov.gif
Binary files differ
diff --git a/bundles/org.eclipse.cvs/images/topiclabel/tu_merge48.gif b/bundles/org.eclipse.cvs/images/topiclabel/tu_merge48.gif
new file mode 100644
index 000000000..ed93db077
--- /dev/null
+++ b/bundles/org.eclipse.cvs/images/topiclabel/tu_merge48.gif
Binary files differ
diff --git a/bundles/org.eclipse.cvs/images/topiclabel/tu_merge48_hov.gif b/bundles/org.eclipse.cvs/images/topiclabel/tu_merge48_hov.gif
new file mode 100644
index 000000000..464e9af6c
--- /dev/null
+++ b/bundles/org.eclipse.cvs/images/topiclabel/tu_merge48_hov.gif
Binary files differ
diff --git a/bundles/org.eclipse.cvs/intro/css/overview.css b/bundles/org.eclipse.cvs/intro/css/overview.css
new file mode 100644
index 000000000..dfaafe329
--- /dev/null
+++ b/bundles/org.eclipse.cvs/intro/css/overview.css
@@ -0,0 +1,2 @@
+a#team img { background-image : url('../../images/topiclabel/ov_teamsup48.gif'); }
+a#team:hover img { background-image : url('../../images/topiclabel/ov_teamsup48_hov.gif'); } \ No newline at end of file
diff --git a/bundles/org.eclipse.cvs/intro/css/overview.properties b/bundles/org.eclipse.cvs/intro/css/overview.properties
new file mode 100644
index 000000000..dea27c770
--- /dev/null
+++ b/bundles/org.eclipse.cvs/intro/css/overview.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2005, 2007 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+overview.team.link-icon = images/topiclabel/ov_teamsup48.gif
+overview.team.hover-icon = images/topiclabel/ov_teamsup48_hov.gif \ No newline at end of file
diff --git a/bundles/org.eclipse.cvs/intro/css/tutorials.css b/bundles/org.eclipse.cvs/intro/css/tutorials.css
new file mode 100644
index 000000000..92770e2fc
--- /dev/null
+++ b/bundles/org.eclipse.cvs/intro/css/tutorials.css
@@ -0,0 +1,5 @@
+a#cvs_checkout img { background-image : url('../../images/topiclabel/tu_checkout48.gif'); }
+a#cvs_checkout:hover img { background-image : url('../../images/topiclabel/tu_checkout48_hov.gif'); }
+
+a#cvs_merge img { background-image : url('../../images/topiclabel/tu_merge48.gif'); }
+a#cvs_merge:hover img { background-image : url('../../images/topiclabel/tu_merge48_hov.gif'); }
diff --git a/bundles/org.eclipse.cvs/intro/css/tutorials.properties b/bundles/org.eclipse.cvs/intro/css/tutorials.properties
new file mode 100644
index 000000000..d065463f0
--- /dev/null
+++ b/bundles/org.eclipse.cvs/intro/css/tutorials.properties
@@ -0,0 +1,19 @@
+###############################################################################
+# Copyright (c) 2006, 2008 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+
+tutorials.cvs_checkout.link-icon = images/topiclabel/tu_checkout48.gif
+tutorials.cvs_checkout.hover-icon = images/topiclabel/tu_checkout48_hov.gif
+
+tutorials.cvs_merge.link-icon = images/topiclabel/tu_merge48.gif
+tutorials.cvs_merge.hover-icon = images/topiclabel/tu_merge48_hov.gif
+
+tutorials.subtitle-id = tutorials/page-content/page-title
+tutorials.description-id = tutorials/page-content/page-description
diff --git a/bundles/org.eclipse.cvs/intro/overviewExtensionContent.xml b/bundles/org.eclipse.cvs/intro/overviewExtensionContent.xml
new file mode 100644
index 000000000..123d7940a
--- /dev/null
+++ b/bundles/org.eclipse.cvs/intro/overviewExtensionContent.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<introContent>
+ <extensionContent id="org.eclipse.team" name="CVS" alt-style="css/overview.properties" style="css/overview.css" path="overview/@">
+ <group style-id="content-group" id="content-group">
+ <link style-id="content-link" label="Team support with CVS" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.platform.doc.user/concepts/concepts-26.htm" id="team">
+ <text>Find out how to collaborate with other developers using CVS</text>
+ </link>
+ </group>
+ </extensionContent>
+</introContent>
diff --git a/bundles/org.eclipse.cvs/intro/tutorialsExtensionContent.xml b/bundles/org.eclipse.cvs/intro/tutorialsExtensionContent.xml
new file mode 100644
index 000000000..28c6145ec
--- /dev/null
+++ b/bundles/org.eclipse.cvs/intro/tutorialsExtensionContent.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<introContent>
+ <!-- Extension to the SDK Tutorials Page. -->
+ <extensionContent id="org.eclipse.team" name="Team/CVS" alt-style="css/tutorials.properties" style="css/tutorials.css" path="tutorials/@">
+ <group label="Team/CVS" id="team" style-id="content-group">
+ <link url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.platform.cvs.checkout" label="Check out a CVS project" id="cvs_checkout" style-id="content-link">
+ <text>Learn how to connect to a CVS repository and check out a project.</text>
+ </link>
+ <link url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.platform.cvs.merge" label="Merge CVS branches" id="cvs_merge" style-id="content-link">
+ <text>Follow the steps for merging changes from one CVS branch into another.</text>
+ </link>
+ </group>
+ </extensionContent>
+</introContent>
diff --git a/bundles/org.eclipse.cvs/notice.html b/bundles/org.eclipse.cvs/notice.html
new file mode 100644
index 000000000..c3d34c3c2
--- /dev/null
+++ b/bundles/org.eclipse.cvs/notice.html
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Foundation Software User Agreement</title>
+</head>
+
+<body lang="EN-US">
+<h2>Eclipse Foundation Software User Agreement</h2>
+<p>April 9, 2014</p>
+
+<h3>Usage Of Content</h3>
+
+<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
+ (COLLECTIVELY &quot;CONTENT&quot;). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
+ CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE
+ OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
+ NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
+ CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
+
+<h3>Applicable Licenses</h3>
+
+<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
+ (&quot;EPL&quot;). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+ For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
+ repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
+
+<ul>
+ <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
+ <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
+ <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;. Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
+ and/or Fragments associated with that Feature.</li>
+ <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
+</ul>
+
+<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
+Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature Licenses may be located in any directory of a Download or Module
+including, but not limited to the following locations:</p>
+
+<ul>
+ <li>The top-level (root) directory</li>
+ <li>Plug-in and Fragment directories</li>
+ <li>Inside Plug-ins and Fragments packaged as JARs</li>
+ <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
+ <li>Feature directories</li>
+</ul>
+
+<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
+installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
+inform you where you can locate them. Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
+Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
+that directory.</p>
+
+<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
+OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
+
+<ul>
+ <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
+ <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
+ <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
+ <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
+ <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
+</ul>
+
+<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please
+contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
+
+
+<h3>Use of Provisioning Technology</h3>
+
+<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
+ Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
+ other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
+ install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
+ href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
+ (&quot;Specification&quot;).</p>
+
+<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
+ applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
+ in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
+ Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
+
+<ol>
+ <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
+ on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
+ product.</li>
+ <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
+ accessed and copied to the Target Machine.</li>
+ <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
+ Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
+ Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
+ the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
+ indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
+</ol>
+
+<h3>Cryptography</h3>
+
+<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
+ another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
+ possession, or use, and re-export of encryption software, to see if this is permitted.</p>
+
+<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
+</body>
+</html>
diff --git a/bundles/org.eclipse.cvs/plugin.properties b/bundles/org.eclipse.cvs/plugin.properties
new file mode 100644
index 000000000..dafb40dde
--- /dev/null
+++ b/bundles/org.eclipse.cvs/plugin.properties
@@ -0,0 +1,19 @@
+###############################################################################
+# Copyright (c) 2000, 2015 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+# Wayne Beaton (Eclipse Foundation) - Bug 474254
+###############################################################################
+pluginName=Eclipse CVS Client
+providerName=Eclipse.org
+
+cheatsheet.category.team = Team/CVS
+cheatsheet.cvs.checkout.name= Check out a CVS project
+cheatsheet.cvs.checkout.desc= Learn how to connect to a CVS repository and check out a project.
+cheatsheet.cvs.merge.name= Merge CVS branches
+cheatsheet.cvs.merge.desc= Follow the steps for merging changes from one CVS branch into another.
diff --git a/bundles/org.eclipse.cvs/plugin.xml b/bundles/org.eclipse.cvs/plugin.xml
new file mode 100644
index 000000000..11a2283b2
--- /dev/null
+++ b/bundles/org.eclipse.cvs/plugin.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<plugin>
+ <extension
+ point="org.eclipse.ui.cheatsheets.cheatSheetContent">
+ <category
+ id="org.eclipse.platform.team"
+ name="%cheatsheet.category.team">
+ </category>
+ <cheatsheet
+ category="org.eclipse.platform.team"
+ contentFile="$nl$/cheatsheets/cvs_checkout.xml"
+ id="org.eclipse.platform.cvs.checkout"
+ name="%cheatsheet.cvs.checkout.name">
+ <description>
+ %cheatsheet.cvs.checkout.desc
+ </description>
+ </cheatsheet>
+ <cheatsheet
+ category="org.eclipse.platform.team"
+ contentFile="$nl$/cheatsheets/cvs_merge.xml"
+ id="org.eclipse.platform.cvs.merge"
+ name="%cheatsheet.cvs.merge.name">
+ <description>
+ %cheatsheet.cvs.merge.desc
+ </description>
+ </cheatsheet>
+ </extension>
+ <!-- ===================================================== -->
+ <!-- Standby Content Part contributions -->
+ <!-- ===================================================== -->
+ <extension point="org.eclipse.ui.intro.configExtension">
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="$nl$/intro/overviewExtensionContent.xml"/>
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="$nl$/intro/tutorialsExtensionContent.xml"/>
+ </extension>
+</plugin>
diff --git a/bundles/org.eclipse.cvs/pom.xml b/bundles/org.eclipse.cvs/pom.xml
new file mode 100644
index 000000000..84c61c945
--- /dev/null
+++ b/bundles/org.eclipse.cvs/pom.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2012, 2017 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ Igor Fedorenko - initial implementation
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>eclipse.platform.releng</groupId>
+ <artifactId>eclipse.platform.releng</artifactId>
+ <version>4.8.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+ <groupId>org.eclipse.cvs</groupId>
+ <artifactId>org.eclipse.cvs</artifactId>
+ <version>1.4.500-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-packaging-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <format>'v${buildTimestamp}'</format>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>

Back to the top