Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Boldt2006-05-29 21:09:31 +0000
committerNick Boldt2006-05-29 21:09:31 +0000
commit1887fe814804d2b4a0df8e0703c94e806c4571a9 (patch)
treed65bca465bc13974841f7e6676f3fa64c851b577 /plugins/org.eclipse.emf.cdo.doc/plugin.xml
parent62e14b03ccab40b4b842ece1fa3137381dce85bd (diff)
downloadcdo-1887fe814804d2b4a0df8e0703c94e806c4571a9.tar.gz
cdo-1887fe814804d2b4a0df8e0703c94e806c4571a9.tar.xz
cdo-1887fe814804d2b4a0df8e0703c94e806c4571a9.zip
[144269] fix namespace (org.eclipse.cdo -> org.eclipse.emf.sdo)
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/plugin.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/plugin.xml b/plugins/org.eclipse.emf.cdo.doc/plugin.xml
new file mode 100644
index 0000000000..0587b451fa
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.doc/plugin.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.0"?>
+<!--
+/**
+ * <copyright>
+ *
+ * Copyright (c) 2004-2006 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM - Initial API and implementation
+ *
+ * </copyright>
+ *
+ * $Id:
+ */
+-->
+<plugin>
+ <extension
+ point="org.eclipse.help.toc">
+ <toc file="toc.xml" primary="true"/>
+ <index path="index"/>
+ </extension>
+</plugin>
+

Back to the top