From 527531b5418eaec0a16ec50b986f4cd13bc03cf5 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Sat, 3 Sep 2011 08:28:15 +0000 Subject: converted package.html to packe-info.java / added apiviz --- .../org/eclipse/emf/cdo/common/model/package-info.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/package-info.java (limited to 'plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/common/model/package-info.java') 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; -- cgit v1.2.3