Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-06-10 17:49:00 +0000
committerEike Stepper2012-06-10 17:49:00 +0000
commit7da6d92bb04013c8804b2e424e23c5ef33844d37 (patch)
treef302a4e8fd58a6acab4a865f2ac415ae6fe169bc /plugins/org.eclipse.emf.cdo.security
parentf6697be0fa991e622ebc7d2ce42137962e19bb5d (diff)
downloadcdo-7da6d92bb04013c8804b2e424e23c5ef33844d37.tar.gz
cdo-7da6d92bb04013c8804b2e424e23c5ef33844d37.tar.xz
cdo-7da6d92bb04013c8804b2e424e23c5ef33844d37.zip
Javadocs
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.security')
-rw-r--r--plugins/org.eclipse.emf.cdo.security/build.properties9
-rw-r--r--plugins/org.eclipse.emf.cdo.security/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/impl/package-info.java18
-rw-r--r--plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/package-info.java19
-rw-r--r--plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/util/package-info.java16
5 files changed, 63 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.security/build.properties b/plugins/org.eclipse.emf.cdo.security/build.properties
index 389188df0b..b2345d6474 100644
--- a/plugins/org.eclipse.emf.cdo.security/build.properties
+++ b/plugins/org.eclipse.emf.cdo.security/build.properties
@@ -1,4 +1,13 @@
+# Copyright (c) 2004 - 2012 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
+
+# NLS_MESSAGEFORMAT_VAR
bin.includes = .,\
model/,\
diff --git a/plugins/org.eclipse.emf.cdo.security/plugin.properties b/plugins/org.eclipse.emf.cdo.security/plugin.properties
index b9a01a047e..5e6e12aa75 100644
--- a/plugins/org.eclipse.emf.cdo.security/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.security/plugin.properties
@@ -7,5 +7,5 @@
# Contributors:
# Eike Stepper - initial API and implementation
-pluginName = CDO Model Repository Security Model
+pluginName = CDO Model Repository Security
providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/impl/package-info.java b/plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/impl/package-info.java
new file mode 100644
index 0000000000..9e36d48d95
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/impl/package-info.java
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2004 - 2012 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
+ */
+
+/**
+ * The generated EMF implementation of the CDO security model.
+ *
+ * @apiviz.exclude .*
+ */
+package org.eclipse.emf.cdo.security.impl;
+
diff --git a/plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/package-info.java b/plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/package-info.java
new file mode 100644
index 0000000000..ae39575140
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/package-info.java
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2004 - 2012 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
+ */
+
+/**
+ * The generated EMF API of the CDO security model.
+ *
+ * @apiviz.exclude .*\.EresourcePackage.*
+ * @apiviz.exclude .*\.EresourceFactory.*
+ */
+package org.eclipse.emf.cdo.security;
+
diff --git a/plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/util/package-info.java b/plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/util/package-info.java
new file mode 100644
index 0000000000..674b4ab8fc
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.security/src/org/eclipse/emf/cdo/security/util/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 2004 - 2012 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
+ */
+
+/**
+ * The generated EMF utilities of the CDO security model.
+ */
+package org.eclipse.emf.cdo.security.util;
+

Back to the top