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.editor
parentf6697be0fa991e622ebc7d2ce42137962e19bb5d (diff)
downloadcdo-7da6d92bb04013c8804b2e424e23c5ef33844d37.tar.gz
cdo-7da6d92bb04013c8804b2e424e23c5ef33844d37.tar.xz
cdo-7da6d92bb04013c8804b2e424e23c5ef33844d37.zip
Javadocs
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.security.editor')
-rw-r--r--plugins/org.eclipse.emf.cdo.security.editor/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.emf.cdo.security.editor/build.properties9
2 files changed, 10 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.security.editor/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.security.editor/META-INF/MANIFEST.MF
index fa1002678c..9f6c33d69a 100644
--- a/plugins/org.eclipse.emf.cdo.security.editor/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.security.editor/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Vendor: %providerName
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.emf.cdo.security.presentation.SecurityEditorPlugin$Implementation
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.emf.cdo.security.presentation;version="4.1.0"
+Export-Package: org.eclipse.emf.cdo.security.presentation;version="4.1.0";x-internal:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)";visibility:=reexport,
org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)";visibility:=reexport,
diff --git a/plugins/org.eclipse.emf.cdo.security.editor/build.properties b/plugins/org.eclipse.emf.cdo.security.editor/build.properties
index 712c8c269f..1b88de9ca7 100644
--- a/plugins/org.eclipse.emf.cdo.security.editor/build.properties
+++ b/plugins/org.eclipse.emf.cdo.security.editor/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 = .,\
icons/,\

Back to the top