-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove last references to old namespace
- Loading branch information
1 parent
92759e1
commit 47f2360
Showing
42 changed files
with
314 additions
and
322 deletions.
There are no files selected for viewing
174 changes: 87 additions & 87 deletions
174
bundles/org.dataflowanalysis.pcm.extension.dddsl.ui/plugin.xml
Large diffs are not rendered by default.
Oops, something went wrong.
174 changes: 87 additions & 87 deletions
174
bundles/org.dataflowanalysis.pcm.extension.dictionary.characterized.dsl.ui/plugin.xml
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...rg.dataflowanalysis.pcm.extension.dictionary.characterized.dsl.ui/templates/templates.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="true" context="org.palladiosimulator.dataflow.dictionary.characterized.dsl.CharacterizedDataDictionary.BehaviorDefinition" deleted="false" description="Simple behavior that forwards everything" enabled="true" name="Behavior" id="org.palladiosimulator.dataflow.dictionary.characterized.dsl.ui.behavior">behavior ${name} { | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="true" context="org.dataflowanalysis.pcm.extension.dictionary.characterized.dsl.CharacterizedDataDictionary.BehaviorDefinition" deleted="false" description="Simple behavior that forwards everything" enabled="true" name="Behavior" id="org.dataflowanalysis.pcm.extension.dictionary.characterized.dsl.ui.behavior">behavior ${name} { | ||
input ${input_pin} | ||
output ${output_pin} | ||
${output_pin}.*.* := ${input_pin}.*.* | ||
}</template><template autoinsert="true" context="org.palladiosimulator.dataflow.dictionary.characterized.dsl.CharacterizedDataDictionary.EnumCharacteristic" deleted="false" description="Simple characteristic applying one literal" enabled="true" name="Characteristic" id="org.palladiosimulator.dataflow.dictionary.characterized.dsl.ui.characteristic">enumCharacteristic ${ name} using ${type:CrossReference(Characteristic.type)} { | ||
}</template><template autoinsert="true" context="org.dataflowanalysis.pcm.extension.dictionary.characterized.dsl.CharacterizedDataDictionary.EnumCharacteristic" deleted="false" description="Simple characteristic applying one literal" enabled="true" name="Characteristic" id="org.dataflowanalysis.pcm.extension.dictionary.characterized.dsl.ui.characteristic">enumCharacteristic ${ name} using ${type:CrossReference(Characteristic.type)} { | ||
${values:CrossReference(EnumCharacteristic.values)} | ||
}</template><template autoinsert="true" context="org.palladiosimulator.dataflow.dictionary.characterized.dsl.CharacterizedDataDictionary.CharacteristicType" deleted="false" description="Default characteristic type using an enumeration" enabled="true" name="Characteristic Type" id="org.palladiosimulator.dataflow.dictionary.characterized.dsl.ui.characteristictype">enumCharacteristicType ${name} using ${type:CrossReference(EnumCharacteristicType.type)}</template><template autoinsert="true" context="org.palladiosimulator.dataflow.dictionary.characterized.dsl.CharacterizedDataDictionary.Enumeration" deleted="false" description="Simple enumeration holding two literals" enabled="true" name="Enumeration" id="org.palladiosimulator.dataflow.dictionary.characterized.dsl.ui.enumeration">enum ${name} { | ||
}</template><template autoinsert="true" context="org.dataflowanalysis.pcm.extension.dictionary.characterized.dsl.CharacterizedDataDictionary.CharacteristicType" deleted="false" description="Default characteristic type using an enumeration" enabled="true" name="Characteristic Type" id="org.dataflowanalysis.pcm.extension.dictionary.characterized.dsl.ui.characteristictype">enumCharacteristicType ${name} using ${type:CrossReference(EnumCharacteristicType.type)}</template><template autoinsert="true" context="org.dataflowanalysis.pcm.extension.dictionary.characterized.dsl.CharacterizedDataDictionary.Enumeration" deleted="false" description="Simple enumeration holding two literals" enabled="true" name="Enumeration" id="org.dataflowanalysis.pcm.extension.dictionary.characterized.dsl.ui.enumeration">enum ${name} { | ||
${literal1} | ||
${literal2} | ||
}</template></templates> |
2 changes: 1 addition & 1 deletion
2
bundles/org.dataflowanalysis.pcm.extension.dictionary.characterized.edit/plugin.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
bundles/org.dataflowanalysis.pcm.extension.dictionary.characterized.editor/plugin.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
bundles/org.dataflowanalysis.pcm.extension.dictionary.characterized.tests/plugin.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# | ||
|
||
pluginName = org.palladiosimulator.dataflow.dictionary.characterized Tests | ||
pluginName = org.dataflowanalysis.pcm.extension.dictionary.characterized Tests | ||
providerName = www.example.org |
2 changes: 1 addition & 1 deletion
2
bundles/org.dataflowanalysis.pcm.extension.dictionary.characterized/plugin.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# | ||
|
||
pluginName = org.palladiosimulator.dataflow.dictionary.characterized | ||
pluginName = org.dataflowanalysis.pcm.extension.dictionary.characterized | ||
providerName = www.example.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
bundles/org.dataflowanalysis.pcm.extension.dictionary.edit/plugin.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
bundles/org.dataflowanalysis.pcm.extension.dictionary.editor/plugin.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
bundles/org.dataflowanalysis.pcm.extension.dictionary.tests/plugin.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# | ||
|
||
pluginName = org.palladiosimulator.dataflow.dictionary Tests | ||
pluginName = org.dataflowanalysis.pcm.extension.dictionary Tests | ||
providerName = www.example.org |
2 changes: 1 addition & 1 deletion
2
bundles/org.dataflowanalysis.pcm.extension.dictionary/plugin.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# | ||
|
||
pluginName = org.palladiosimulator.dataflow.dictionary | ||
pluginName = org.dataflowanalysis.pcm.extension.dictionary | ||
providerName = www.example.org |
Oops, something went wrong.