Skip to content

Commit 28a2529

Browse files
Fixing Tosca Designer version + Tosca library version
1 parent 2445038 commit 28a2529

File tree

4 files changed

+4
-376
lines changed

4 files changed

+4
-376
lines changed

ToscaDesigner/src/main/conf/module.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<Module id="ToscaDesigner" class="fr.softeam.toscadesigner.impl.ToscaDesignerModule" binaryversion="5.4.01" version="0.0.00" schema-level="2" uid="942db9f9-6869-472c-b269-9ca7ec36a014" author="Softeam" image="" url="">
2+
<Module id="ToscaDesigner" class="fr.softeam.toscadesigner.impl.ToscaDesignerModule" binaryversion="5.4.01" version="0.0.1" schema-level="2" uid="942db9f9-6869-472c-b269-9ca7ec36a014" author="Softeam" image="" url="">
33
<ClassPath>
44
<PathEntry path="lib/${project.artifactId}-${project.version}.jar"/>
55
<PathEntry path="lib/commons-text-1.11.0.jar"/>
@@ -1052,7 +1052,7 @@
10521052
<Scope metaclass="Standard.Package" stereotype="ToscaDesigner#ToscaModel"/>
10531053
<Scope metaclass="Infrastructure.ModelElement" stereotype="ToscaDesigner#TNodeType"/>
10541054
<Scope metaclass="Infrastructure.ModelElement" stereotype="ToscaDesigner#TTopologyTemplate"/>
1055-
<Handler class="fr.softeam.toscadesigner.handlers.commands.ExportToscaModelCommand">
1055+
<Handler class="fr.softeam.toscadesigner.handlers.commands.ToacaModelExport">
10561056
<HParameter name="name" value=""/>
10571057
</Handler>
10581058
</Command>
238 KB
Binary file not shown.

ToscaDesigner/src/main/java/fr/softeam/toscadesigner/api/tosca/standard/attribute/TCapabilityDefinition.java

Lines changed: 0 additions & 372 deletions
This file was deleted.

0 commit comments

Comments
 (0)