Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/org.eclipse.emf.transaction.doc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.emf.transaction.doc;singleton:=true
Bundle-Version: 1.5.0.qualifier
Bundle-Version: 1.6.0.qualifier
Bundle-Vendor: %Provider.name
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
Expand Down
5 changes: 4 additions & 1 deletion doc/org.eclipse.emf.transaction.doc/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ bin.includes = META-INF/,\
about.properties,\
modeling32.png,\
plugin.xml,\
plugin.properties
plugin.properties,\
references/,\
tutorials/,\
toc.xml
src.includes = about.html
custom = true
27 changes: 2 additions & 25 deletions doc/org.eclipse.emf.transaction.doc/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,30 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="toc.xml"
primary="true"
category="org.eclipse.emf.qtv"/>
<index path="index"/>
</extension>
-->
<!-- ============================= -->
<!-- Define TOCs -->
<!-- ============================= -->
<extension point="org.eclipse.help.toc">
<toc file="topics_Reference.xml"/>
</extension>
<!-- ============================= -->
<!-- Define Javadoc locations -->
<!-- ============================= -->
<!--
<extension point="org.eclipse.pde.core.javadoc">
<javadoc path="references/javadoc">
<plugin id="org.eclipse.emf.transaction"/>
<plugin id="org.eclipse.emf.transaction.ui"/>
</javadoc>
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true" category="org.eclipse.emf.qtv"/>
</extension>
-->
</plugin>
2 changes: 1 addition & 1 deletion doc/org.eclipse.emf.transaction.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.emf.transaction.plugins</groupId>
<artifactId>org.eclipse.emf.transaction.doc</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
14 changes: 0 additions & 14 deletions doc/org.eclipse.emf.transaction.doc/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,4 @@
<anchor id="other-examples"/>
</topic>
<anchor id="examples-after" />

<anchor id="reference-before" />
<topic label="Reference">
<link toc="topics_Reference.xml"/>
<anchor id="other-reference"/>
<anchor id="reference-ext-pt-before" />
<topic label="Extension Points Reference">
<topic label="org.eclipse.emf.transaction.editingDomains" href="references/extension-points/org_eclipse_emf_transaction_editingDomains.html" />
<topic label="org.eclipse.emf.transaction.listeners" href="references/extension-points/org_eclipse_emf_transaction_listeners.html" />
<anchor id="other-ext-pts"/>
</topic>
<anchor id="reference-ext-pt-after" />
</topic>
<anchor id="reference-after" />
</toc>
7 changes: 0 additions & 7 deletions doc/org.eclipse.emf.transaction.doc/topics_Reference.xml

This file was deleted.

2 changes: 1 addition & 1 deletion doc/org.eclipse.emf.workspace.doc/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.emf.workspace.doc;singleton:=true
Bundle-Version: 1.4.0.qualifier
Bundle-Version: 1.5.0.qualifier
Bundle-Vendor: %Provider.name
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
Expand Down
7 changes: 6 additions & 1 deletion doc/org.eclipse.emf.workspace.doc/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ bin.includes = META-INF/,\
about.properties,\
modeling32.png,\
plugin.xml,\
plugin.properties
plugin.properties,\
references/,\
tutorials/,\
topics_Overviews.xml,\
topics_Tutorials.xml,\
topics_Examples.xml
src.includes = about.html
custom = true
21 changes: 1 addition & 20 deletions doc/org.eclipse.emf.workspace.doc/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<!-- ============================= -->
<!-- Define TOCs -->
<!-- ============================= -->
<!--
<extension
point="org.eclipse.help.toc">
<extension point="org.eclipse.help.toc">
<toc file="topics_Overviews.xml" />
<toc file="topics_Tutorials.xml" />
<toc file="topics_Examples.xml" />
<toc file="topics_Reference.xml" />
<index path="index"/>
</extension>
-->
<!-- ============================= -->
<!-- Define Javadoc locations -->
<!-- ============================= -->
<!--
<extension point="org.eclipse.pde.core.javadoc">
<javadoc path="references/javadoc">
<plugin id="org.eclipse.emf.workspace"/>
<plugin id="org.eclipse.emf.workspace.ui"/>
</javadoc>
</extension>
-->
</plugin>
2 changes: 1 addition & 1 deletion doc/org.eclipse.emf.workspace.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.emf.transaction.plugins</groupId>
<artifactId>org.eclipse.emf.workspace.doc</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
7 changes: 0 additions & 7 deletions doc/org.eclipse.emf.workspace.doc/topics_Reference.xml

This file was deleted.

Loading