Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.coverage.demo/src/org/eclipse/osee/coverage/demo/examples/import05/CoverageImport5TestBlam.java')
-rw-r--r--plugins/org.eclipse.osee.coverage.demo/src/org/eclipse/osee/coverage/demo/examples/import05/CoverageImport5TestBlam.java34
1 files changed, 0 insertions, 34 deletions
diff --git a/plugins/org.eclipse.osee.coverage.demo/src/org/eclipse/osee/coverage/demo/examples/import05/CoverageImport5TestBlam.java b/plugins/org.eclipse.osee.coverage.demo/src/org/eclipse/osee/coverage/demo/examples/import05/CoverageImport5TestBlam.java
deleted file mode 100644
index cb5114419bf..00000000000
--- a/plugins/org.eclipse.osee.coverage.demo/src/org/eclipse/osee/coverage/demo/examples/import05/CoverageImport5TestBlam.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2004, 2007 Boeing.
- * 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:
- * Boeing - initial API and implementation
- *******************************************************************************/
-package org.eclipse.osee.coverage.demo.examples.import05;
-
-import java.util.Arrays;
-import org.eclipse.osee.coverage.demo.examples.CoverageImportTestBlam;
-
-/**
- * Imports change to epu.PowerUnit1, adding a new method
- *
- * @author Donald G. Dunne
- */
-public class CoverageImport5TestBlam extends CoverageImportTestBlam {
-
- public static String NAME = "Test Import 5";
-
- public CoverageImport5TestBlam() {
- super(NAME, Arrays.asList(
- //
- "import05/nav/NavigationButton1.java", "import01/nav/NavigationButton2.java",
- "import01/nav/NavigationButton3.java"
- //
- ));
- }
-
-} \ No newline at end of file

Back to the top