Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-09-04 18:59:58 +0000
committerThomas Watson2008-09-04 18:59:58 +0000
commit3abb7d44e251e90572583d096d71b03b24941239 (patch)
treeb2f1763c26c67c1c95f9d296335e04c3c76bb198 /bundles/org.eclipse.osgi.tests/bundles_src/buddy.registered.a.test2/buddy
parente0fb9ad32eb42037e4812ea8998d8a9ccb7bc356 (diff)
downloadrt.equinox.framework-3abb7d44e251e90572583d096d71b03b24941239.tar.gz
rt.equinox.framework-3abb7d44e251e90572583d096d71b03b24941239.tar.xz
rt.equinox.framework-3abb7d44e251e90572583d096d71b03b24941239.zip
Bug 246132 Refactor loader layer
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/bundles_src/buddy.registered.a.test2/buddy')
-rw-r--r--bundles/org.eclipse.osgi.tests/bundles_src/buddy.registered.a.test2/buddy/registered/a/test2/ATest.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/bundles_src/buddy.registered.a.test2/buddy/registered/a/test2/ATest.java b/bundles/org.eclipse.osgi.tests/bundles_src/buddy.registered.a.test2/buddy/registered/a/test2/ATest.java
new file mode 100644
index 000000000..14e3e3c99
--- /dev/null
+++ b/bundles/org.eclipse.osgi.tests/bundles_src/buddy.registered.a.test2/buddy/registered/a/test2/ATest.java
@@ -0,0 +1,15 @@
+/*******************************************************************************
+ * Copyright (c) 2008 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 buddy.registered.a.test2;
+
+public class ATest {
+
+}

Back to the top