Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/bundles/dependency.factory.bundle/src/main/java/org/eclipse/gemini/blueprint/iandt/simpleservice2/MyService2.java.bak')
-rw-r--r--integration-tests/bundles/dependency.factory.bundle/src/main/java/org/eclipse/gemini/blueprint/iandt/simpleservice2/MyService2.java.bak29
1 files changed, 0 insertions, 29 deletions
diff --git a/integration-tests/bundles/dependency.factory.bundle/src/main/java/org/eclipse/gemini/blueprint/iandt/simpleservice2/MyService2.java.bak b/integration-tests/bundles/dependency.factory.bundle/src/main/java/org/eclipse/gemini/blueprint/iandt/simpleservice2/MyService2.java.bak
deleted file mode 100644
index 7c3165c..0000000
--- a/integration-tests/bundles/dependency.factory.bundle/src/main/java/org/eclipse/gemini/blueprint/iandt/simpleservice2/MyService2.java.bak
+++ /dev/null
@@ -1,29 +0,0 @@
-/******************************************************************************
- * Copyright (c) 2006, 2010 VMware Inc., Oracle Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * and Apache License v2.0 which accompanies this distribution.
- * The Eclipse Public License is available at
- * http://www.eclipse.org/legal/epl-v10.html and the Apache License v2.0
- * is available at http://www.opensource.org/licenses/apache2.0.php.
- * You may elect to redistribute this code under either of these licenses.
- *
- * Contributors:
- * VMware Inc.
- * Oracle Inc.
- *****************************************************************************/
-
-package org.springframework.osgi.iandt.simpleservice2;
-
-/**
- * @author Hal Hildebrand
- * Date: Aug 27, 2007
- * Time: 9:43:47 AM
- */
-public interface MyService2 {
-
- String stringValue();
-
- void voidMethod();
-
-}

Back to the top