Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.cvs/intro')
-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
6 files changed, 62 insertions, 0 deletions
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>

Back to the top