Skip to content
Snippets Groups Projects
Commit d3ab10d2 authored by Goik Martin's avatar Goik Martin
Browse files

Forgotten item

parent 017dde19
Branches
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@
</listitem>
<listitem>
<para>Online browsing of <link xlink:href="{$baseDir}/target/site/apidocs/allclasses-noframe.html">API and implementation</link>.</para>
<para>Online browsing of <link xlink:href="{$baseDir}/target/site/apidocs">API and implementation</link>.</para>
</listitem>
</itemizedlist>
</xsl:template>
......
#!/bin/sh
export SCRIPTBASENAME=$1
export PLUGINID=de.hdm_stuttgart.mi.$1
#
#Eclipsedoc related plugin parameters
#
export PPARAM='-p eclipse.plugin.name $1 -p eclipse.plugin.provider MartinGoik'
export BUILDROOT=/tmp
export BUILDBASE=$BUILDROOT/$SCRIPTBASENAME
export BUILDNAVI=$BUILDBASE/navi/$PLUGINID
saxon9he-xslt -s:$SCRIPTBASENAME.xml -xi:on -xsl:../Xsl/docbook2docbook.xsl > ${SCRIPTBASENAME}.answer.xml
/usr/share/xmlmind.goik/bin/xxetool convert -p eclipse.plugin.id $PLUGINID $PPARAM db5.toEclipseHelp ${SCRIPTBASENAME}.answer.xml -u $BUILDNAVI
#end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment