Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-11-05 21:55:55 +0000
committerRoberto E. Escobar2014-11-05 21:56:02 +0000
commit9de61703d3bf9faf3166e82cc11581738a6a19aa (patch)
tree5f7ddb1c101af8a97f38bfe8f16c294abec9f0f4 /plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test
parentb16883a7130f13f1eb75dd9d2576470d6a613aee (diff)
downloadorg.eclipse.osee-9de61703d3bf9faf3166e82cc11581738a6a19aa.tar.gz
org.eclipse.osee-9de61703d3bf9faf3166e82cc11581738a6a19aa.tar.xz
org.eclipse.osee-9de61703d3bf9faf3166e82cc11581738a6a19aa.zip
refactor: Update bundle names
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF
index 6498ff7784c..789b4fae1c7 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Osee DSL Ui Integration Test
+Bundle-Name: OSEE ORCS DSL UI Integration Test (Incubation)
Bundle-SymbolicName: org.eclipse.osee.framework.core.dsl.ui.integration.test
Bundle-Version: 0.19.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/pom.xml b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/pom.xml
index 70dbc4a9891..96b73aeb353 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/pom.xml
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration.test/pom.xml
@@ -12,7 +12,7 @@
<artifactId>org.eclipse.osee.framework.core.dsl.ui.integration.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
- <name>OSEE Core DSL UI Int Test (Incubation)</name>
+ <name>OSEE ORCS DSL UI Integration Test - (Incubation)</name>
<build>
<plugins>

Back to the top