Skip to content
Snippets Groups Projects
Commit ec0452f1 authored by Stefano puri's avatar Stefano puri
Browse files

added 0.10.0 tag

parent 1a987197
No related branches found
No related tags found
No related merge requests found
Showing
with 19 additions and 9 deletions
......@@ -16,7 +16,7 @@
<feature
id="org.polarsys.chess.contracts.feature"
label="CHESS Contracts and Formal Verification feature"
version="0.9.0.qualifier"
version="0.10.0.qualifier"
provider-name="Intecs">
<description>
......@@ -43,8 +43,7 @@ for formal verification of contracts refinement.
id="org.polarsys.chess.contracts.integration"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>
<plugin
id="org.polarsys.chess.contracts.profile"
......
......@@ -2,7 +2,7 @@
<feature
id="org.polarsys.chess.fla.feature"
label="CHESS FLA feature (Incubation)"
version="0.9.0.qualifier">
version="0.10.0.qualifier">
<description>
Failure Logic Analysis CHESS plugins.
......
......@@ -72,8 +72,6 @@ import org.polarsys.chess.core.views.DiagramStatus;
import org.polarsys.chess.core.views.ViewUtils;
import org.polarsys.chess.service.utils.CHESSEditorUtils;
import static org.polarsys.chess.core.util.CHESSProjectSupport.printlnToCHESSConsole;
/**
* BuildModelInstanceCommand allows to create UML InstanceSpecifications starting from a Component definition
*/
......@@ -404,6 +402,7 @@ public class BuildModelInstanceCommand extends AbstractHandler implements
*
* @param property the property
* @param instance the instance
* @since 0.10
*/
public static void mapStereotypesFromPropertyToInstance(Property property, InstanceSpecification instance, InstanceSpecification oldinstance){
Type type = property.getType();
......
......@@ -2,7 +2,7 @@
<feature
id="org.polarsys.chess.feature"
label="CHESS Polarsys"
version="0.9.0.qualifier"
version="0.10.0.qualifier"
provider-name="Polarsys CHESS Project">
<description url="http://www.example.com/description">
......@@ -110,4 +110,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
<plugin
id="org.polarsys.chess.instance.view"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
......@@ -2,7 +2,7 @@
<feature
id="org.polarsys.chess.statebased.feature"
label="CHESS Polarsys - State Based Analysis Extensions"
version="0.9.0.qualifier"
version="0.10.0.qualifier"
provider-name="UNIFI-Intecs">
<description>
......
......@@ -38,6 +38,7 @@ import org.polarsys.chess.core.profiles.CHESSProfileManager;
* This class implements the following constraint (invoked by the EMF validation framework):
* the SaAnalysisContext classifier in the Analysis View must have its Platform property
* valued with a CHGaResourcePlatform that is a Package in the Component View.
* @since 0.10
*/
public class AV_03 extends AbstractModelConstraint {
......
......@@ -30,6 +30,7 @@ import org.polarsys.chess.chessmlprofile.util.Constants;
/**
* The Class Connector_03.
* Check that flow ports on the ends of a connection are compatible in type
* @since 0.10
*/
public class Connector_03 extends AbstractModelConstraint {
......
......@@ -44,6 +44,7 @@ import org.polarsys.chess.core.util.uml.UMLUtils;
* A Functional Partition that has at least one ComponentImplementation instance deployed on it
* must be allocated on exactly one Core. (else ERROR)
* 20160315 LB Modified for addressing multiple deployments and addressing different needs for Avionic Domain models
* @since 0.10
*/
public class DV_05 extends AbstractModelConstraint {
......
......@@ -44,6 +44,7 @@ import org.polarsys.chess.core.util.uml.UMLUtils;
* A Functional Partition that has no ComponentImplementation instance deployed on it
* should be allocated on exactly one Core. (only WARNING)
* 20160315 LB Modified for addressing multiple deployments and addressing different needs for Avionic Domain models
* @since 0.10
*/
public class DV_06 extends AbstractModelConstraint {
......
......@@ -35,6 +35,7 @@ import org.polarsys.chess.chessmlprofile.util.Constants;
* The Class EFVRT_01.
* This class implements the following constraint (invoked by the EMF validation framework):
* the attribute 'context' of CHRtSpecification must be set to an operation of the component (e.g. not of the interface).
* @since 0.10
*/
public class EFVRT_01 extends AbstractModelConstraint {
......
......@@ -2,7 +2,7 @@
<feature
id="org.polarsys.chess.xtext.feature"
label="CHESS Polarsys XText Feature"
version="0.9.0.qualifier"
version="0.10.0.qualifier"
provider-name="CHESS Polarsys Project">
<description url="http://www.example.com/description">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment