Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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/spi/common/id
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/spi/common/id')
-rw-r--r--plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/package-info.java15
-rw-r--r--plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/package.html23
2 files changed, 15 insertions, 23 deletions
diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/package-info.java b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/package-info.java
new file mode 100644
index 0000000000..b400e07001
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/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 service provider interfaces and useful base implementations for dealing with object and revision IDs.
+ */
+package org.eclipse.emf.cdo.spi.common.id;
diff --git a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/package.html b/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/package.html
deleted file mode 100644
index 2966aa7608..0000000000
--- a/plugins/org.eclipse.emf.cdo.common/src/org/eclipse/emf/cdo/spi/common/id/package.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!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">
-
-Common service provider interfaces and useful base implementations for dealing with object and revision IDs.
-<p>
-
-</body>
-</html>

Back to the top