Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-03 08:28:15 +0000
committerEike Stepper2011-09-03 08:28:15 +0000
commit527531b5418eaec0a16ec50b986f4cd13bc03cf5 (patch)
treeccaec9190121e9bb4a45d57c3e256eb3e2b2e5a8 /plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/package-info.java
parentce02ef4805d48b58dc0d10a3736d16388ee4a290 (diff)
downloadcdo-527531b5418eaec0a16ec50b986f4cd13bc03cf5.tar.gz
cdo-527531b5418eaec0a16ec50b986f4cd13bc03cf5.tar.xz
cdo-527531b5418eaec0a16ec50b986f4cd13bc03cf5.zip
converted package.html to packe-info.java / added apiviz
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/package-info.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/package-info.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/package-info.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/package-info.java
new file mode 100644
index 0000000000..a2589df008
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/package-info.java
@@ -0,0 +1,15 @@
+/*
+ * 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
+ */
+
+/**
+ * Common concepts for dealing with models and types.
+ */
+package org.eclipse.emf.cdo.common.model;

Back to the top