Skip to content

Commit

Permalink
Continue the SNAPSHOT development
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad-el-khoury committed Sep 29, 2024
1 parent 2eb55c4 commit 15d75be
Show file tree
Hide file tree
Showing 30 changed files with 43 additions and 31 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Eclipse Lyo Designer Changelog

## [7.0.0.SNAPSHOT]

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [6.0.0.Final]

### Added
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.adaptormodel/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.oslc4j.adaptormodel;singleton:=true
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.codegenerator/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Toolchain Code Generator
Bundle-SymbolicName: org.eclipse.lyo.oslc4j.codegenerator
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-Activator: org.eclipse.lyo.oslc4j.codegenerator.Activator
Bundle-Vendor: Eclipse Lyo
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.codegenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Final</version>
<version>7.0.0.SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.lyo.oslc4j.plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent> -->
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>org.eclipse.lyo.oslc4j.plugins</artifactId>
<version>6.0.0.Final</version>
<version>7.0.0.SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -23,7 +23,7 @@
<maven.compiler.release>17</maven.compiler.release>
<tycho.version>4.0.6</tycho.version>
<eclipse.cbi>1.1.7</eclipse.cbi>
<lyo.version>6.0.0.Final</lyo.version>
<lyo.version>7.0.0.SNAPSHOT</lyo.version>
</properties>
<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.adaptormodel.edit;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.adaptormodel.edit
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-ClassPath: .
Bundle-Activator: adaptorinterface.provider.AdaptorInterfaceEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.adaptormodel.editor;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.adaptormodel.editor
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-ClassPath: .
Bundle-Activator: adaptorinterface.presentation.AdaptorInterfaceEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.adaptormodel.model;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.adaptormodel.model
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.codegenerator.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.lyo.tools.codegenerator.feature"
label="Lyo Code Generator"
version="6.0.0.Final"
version="7.0.0.SNAPSHOT"
provider-name="Eclipse Lyo">

<description url="https://www.eclipse.org/lyo/">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Acceleo Codegenerator Module IDE Plug-in
Bundle-SymbolicName: org.eclipse.lyo.tools.codegenerator.ui;singleton:=true
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-Activator: org.eclipse.lyo.tools.codegenerator.ui.Activator
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.common/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Toolchain Common
Bundle-SymbolicName: org.eclipse.lyo.tools.common
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-Activator: org.eclipse.lyo.tools.common.Activator
Bundle-Vendor: Eclipse Lyo
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Final</version>
<version>7.0.0.SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.designer.branding;singleton:=true
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-Activator: org.eclipse.lyo.tools.designer.branding.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Final</version>
<version>7.0.0.SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.lyo.tools.designer.branding</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.product.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.lyo.tools.designer.product.feature"
label="Lyo Toolchain Designer Product Feature"
version="6.0.0.Final"
version="7.0.0.SNAPSHOT"
provider-name="Eclipse Lyo">

<description url="https://www.eclipse.org/lyo/">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.product/lyodesigner.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Lyo Designer Product" uid="lyo-designer" id="org.eclipse.lyo.tools.designer.branding.product" application="org.eclipse.ui.ide.workbench" version="6.0.0.Final" useFeatures="true" includeLaunchers="true">
<product name="Lyo Designer Product" uid="lyo-designer" id="org.eclipse.lyo.tools.designer.branding.product" application="org.eclipse.ui.ide.workbench" version="7.0.0.SNAPSHOT" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Final</version>
<version>7.0.0.SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.preferences/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.lyo.tools.preferences
Bundle-SymbolicName: org.eclipse.lyo.tools.preferences;singleton:=true
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-Activator: org.eclipse.lyo.tools.preferences.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ToolChainModel.design
Bundle-SymbolicName: org.eclipse.lyo.tools.toolchain.design;singleton:=true
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-Activator: ToolChainModel.design.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.toolchain.design/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Final</version>
<version>7.0.0.SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.toolchain.edit/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.toolchain.edit;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.toolchain.edit
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-ClassPath: .
Bundle-Activator: toolchain.provider.ToolchainEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.toolchain.editor;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.toolchain.editor
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-ClassPath: .
Bundle-Activator: toolchain.presentation.ToolchainEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.toolchain.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.lyo.tools.toolchain.feature"
label="Lyo Toolchain Designer"
version="6.0.0.Final"
version="7.0.0.SNAPSHOT"
provider-name="Eclipse Lyo">

<description url="https://www.eclipse.org/lyo/">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.toolchain.model/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.toolchain.model;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.toolchain.model
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.lyo.tools.updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.eclipse.lyo.tools.codegenerator.feature_6.0.0.Final.jar" id="org.eclipse.lyo.tools.codegenerator.feature" version="6.0.0.Final">
<feature url="features/org.eclipse.lyo.tools.codegenerator.feature_7.0.0.SNAPSHOT.jar" id="org.eclipse.lyo.tools.codegenerator.feature" version="7.0.0.SNAPSHOT">
<category name="org.eclipse.lyo.tools.category"/>
</feature>
<feature url="features/org.eclipse.lyo.tools.toolchain.feature_6.0.0.Final.jar" id="org.eclipse.lyo.tools.toolchain.feature" version="6.0.0.Final">
<feature url="features/org.eclipse.lyo.tools.toolchain.feature_7.0.0.SNAPSHOT.jar" id="org.eclipse.lyo.tools.toolchain.feature" version="7.0.0.SNAPSHOT">
<category name="org.eclipse.lyo.tools.category"/>
</feature>
<category-def name="org.eclipse.lyo.tools.category" label="Lyo Toolchain Designer"/>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Final</version>
<version>7.0.0.SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tools-updatesite</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.vocabulary.editor;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.vocabulary.editor
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-ClassPath: .
Bundle-Activator: vocabulary.presentation.VocabularyEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.vocabulary.model.edit;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.vocabulary.model.edit
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-ClassPath: .
Bundle-Activator: vocabulary.provider.VocabularyEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.lyo.tools.vocabulary.model;singleton:=true
Automatic-Module-Name: org.eclipse.lyo.tools.vocabulary.model
Bundle-Version: 6.0.0.Final
Bundle-Version: 7.0.0.SNAPSHOT
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Final</version>
<version>7.0.0.SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 15d75be

Please sign in to comment.