Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-27 15:41:32 +0000
committerEike Stepper2011-05-27 15:41:32 +0000
commit3ebb780c02f95155da18fd1f04357744293de48b (patch)
tree77108236ae5ac88541ee16fcc1c9eddb5bd7b40f /plugins/org.eclipse.emf.cdo
parent70a82b5c6dd8b5f6bbbb9899fccb355e4ddc8d64 (diff)
downloadcdo-3ebb780c02f95155da18fd1f04357744293de48b.tar.gz
cdo-3ebb780c02f95155da18fd1f04357744293de48b.tar.xz
cdo-3ebb780c02f95155da18fd1f04357744293de48b.zip
docs
Diffstat (limited to 'plugins/org.eclipse.emf.cdo')
-rw-r--r--plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/package.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/package.html b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/package.html
new file mode 100644
index 0000000000..161f176ecd
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo/src/org/eclipse/emf/internal/cdo/package.html
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+<!--
+
+ Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) 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:
+ Eike Stepper - initial API and implementation
+
+-->
+</head>
+<body bgcolor="white">
+
+Exposes {@link org.eclipse.emf.internal.cdo.CDOObjectImpl} for extension in generated EMF models.
+<p>
+
+</body>
+</html>

Back to the top