Skip to content

Commit 58024e2

Browse files
authored
Merge pull request #49 from riseclipse/develop
new release
2 parents 6ff5ae2 + 958d268 commit 58024e2

File tree

158 files changed

+17523
-4421
lines changed

Some content is hidden

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

158 files changed

+17523
-4421
lines changed

.github/workflows/Release-On-Maven-Central.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *************************************************************************
2-
# ** Copyright (c) 2022 CentraleSupélec & EDF.
2+
# ** Copyright (c) 2022-2025 CentraleSupélec & EDF.
33
# ** All rights reserved. This program and the accompanying materials
44
# ** are made available under the terms of the Eclipse Public License v2.0
55
# ** which accompanies this distribution, and is available at
@@ -17,18 +17,18 @@
1717
# ** https://riseclipse.github.io
1818
# *************************************************************************
1919

20-
name: Release on OSSRH and Maven Central
20+
name: Release on Maven Central
2121

2222
on:
2323
workflow_dispatch: # Triggered manually for Release
2424

2525
jobs:
26-
call-release-on-ossrh-and-maven-central-workflow:
27-
name: Release on OSSRH and Maven Central with Maven
26+
call-release-on-maven-central-workflow:
27+
name: Release on Maven Central with Maven
2828
uses: riseclipse/riseclipse-developer/.github/workflows/Shared-Release-On-Maven-Central.yml@master
2929
secrets:
3030
RISECLIPSE_PGP_KEY_PRIVATE: ${{ secrets.RISECLIPSE_PGP_KEY_PRIVATE }}
3131
RISECLIPSE_PGP_KEY_PASSWORD: ${{ secrets.RISECLIPSE_PGP_KEY_PASSWORD }}
32-
RISECLIPSE_OSSRH_USERNAME: ${{ secrets.RISECLIPSE_OSSRH_USERNAME }}
33-
RISECLIPSE_OSSRH_PASSWORD: ${{ secrets.RISECLIPSE_OSSRH_PASSWORD }}
32+
RISECLIPSE_CENTRAL_USERNAME: ${{ secrets.RISECLIPSE_CENTRAL_USERNAME }}
33+
RISECLIPSE_CENTRAL_PASSWORD: ${{ secrets.RISECLIPSE_CENTRAL_PASSWORD }}
3434

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# *************************************************************************
2+
# ** Copyright (c) 2025 CentraleSupélec & EDF.
3+
# ** All rights reserved. This program and the accompanying materials
4+
# ** are made available under the terms of the Eclipse Public License v2.0
5+
# ** which accompanies this distribution, and is available at
6+
# ** https://www.eclipse.org/legal/epl-v20.html
7+
# **
8+
# ** This file is part of the RiseClipse tool
9+
# **
10+
# ** Contributors:
11+
# ** Computer Science Department, CentraleSupélec
12+
# ** EDF R&D
13+
# ** Contacts:
14+
# ** dominique.marcadet@centralesupelec.fr
15+
# ** aurelie.dehouck-neveu@edf.fr
16+
# ** Web site:
17+
# ** https://riseclipse.github.io
18+
# *************************************************************************
19+
20+
name: Release snapshots on Maven Central
21+
22+
on:
23+
push:
24+
branches:
25+
- 'develop'
26+
27+
jobs:
28+
call-release-snapshot-on-maven-central-workflow:
29+
name: Release snapshots on Maven Central
30+
uses: riseclipse/riseclipse-developer/.github/workflows/Shared-Deploy-Snapshot-Components.yml@develop
31+
with:
32+
run_sonarqube: true
33+
secrets:
34+
RISECLIPSE_CENTRAL_USERNAME: ${{ secrets.RISECLIPSE_CENTRAL_USERNAME }}
35+
RISECLIPSE_CENTRAL_PASSWORD: ${{ secrets.RISECLIPSE_CENTRAL_PASSWORD }}
36+
SONAR_TOKEN: ${{ secrets.RISECLIPSE_SONAR_TOKEN }}

.github/workflows/Verify.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# *************************************************************************
2-
# ** Copyright (c) 2022 CentraleSupélec & EDF.
2+
# ** Copyright (c) 2022-2025 CentraleSupélec & EDF.
33
# ** All rights reserved. This program and the accompanying materials
44
# ** are made available under the terms of the Eclipse Public License v2.0
55
# ** which accompanies this distribution, and is available at
@@ -22,11 +22,13 @@ name: Build
2222
# This workflow is triggered on every push to verify that the project builds correctly and runs Sonar + Unit tests
2323

2424
on:
25-
push
25+
pull_request:
26+
branches:
27+
- master
2628

2729
jobs:
2830
call-verify-workflow:
2931
name: Verify Project
3032
uses: riseclipse/riseclipse-developer/.github/workflows/Shared-Verify-Components.yml@master
31-
with:
32-
run_sonarqube: false
33+
secrets:
34+
SONAR_TOKEN: ${{ secrets.RISECLIPSE_SONAR_TOKEN }}

fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
66
<classpathentry kind="output" path="bin"/>
77
</classpath>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
33
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
4-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
55
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6-
org.eclipse.jdt.core.compiler.compliance=17
6+
org.eclipse.jdt.core.compiler.compliance=21
77
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
88
org.eclipse.jdt.core.compiler.debug.localVariable=generate
99
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -12,4 +12,4 @@ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
1212
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
1313
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
1414
org.eclipse.jdt.core.compiler.release=enabled
15-
org.eclipse.jdt.core.compiler.source=17
15+
org.eclipse.jdt.core.compiler.source=21

fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit;singleton:=true
55
Automatic-Module-Name: fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit
6-
Bundle-Version: 1.2.11
6+
Bundle-Version: 1.2.12.qualifier
77
Bundle-ClassPath: .
88
Bundle-Activator: fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider.NSDEditPlugin$Implementation
99
Bundle-Vendor: %providerName
1010
Bundle-Localization: plugin
11-
Bundle-RequiredExecutionEnvironment: JavaSE-17
11+
Bundle-RequiredExecutionEnvironment: JavaSE-21
1212
Export-Package: fr.centralesupelec.edf.riseclipse.iec61850.nsd.provider
1313
Require-Bundle: org.eclipse.core.runtime,
1414
org.eclipse.emf.edit;visibility:=reexport,
15-
fr.centralesupelec.edf.riseclipse.iec61850.nsd;bundle-version="1.2.8";visibility:=reexport
15+
fr.centralesupelec.edf.riseclipse.iec61850.nsd;bundle-version="1.2.12";visibility:=reexport
1616
Bundle-ActivationPolicy: lazy
Loading
Loading

fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/plugin.properties

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,3 +605,45 @@ _UI_CDC_parameterizedDataAttribute_feature = Parameterized Data Attribute
605605
_UI_ServiceConstructedAttribute_parameterizedSubDataAttribute_feature = Parameterized Sub Data Attribute
606606
_UI_CDC_parameterizedDataAttributeNames_feature = Parameterized Data Attribute Names
607607
_UI_ServiceConstructedAttribute_parameterizedSubDataAttributeNames_feature = Parameterized Sub Data Attribute Names
608+
_UI_AgNSDIdentification_type = Ag NSD Identification
609+
_UI_AgNSDIdentification_nsdVersion_feature = Nsd Version
610+
_UI_AgNSDIdentification_nsdRevision_feature = Nsd Revision
611+
_UI_AgNSDIdentification_nsdRelease_feature = Nsd Release
612+
_UI_AgNSIdentification_namespaceType_feature = Namespace Type
613+
_UI_NSType_basic_literal = basic
614+
_UI_NSType_domain_literal = domain
615+
_UI_NSType_transitional_literal = transitional
616+
_UI_NSType_product_literal = product
617+
_UI_NSType_private_literal = private
618+
_UI_AgDependsOn_type = Ag Depends On
619+
_UI_AgDependsOn_id_feature = Id
620+
_UI_AgDependsOn_version_feature = Version
621+
_UI_AgDependsOn_revision_feature = Revision
622+
_UI_AgDependsOn_dependencyType_feature = Dependency Type
623+
_UI_NSDependencyType_dependsOn_literal = dependsOn
624+
_UI_NSDependencyType_includes_literal = includes
625+
_UI_NSDependencyType_extends_literal = extends
626+
_UI_PubStage_draftDC_literal = draftDC
627+
_UI_PubStage_DC_literal = DC
628+
_UI_PubStage_draftDC2_literal = draftDC2
629+
_UI_PubStage_DC2_literal = DC2
630+
_UI_PubStage_draftCD_literal = draftCD
631+
_UI_PubStage_draftCD2_literal = draftCD2
632+
_UI_PubStage_CD2_literal = CD2
633+
_UI_PubStage_draftCD3_literal = draftCD3
634+
_UI_PubStage_CD3_literal = CD3
635+
_UI_PubStage_draftCDV_literal = draftCDV
636+
_UI_PubStage_draftDTS_literal = draftDTS
637+
_UI_PubStage_draftDTR_literal = draftDTR
638+
_UI_PubStage_draftFDIS_literal = draftFDIS
639+
_UI_PubStage_draftTS_literal = draftTS
640+
_UI_PubStage_draftTR_literal = draftTR
641+
_UI_PubStage_draftIS_literal = draftIS
642+
_UI_PubStage_PAS_literal = PAS
643+
_UI_DefinedAttributeTypeKind_SCSM_literal = SCSM
644+
_UI_Changes_mergedNamespaces_feature = Merged Namespaces
645+
_UI_AgNSIdentification_deprecated_feature = Deprecated
646+
_UI_AgUnderlyingType_underlyingControlType_feature = Underlying Control Type
647+
_UI_AgUML_appVersion_feature = App Version
648+
_UI_ServiceTypeRealization_realize_feature = Realize
649+
_UI_ServiceTypeRealization_parentServiceTypeRealizations_feature = Parent Service Type Realizations

fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<artifactId>fr.centralesupelec.edf.riseclipse.iec61850.nsd.edit</artifactId>
2929
<version>1.2.12-SNAPSHOT</version>
3030
<packaging>eclipse-plugin</packaging>
31+
<name>[bundle] RiseClipse Metamodel NSD2016 Edit Support</name>
3132

3233
<parent>
3334
<groupId>io.github.riseclipse</groupId>

0 commit comments

Comments
 (0)