[jboss-cvs] jbosside/core/plugins/org.jboss.ide.eclipse.help ...
Marshall Culpepper
mculpepper at jboss.com
Mon Nov 13 14:15:10 EST 2006
User: mculpepper
Date: 06/11/13 14:15:10
Modified: core/plugins/org.jboss.ide.eclipse.help install-toc.xml
build.xml tutorial-toc.xml jbosside-toc.xml
Log:
replaced all instances of "JBoss Eclipse IDE" with "JBossIDE for Eclipse"
Revision Changes Path
1.2 +1 -1 jbosside/core/plugins/org.jboss.ide.eclipse.help/install-toc.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: install-toc.xml
===================================================================
RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.help/install-toc.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- install-toc.xml 31 Jan 2006 00:47:02 -0000 1.1
+++ install-toc.xml 13 Nov 2006 19:15:10 -0000 1.2
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><toc label="JBoss Eclipse IDE Installation Guide">
+<?xml version="1.0" encoding="UTF-8"?><toc label="JBossIDE for Eclipse Installation Guide">
<topic label="Table of Contents" href="install/en/html/index.html"/>
<topic label="Preface" href="install/en/html/preface.html"/>
<topic label="Introduction to JBossIDE" href="install/en/html/introduction.html"/>
1.3 +2 -2 jbosside/core/plugins/org.jboss.ide.eclipse.help/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.help/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- build.xml 31 Jan 2006 23:22:18 -0000 1.2
+++ build.xml 13 Nov 2006 19:15:10 -0000 1.3
@@ -34,11 +34,11 @@
<target name="build-toc">
<style basedir="${install-dir}/en" destdir="${install-dir}/en" style="eclipse-docbook-toc.xsl" includes="master.xml" extension=".toc.xml" force="true">
<param name="build-dir" expression="install"/>
- <param name="label" expression="JBoss Eclipse IDE Installation Guide"/>
+ <param name="label" expression="JBossIDE for Eclipse Installation Guide"/>
</style>
<style basedir="${tutorial-dir}/en" destdir="${tutorial-dir}/en" style="eclipse-docbook-toc.xsl" includes="master.xml" extension=".toc.xml" force="true">
<param name="build-dir" expression="tutorial"/>
- <param name="label" expression="JBoss Eclipse IDE Tutorial"/>
+ <param name="label" expression="JBossIDE for Eclipse Tutorial"/>
</style>
<move file="${install-dir}/en/master.toc.xml" tofile="install-toc.xml"/>
<move file="${tutorial-dir}/en/master.toc.xml" tofile="tutorial-toc.xml"/>
1.2 +1 -1 jbosside/core/plugins/org.jboss.ide.eclipse.help/tutorial-toc.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: tutorial-toc.xml
===================================================================
RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.help/tutorial-toc.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- tutorial-toc.xml 31 Jan 2006 00:47:02 -0000 1.1
+++ tutorial-toc.xml 13 Nov 2006 19:15:10 -0000 1.2
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><toc label="JBoss Eclipse IDE Tutorial">
+<?xml version="1.0" encoding="UTF-8"?><toc label="JBossIDE for Eclipse Tutorial">
<topic label="Table of Contents" href="tutorial/en/html/index.html"/>
<topic label="Preface" href="tutorial/en/html/preface.html"/>
<topic label="Introduction to JBossIDE" href="tutorial/en/html/introduction.html"/>
1.2 +3 -3 jbosside/core/plugins/org.jboss.ide.eclipse.help/jbosside-toc.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: jbosside-toc.xml
===================================================================
RCS file: /cvsroot/jboss/jbosside/core/plugins/org.jboss.ide.eclipse.help/jbosside-toc.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- jbosside-toc.xml 31 Jan 2006 00:47:02 -0000 1.1
+++ jbosside-toc.xml 13 Nov 2006 19:15:10 -0000 1.2
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
-<toc label="JBoss Eclipse IDE User Guide">
- <topic label="JBoss Eclipse IDE Installation Guide">
+<toc label="JBossIDE for Eclipse User Guide">
+ <topic label="JBossIDE for Eclipse Installation Guide">
<link toc="install-toc.xml"/>
</topic>
- <topic label="JBoss Eclipse IDE Tutorial">
+ <topic label="JBossIDE for Eclipse Tutorial">
<link toc="tutorial-toc.xml"/>
</topic>
</toc>
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list