Skip to content

Commit 7f8a28d

Browse files
committed
fix property page issues
1 parent 7a283a0 commit 7f8a28d

File tree

3,144 files changed

+4911
-49329
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,144 files changed

+4911
-49329
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- definition -->
66
<groupId>org.modelio.module</groupId>
77
<artifactId>marte</artifactId>
8-
<version>4.1.04</version>
8+
<version>4.1.06</version>
99
<name>MARTEDesigner</name>
1010
<repositories>
1111
<repository>
49.9 KB
Binary file not shown.
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
package org.modelio.module.marte.api;
22

3-
import com.modeliosoft.modelio.javadesigner.annotations.objid;
43
import org.modelio.api.module.IPeerModule;
54

6-
@objid ("9678c3b4-9292-44db-8969-315bec26845e")
75
public interface IMARTEDesignerPeerModule extends IPeerModule {
8-
@objid ("dbfb76fe-c56a-4dbc-b375-e4a466114305")
96
public static final String MODULE_NAME = "MARTEDesigner";
107

118
}
Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,23 @@
11
package org.modelio.module.marte.api;
22

3-
import com.modeliosoft.modelio.javadesigner.annotations.objid;
43

5-
@objid ("54d5a133-b428-41f2-946d-6a14be8cad02")
64
public interface MARTEDesignerNoteTypes {
7-
@objid ("c4651418-c0fe-497e-b9ef-1489e9125a85")
85
public static final String MODELELEMENT_ASSIGN = "Assign";
96

10-
@objid ("e65a561a-8b74-43e1-804f-90c1885f659d")
117
public static final String MODELELEMENT_TIMEDOBSERVATION = "TimedObservation";
128

13-
@objid ("df2f6e8f-2b62-414b-9a57-dead195ca623")
149
public static final String RTFEATURE_CALLACTION_RTFEATURE_CALLACTION_SPECIFICATION = "RtFeature_CallAction_specification";
1510

16-
@objid ("d58f395c-d2a4-434b-a937-6106e520c1be")
1711
public static final String RTFEATURE_MESSAGE_RTFEATURE_MESSAGE_SPECIFICATION = "RtFeature_Message_specification";
1812

19-
@objid ("a16f7bd6-f428-4d68-a0b5-1c41636544d8")
2013
public static final String RTFEATURE_OPAQUEACTION_RTFEATURE_OPAQUEACTION_SPECIFICATION = "RtFeature_OpaqueAction_specification";
2114

22-
@objid ("0261d2f6-c2c9-4ddc-b19f-ec657c7e17c4")
2315
public static final String RTFEATURE_OPERATION_RTFEATURE_OPERATION_SPECIFICATION = "RtFeature_Operation_specification";
2416

25-
@objid ("41b35dcf-6651-4203-b6a3-3623c4923dc9")
2617
public static final String RTFEATURE_PORT_RTFEATURE_PORT_SPECIFICATION = "RtFeature_Port_specification";
2718

28-
@objid ("7b298069-277e-4956-9f96-b71ebf5f6453")
2919
public static final String RTFEATURE_SENDSIGNALACTION_RTFEATURE_SENDSIGNALACTION_SPECIFICATION = "RtFeature_SendSignalAction_specification";
3020

31-
@objid ("7db89fa5-0287-4e20-84cc-61435ddbc1e6")
3221
public static final String RTFEATURE_SIGNAL_RTFEATURE_SIGNAL_SPECIFICATION = "RtFeature_Signal_specification";
3322

3423
}
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package org.modelio.module.marte.api;
22

3-
import com.modeliosoft.modelio.javadesigner.annotations.objid;
43

5-
@objid ("6cbbfa96-55c9-4beb-b18a-9078535c164b")
64
public interface MARTEDesignerParameters {
75
}

0 commit comments

Comments
 (0)