Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/rpm
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-04-25 12:20:13 +0000
committerCamilo Bernal2013-04-25 17:51:18 +0000
commite6c3b4c518aed2040a028c83666ceccbcbc94a20 (patch)
treea9016ba03e40bfd1895ef9a74660a988857c9fe9 /rpm
parent5cacd8a677c69d3b7c5f9fb96940fc9801214ad1 (diff)
downloadorg.eclipse.linuxtools-e6c3b4c518aed2040a028c83666ceccbcbc94a20.tar.gz
org.eclipse.linuxtools-e6c3b4c518aed2040a028c83666ceccbcbc94a20.tar.xz
org.eclipse.linuxtools-e6c3b4c518aed2040a028c83666ceccbcbc94a20.zip
RPM: regen docs.
Make sure that build works. Change-Id: I645658caeb0f63b617282ed251dd9afbe38f8ffb Reviewed-on: https://git.eclipse.org/r/12188 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
Diffstat (limited to 'rpm')
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/Linux_Tools_Project/SpecfileEditor/User_Guide/User-Guide.html1
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/build-helper.xml2
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/extract-markup.xsl9
3 files changed, 2 insertions, 10 deletions
diff --git a/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/Linux_Tools_Project/SpecfileEditor/User_Guide/User-Guide.html b/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/Linux_Tools_Project/SpecfileEditor/User_Guide/User-Guide.html
index cb14cea47a..7809d0b001 100644
--- a/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/Linux_Tools_Project/SpecfileEditor/User_Guide/User-Guide.html
+++ b/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/Linux_Tools_Project/SpecfileEditor/User_Guide/User-Guide.html
@@ -25,6 +25,7 @@
<td style="width: 20%" align="right" valign="top">Installing</td>
</tr>
</table><hr/>
+ <p>{{#eclipseproject:tools.linuxtools}}</p>
<h1 id="Overview">Overview</h1>
<p>The Specfile Editor Plug-in for Eclipse provides useful features to help developers manage
<i><code>.spec</code></i> files. This plug-in allows users to leverage several Eclipse GUI features in editing
diff --git a/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/build-helper.xml b/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/build-helper.xml
index 4d3062cd4c..e705342f36 100644
--- a/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/build-helper.xml
+++ b/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/build-helper.xml
@@ -20,7 +20,7 @@
<path id="wikitext.tasks.classpath">
<!-- Replace dir with the dir you have wikitext installed into.-->
- <fileset dir="/usr/share/eclipse/dropins/mylyn-wikitext/eclipse/plugins">
+ <fileset dir="/usr/share/eclipse/dropins/mylyn/eclipse/plugins">
<include name="org.eclipse.mylyn.wikitext.*core*.jar" />
</fileset>
</path>
diff --git a/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/extract-markup.xsl b/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/extract-markup.xsl
deleted file mode 100644
index 4c4e731948..0000000000
--- a/rpm/org.eclipse.linuxtools.rpm.ui.editor.doc/extract-markup.xsl
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:mw="http://www.mediawiki.org/xml/export-0.3/">
- <xsl:output method="text"/>
-
- <xsl:template match="/">
- <xsl:value-of select="//mw:text"/>
- </xsl:template>
-</xsl:stylesheet>

Back to the top