Skip to content

Commit

Permalink
check UI is working correctly #253
Browse files Browse the repository at this point in the history
  • Loading branch information
RBirdwatcher committed Sep 17, 2020
1 parent 19e86dd commit 2911d17
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.efbt.cocamo.smcubes.ui.sirius.feature"
label="CoCaMo"
label="CoCaMo SMCubes UI"
version="1.0.0.qualifier"
provider-name="Bird Software Solutions">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Require-Bundle: org.eclipse.ui,
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName
Automatic-Module-Name: org.eclipse.efbt.data_structures.smcubes.ui.sirius
Automatic-Module-Name: org.eclipse.efbt.cocamo.smcubes.ui.sirius
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<ownedLineMappings name="MEMBER" domainClass="MEMBER" semanticCandidatesExpression="service:getMembers()"/>
<ownedColumnMappings name="name" featureName="name"/>
</ownedRepresentations>
<ownedJavaExtensions qualifiedClassName="org.eclipse.efbt.data_structures.smcubes.ui.sirius.Services"/>
<ownedJavaExtensions qualifiedClassName="org.eclipse.efbt.cocamo.smcubes.ui.sirius.Services"/>
</ownedViewpoints>
</description:Group>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pluginName = org.eclipse.efbt.data_structures.smcubes.ui.sirius
pluginName = org.eclipse.efbt.cocamo.smcubes.ui.sirius
providerName = Eclipse Modeling Project
viewpointName = MyViewpoint
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin>
<extension point="org.eclipse.sirius.componentization">
<component class="org.eclipse.efbt.cocamo.smcubes.ui.sirius.Activator"
id="org.eclipse.efbt.data_structures.smcubes.ui.sirius"
id="org.eclipse.efbt.cocamo.smcubes.ui.sirius"
name="bird">
</component>
</extension>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
public class Activator extends AbstractUIPlugin {
// The plug-in ID
public static final String PLUGIN_ID = "org.eclipse.efbt.data_structures.smcubes.ui.sirius";
public static final String PLUGIN_ID = "org.eclipse.efbt.cocamo.smcubes.ui.sirius";

// The shared instance
private static Activator plugin;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class ImportExport_Test {
public void exampleTest() {


BIRDImporterImpl tester = new BIRDImporterImpl(); // BirdImporter is tested
// BIRDImporterImpl tester = new BIRDImporterImpl(); // BirdImporter is tested



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>org.eclipse.efbt.ldm</groupId>
<artifactId>org.eclipse.efbt.ldm</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.efbt.ldm.component.sqldevconvertor.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down

0 comments on commit 2911d17

Please sign in to comment.