Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.0.0.Alpha #277

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.qualifier
Bundle-Version: 6.0.0.Alpha1
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
60 changes: 30 additions & 30 deletions org.eclipse.lyo.oslc4j.codegenerator/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Toolchain Code Generator
Bundle-SymbolicName: org.eclipse.lyo.oslc4j.codegenerator
Bundle-Version: 6.0.0.qualifier
Bundle-Activator: org.eclipse.lyo.oslc4j.codegenerator.Activator
Bundle-Vendor: Eclipse Lyo
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore.xmi,
org.eclipse.ocl,
org.eclipse.ocl.ecore,
org.eclipse.acceleo.common,
org.eclipse.acceleo.model,
org.eclipse.acceleo.profiler,
org.eclipse.acceleo.engine,
com.google.guava
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Export-Package: org.eclipse.lyo.oslc4j.codegenerator.files,
org.eclipse.lyo.oslc4j.codegenerator.config,
org.eclipse.lyo.oslc4j.codegenerator.jsp,
org.eclipse.lyo.oslc4j.codegenerator.staticFiles,
org.eclipse.lyo.oslc4j.codegenerator.main,
org.eclipse.lyo.oslc4j.codegenerator.services
Bundle-ClassPath: bin/,
.

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Toolchain Code Generator
Bundle-SymbolicName: org.eclipse.lyo.oslc4j.codegenerator
Bundle-Version: 6.0.0.Alpha1
Bundle-Activator: org.eclipse.lyo.oslc4j.codegenerator.Activator
Bundle-Vendor: Eclipse Lyo
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore.xmi,
org.eclipse.ocl,
org.eclipse.ocl.ecore,
org.eclipse.acceleo.common,
org.eclipse.acceleo.model,
org.eclipse.acceleo.profiler,
org.eclipse.acceleo.engine,
com.google.guava
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Export-Package: org.eclipse.lyo.oslc4j.codegenerator.files,
org.eclipse.lyo.oslc4j.codegenerator.config,
org.eclipse.lyo.oslc4j.codegenerator.jsp,
org.eclipse.lyo.oslc4j.codegenerator.staticFiles,
org.eclipse.lyo.oslc4j.codegenerator.main,
org.eclipse.lyo.oslc4j.codegenerator.services
Bundle-ClassPath: bin/,
.
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-SNAPSHOT</version>
<version>6.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.qualifier
Bundle-Version: 6.0.0.Alpha1
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.qualifier
Bundle-Version: 6.0.0.Alpha1
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.qualifier
Bundle-Version: 6.0.0.Alpha1
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.qualifier"
version="6.0.0.Alpha1"
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.qualifier
Bundle-Version: 6.0.0.Alpha1
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.qualifier
Bundle-Version: 6.0.0.Alpha1
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-SNAPSHOT</version>
<version>6.0.0.Alpha1</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.qualifier
Bundle-Version: 6.0.0.Alpha1
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-SNAPSHOT</version>
<version>6.0.0.Alpha1</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.qualifier"
version="6.0.0.Alpha1"
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.qualifier" 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="6.0.0.Alpha1" 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-SNAPSHOT</version>
<version>6.0.0.Alpha1</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.qualifier
Bundle-Version: 6.0.0.Alpha1
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.qualifier
Bundle-Version: 6.0.0.Alpha1
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-SNAPSHOT</version>
<version>6.0.0.Alpha1</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.qualifier
Bundle-Version: 6.0.0.Alpha1
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.qualifier
Bundle-Version: 6.0.0.Alpha1
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.qualifier"
version="6.0.0.Alpha1"
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.qualifier
Bundle-Version: 6.0.0.Alpha1
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.qualifier.jar" id="org.eclipse.lyo.tools.codegenerator.feature" version="6.0.0.qualifier">
<feature url="features/org.eclipse.lyo.tools.codegenerator.feature_6.0.0.Alpha1.jar" id="org.eclipse.lyo.tools.codegenerator.feature" version="6.0.0.Alpha1">
<category name="org.eclipse.lyo.tools.category"/>
</feature>
<feature url="features/org.eclipse.lyo.tools.toolchain.feature_6.0.0.qualifier.jar" id="org.eclipse.lyo.tools.toolchain.feature" version="6.0.0.qualifier">
<feature url="features/org.eclipse.lyo.tools.toolchain.feature_6.0.0.Alpha1.jar" id="org.eclipse.lyo.tools.toolchain.feature" version="6.0.0.Alpha1">
<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-SNAPSHOT</version>
<version>6.0.0.Alpha1</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.qualifier
Bundle-Version: 6.0.0.Alpha1
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.qualifier
Bundle-Version: 6.0.0.Alpha1
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.qualifier
Bundle-Version: 6.0.0.Alpha1
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-SNAPSHOT</version>
<version>6.0.0.Alpha1</version>
<packaging>pom</packaging>

<properties>
Expand Down
Loading