Update of /cvsroot/izpack/izpack-src/src/dist-files
In directory sheep:/tmp/cvs-serv1254/src/dist-files
Modified Files:
Unix_shortcutSpec.xml shortcutSpec.xml
Log Message:
Updated ShortcutsDefs. accordingh to the new splitted doc packs
Index: Unix_shortcutSpec.xml
===================================================================
RCS file: /cvsroot/izpack/izpack-src/src/dist-files/Unix_shortcutSpec.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Unix_shortcutSpec.xml 7 Sep 2005 09:45:57 -0000 1.6
+++ Unix_shortcutSpec.xml 9 Sep 2005 07:17:42 -0000 1.7
@@ -43,13 +43,13 @@
</shortcut -->
<shortcut
- name="IzPack@ver@ Html Documentation"
+ name="IzPack@ver@ XHtml Documentation"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="yes"
startup="no"
- target="konqueror"
+ target="$INSTALL_PATH/bin/start.sh"
workingDirectory=""
commandLine="$INSTALL_PATH/doc/izpack/xhtml/index.html"
initialState="noShow"
@@ -61,10 +61,52 @@
createForAll="true"
description="This opens a WebBrowser to look into the IzPack
@build.number@ (HTML) user documentation">
- <createForPack name="Documentation-HTML"/>
+ <createForPack name="XHTML Documentation"/>
+ </shortcut>
+
+ <shortcut
+ name="IzPack@ver@ Java Documentation"
+ programGroup="yes"
+ desktop="yes"
+ applications="no"
+ startMenu="yes"
+ startup="no"
+ target="$INSTALL_PATH/bin/start.sh"
+ workingDirectory=""
+ commandLine="$INSTALL_PATH/doc/izpack/javadoc/index.html"
+ initialState="noShow"
+ iconFile="help"
+ iconIndex="0"
+ url="$INSTALL_PATH/doc/izpack/javadoc/index.html"
+ type="Application"
+ encoding="UTF-8"
+ createForAll="true"
+ description="This opens a WebBrowser to look into the IzPack
@build.number@ (HTML) Java documentation">
+
+ <createForPack name="Java Documentation"/>
+ </shortcut>
+
+ <shortcut
+ name="NanoXML Documentation"
+ programGroup="yes"
+ desktop="yes"
+ applications="no"
+ startMenu="yes"
+ startup="no"
+ target="acroread"
+ workingDirectory=""
+ commandLine="$INSTALL_PATH/doc/nanoxml/NanoXML-Java.pdf"
+ initialState="noShow"
+ iconFile="acroread"
+ iconIndex="0"
+ type="Application"
+ encoding="UTF-8"
+ createForAll="true"
+ description="This opens Adobe (Acrobat) Reader (if available) to look
into or print the NanoXML (PDF) user documentation">
+
+ <createForPack name="NanoXML Documentation"/>
</shortcut>
-<!--
<shortcut
name="IzPack@ver@ PDF Documentation"
programGroup="yes"
@@ -77,16 +119,15 @@
commandLine="$INSTALL_PATH/doc/izpack/pdf/izpack-doc.pdf"
initialState="noShow"
iconFile="acroread"
- iconIndex="0"
- url="$INSTALL_PATH/doc/izpack/pdf/izpack-doc.pdf"
+ iconIndex="0"
type="Application"
encoding="UTF-8"
createForAll="true"
description="This opens Adobe (Acrobat) Reader (if available) to look
into or print the IzPack @build.number@ (PDF) user documentation">
- <createForPack name="Documentation-PDF"/>
+ <createForPack name="PDF Documentation"/>
</shortcut>
--->
+
<shortcut
name="Izpack@ver@ Uninstaller"
Index: shortcutSpec.xml
===================================================================
RCS file: /cvsroot/izpack/izpack-src/src/dist-files/shortcutSpec.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- shortcutSpec.xml 7 Sep 2005 09:45:57 -0000 1.9
+++ shortcutSpec.xml 9 Sep 2005 07:17:42 -0000 1.10
@@ -27,7 +27,7 @@
-->
<shortcut
- name="IzPack@ver@ Html Documentation"
+ name="IzPack@ver@ XHtml Documentation"
programGroup="yes"
desktop="yes"
applications="no"
@@ -37,10 +37,39 @@
commandLine=""
description="This opens a WebBrowser to look into the IzPack
@build.number@ (HTML) user documentation">
- <createForPack name="Documentation-HTML" />
+ <createForPack name="XHTML Documentation" />
</shortcut>
-
-<!--
+
+ <shortcut
+ name="IzPack@ver@ Java Documentation"
+ programGroup="yes"
+ desktop="yes"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="$INSTALL_PATH\doc\izpack\javadoc\index.html"
+ commandLine=""
+ description="This opens a WebBrowser to look into the IzPack
@build.number@ (Java) developer documentation">
+
+ <createForPack name="Java Documentation" />
+ </shortcut>
+
+ <shortcut
+ name="NanoXML Documentation"
+ programGroup="yes"
+ desktop="yes"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="$INSTALL_PATH\doc\nanoxml\NanoXML-Java.pdf"
+ commandLine=""
+ iconFile="%SystemRoot%\system32\SHELL32.dll"
+ iconIndex="23"
+ description="This opens Adobe (Acrobat) Reader (if available) to look
into or print the NanoXML (PDF) developer documentation">
+
+ <createForPack name="NanoXML Documentation" />
+ </shortcut>
+
<shortcut
name="IzPack@ver@ PDF Documentation"
programGroup="yes"
@@ -50,14 +79,12 @@
startup="no"
target="$INSTALL_PATH\doc\izpack\pdf\izpack-doc.pdf"
commandLine=""
- iconFile="%SystemRoot%\system32\SHELL32.dll"
+ iconFile="%SystemRoot%\system32\SHELL32.dll"
iconIndex="23"
description="This opens Adobe (Acrobat) Reader (if available) to look
into or print the IzPack @build.number@ (PDF) user documentation">
- <createForPack name="Documentation-PDF" />
+ <createForPack name="PDF Documentation" />
</shortcut>
--->
-
<shortcut
name="Izpack@ver@ Uninstaller"
programGroup="yes"
|
|