Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/bundles_src/test.plugins.c/test/plugins/c/exported/Test.java')
-rw-r--r--bundles/org.eclipse.osgi.tests/bundles_src/test.plugins.c/test/plugins/c/exported/Test.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/bundles/org.eclipse.osgi.tests/bundles_src/test.plugins.c/test/plugins/c/exported/Test.java b/bundles/org.eclipse.osgi.tests/bundles_src/test.plugins.c/test/plugins/c/exported/Test.java
deleted file mode 100644
index 8f7806fa1..000000000
--- a/bundles/org.eclipse.osgi.tests/bundles_src/test.plugins.c/test/plugins/c/exported/Test.java
+++ /dev/null
@@ -1,15 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2012 IBM Corporation 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:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package test.plugins.c.exported;
-
-public class Test {
- // nothing
-}

Back to the top