|
From: Markus B. <mba...@us...> - 2005-09-18 14:58:51
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt/intro In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25721/intro Modified Files: rdtNewsExtensionContent.xml rdtTutorialsExtensionContent.xml rdtOverviewExtensionContent.xml Log Message: alt-style and style attributes required another path Index: rdtTutorialsExtensionContent.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/intro/rdtTutorialsExtensionContent.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rdtTutorialsExtensionContent.xml 28 Nov 2004 12:01:46 -0000 1.1 --- rdtTutorialsExtensionContent.xml 18 Sep 2005 14:58:41 -0000 1.2 *************** *** 1,11 **** ! <?xml version="1.0" encoding="UTF-8" ?> ! <introContent> ! <!-- Extension to the SDK Tutorials Page. --> ! <extensionContent alt-style="intro/css/rdt.properties" style="intro/css/rdtTutorials.css" path="tutorials/page-content/endAnchor"> ! <group label="Ruby Development Tools" id="rdt" style-id="tutorials-group"> ! <link url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&input=org.rubypeople.rdt.cheatsheets.webservices" label="Introduction to RDT" id="rdt-introduction" style-id="tutorials-link"> ! <text>Learn how to create ruby projects and how to run and debug ruby programs using soap4r as example</text> ! </link> ! </group> ! </extensionContent> </introContent> \ No newline at end of file --- 1,11 ---- ! <?xml version="1.0" encoding="UTF-8" ?> ! <introContent> ! <!-- Extension to the SDK Tutorials Page. --> ! <extensionContent alt-style="css/rdt.properties" style="css/rdtTutorials.css" path="tutorials/page-content/endAnchor"> ! <group label="Ruby Development Tools" id="rdt" style-id="tutorials-group"> ! <link url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&input=org.rubypeople.rdt.cheatsheets.webservices" label="Introduction to RDT" id="rdt-introduction" style-id="tutorials-link"> ! <text>Learn how to create ruby projects and how to run and debug ruby programs using soap4r as example</text> ! </link> ! </group> ! </extensionContent> </introContent> \ No newline at end of file Index: rdtNewsExtensionContent.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/intro/rdtNewsExtensionContent.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rdtNewsExtensionContent.xml 28 Nov 2004 12:01:46 -0000 1.1 --- rdtNewsExtensionContent.xml 18 Sep 2005 14:58:41 -0000 1.2 *************** *** 1,9 **** ! <?xml version="1.0" encoding="UTF-8" ?> ! <introContent> ! <!-- Extension to the SDK What's New Page. --> ! <extensionContent alt-style="intro/css/rdt.properties" path="news/page-content/noteworthy-links/generalAnchor"> ! <link label="Ruby Development Tools" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.rubypeople.rdt.doc.user/html/ch04.html" id="rdt-noteworthy" style-id="noteworthy-link"> ! <text>News about RDT for this release</text> ! </link> ! </extensionContent> </introContent> \ No newline at end of file --- 1,9 ---- ! <?xml version="1.0" encoding="UTF-8" ?> ! <introContent> ! <!-- Extension to the SDK What's New Page. --> ! <extensionContent alt-style="css/rdt.properties" path="news/page-content/noteworthy-links/generalAnchor"> ! <link label="Ruby Development Tools" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.rubypeople.rdt.doc.user/html/ch04.html" id="rdt-noteworthy" style-id="noteworthy-link"> ! <text>News about RDT for this release</text> ! </link> ! </extensionContent> </introContent> \ No newline at end of file Index: rdtOverviewExtensionContent.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt/intro/rdtOverviewExtensionContent.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rdtOverviewExtensionContent.xml 28 Nov 2004 12:01:46 -0000 1.1 --- rdtOverviewExtensionContent.xml 18 Sep 2005 14:58:41 -0000 1.2 *************** *** 1,9 **** ! <?xml version="1.0" encoding="UTF-8" ?> ! <introContent> ! <!-- Extension to the SDK Overview Page. --> ! <extensionContent alt-style="intro/css/rdt.properties" style="intro/css/rdtOverview.css" path="overview/page-content/overview-links/endAnchor"> ! <link label="Ruby Development Tools" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.rubypeople.rdt.doc.user/html/index.html" id="rdt"> ! <text>Overview of the Ruby Development Tools (RDT)</text> ! </link> ! </extensionContent> </introContent> \ No newline at end of file --- 1,9 ---- ! <?xml version="1.0" encoding="UTF-8" ?> ! <introContent> ! <!-- Extension to the SDK Overview Page. --> ! <extensionContent alt-style="css/rdt.properties" style="css/rdtOverview.css" path="overview/page-content/overview-links/endAnchor"> ! <link label="Ruby Development Tools" url="http://org.eclipse.ui.intro/showHelpTopic?id=/org.rubypeople.rdt.doc.user/html/index.html" id="rdt"> ! <text>Overview of the Ruby Development Tools (RDT)</text> ! </link> ! </extensionContent> </introContent> \ No newline at end of file |