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 /plugins/org.eclipse.emf.cdo.releng/src
parent8bb601eb0f27c1cc35e5ef3781ae25108966355e (diff)
downloadcdo-d6e8837acf994b019fb168e5453c857b9d20aa7f.tar.gz
cdo-d6e8837acf994b019fb168e5453c857b9d20aa7f.tar.xz
cdo-d6e8837acf994b019fb168e5453c857b9d20aa7f.zip
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng/src')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/src/org/eclipse/emf/cdo/releng/Dummy.java19
1 files changed, 19 insertions, 0 deletions
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