Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.vex.docbook')
-rw-r--r--org.eclipse.vex.docbook/.cvsignore2
-rw-r--r--org.eclipse.vex.docbook/.project6
-rw-r--r--org.eclipse.vex.docbook/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.vex.docbook/pom.xml4
-rw-r--r--org.eclipse.vex.docbook/styles/docbook-plain.css18
5 files changed, 21 insertions, 11 deletions
diff --git a/org.eclipse.vex.docbook/.cvsignore b/org.eclipse.vex.docbook/.cvsignore
deleted file mode 100644
index 1307f4aa..00000000
--- a/org.eclipse.vex.docbook/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-bin
-s1.1
diff --git a/org.eclipse.vex.docbook/.project b/org.eclipse.vex.docbook/.project
index 7eea5fd5..e95555b6 100644
--- a/org.eclipse.vex.docbook/.project
+++ b/org.eclipse.vex.docbook/.project
@@ -20,15 +20,9 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
</projectDescription>
diff --git a/org.eclipse.vex.docbook/META-INF/MANIFEST.MF b/org.eclipse.vex.docbook/META-INF/MANIFEST.MF
index 6dce86d4..b49b49ac 100644
--- a/org.eclipse.vex.docbook/META-INF/MANIFEST.MF
+++ b/org.eclipse.vex.docbook/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.vex.docbook;singleton:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
diff --git a/org.eclipse.vex.docbook/pom.xml b/org.eclipse.vex.docbook/pom.xml
index 07293693..5f67c7ae 100644
--- a/org.eclipse.vex.docbook/pom.xml
+++ b/org.eclipse.vex.docbook/pom.xml
@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.vex.docbook</artifactId>
<packaging>eclipse-plugin</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>Vex DocBook Support</name>
<parent>
<artifactId>org.eclipse.vex-releng</artifactId>
<groupId>org.eclipse.vex</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../org.eclipse.vex.releng/pom.xml</relativePath>
</parent>
diff --git a/org.eclipse.vex.docbook/styles/docbook-plain.css b/org.eclipse.vex.docbook/styles/docbook-plain.css
index 48696659..7b608780 100644
--- a/org.eclipse.vex.docbook/styles/docbook-plain.css
+++ b/org.eclipse.vex.docbook/styles/docbook-plain.css
@@ -658,6 +658,17 @@ releaseinfo:before {
font-weight: bold;
}
+remark {
+ font-style: italic;
+ color: #b44
+}
+
+remark:before {
+ content: "Remark: ";
+ font-weight: bold;
+ color: #b44
+}
+
replaceable {
display: inline;
font-family: "Times New Roman", serif;
@@ -967,6 +978,13 @@ warning:before {
xref {
display: inline;
+ color: blue;
+ font-style: italic;
+}
+
+xref:before {
+ display: inline;
+ content: "XRef: " attr(endterm);
}
year {

Back to the top