Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-10-14 15:46:56 +0000
committerEike Stepper2011-10-14 15:46:56 +0000
commitd6e8837acf994b019fb168e5453c857b9d20aa7f (patch)
treea78089bbfa46778e196183e1de233e87be086253
parent8bb601eb0f27c1cc35e5ef3781ae25108966355e (diff)
downloadcdo-d6e8837acf994b019fb168e5453c857b9d20aa7f.tar.gz
cdo-d6e8837acf994b019fb168e5453c857b9d20aa7f.tar.xz
cdo-d6e8837acf994b019fb168e5453c857b9d20aa7f.zip
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/META-INF/MANIFEST.MF1
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/src/org/eclipse/emf/cdo/releng/Dummy.java19
2 files changed, 20 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.releng/META-INF/MANIFEST.MF
index 02c928ce1f..fa5b45e49a 100644
--- a/plugins/org.eclipse.emf.cdo.releng/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.releng/META-INF/MANIFEST.MF
@@ -6,3 +6,4 @@ Bundle-Version: 4.1.0.qualifier
Bundle-Vendor: Eclipse Modeling Project
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
+Export-Package: org.eclipse.emf.cdo.releng;version="4.1.0";x-internal:=true
diff --git a/plugins/org.eclipse.emf.cdo.releng/src/org/eclipse/emf/cdo/releng/Dummy.java b/plugins/org.eclipse.emf.cdo.releng/src/org/eclipse/emf/cdo/releng/Dummy.java
new file mode 100644
index 0000000000..b84f46ad3f
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng/src/org/eclipse/emf/cdo/releng/Dummy.java
@@ -0,0 +1,19 @@
+/*
+ * 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
+ */
+package org.eclipse.emf.cdo.releng;
+
+/**
+ * @author Eike Stepper
+ */
+public class Dummy
+{
+
+}

Back to the top