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 Mar 27, 2024
1 parent 2783769 commit 3319564
Show file tree
Hide file tree
Showing 29 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.adaptormodel/META-INF/MANIFEST.MF
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.Alpha2
Bundle-Version: 6.0.0.qualifier
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
@@ -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.Alpha2
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.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/,
.

2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.codegenerator/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Alpha2</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.oslc4j.plugins/pom.xml
Expand Up @@ -12,7 +12,7 @@
</parent> -->
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>org.eclipse.lyo.oslc4j.plugins</artifactId>
<version>6.0.0.Alpha2</version>
<version>6.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
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.Alpha2
Bundle-Version: 6.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: adaptorinterface.provider.AdaptorInterfaceEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
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.Alpha2
Bundle-Version: 6.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: adaptorinterface.presentation.AdaptorInterfaceEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
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.Alpha2
Bundle-Version: 6.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.codegenerator.feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.lyo.tools.codegenerator.feature"
label="Lyo Code Generator"
version="6.0.0.Alpha2"
version="6.0.0.qualifier"
provider-name="Eclipse Lyo">

<description url="https://www.eclipse.org/lyo/">
Expand Down
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.Alpha2
Bundle-Version: 6.0.0.qualifier
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
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.Alpha2
Bundle-Version: 6.0.0.qualifier
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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Alpha2</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
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.Alpha2
Bundle-Version: 6.0.0.qualifier
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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Alpha2</version>
<version>6.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
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.Alpha2"
version="6.0.0.qualifier"
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
@@ -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.Alpha2" 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.qualifier" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lyo.tools.designer.product/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Alpha2</version>
<version>6.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
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.Alpha2
Bundle-Version: 6.0.0.qualifier
Bundle-Activator: org.eclipse.lyo.tools.preferences.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime
Expand Down
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.Alpha2
Bundle-Version: 6.0.0.qualifier
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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Alpha2</version>
<version>6.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
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.Alpha2
Bundle-Version: 6.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: toolchain.provider.ToolchainEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
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.Alpha2
Bundle-Version: 6.0.0.qualifier
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
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.lyo.tools.toolchain.feature"
label="Lyo Toolchain Designer"
version="6.0.0.Alpha2"
version="6.0.0.qualifier"
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
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.Alpha2
Bundle-Version: 6.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.lyo.tools.updatesite/category.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.eclipse.lyo.tools.codegenerator.feature_6.0.0.Alpha2.jar" id="org.eclipse.lyo.tools.codegenerator.feature" version="6.0.0.Alpha2">
<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">
<category name="org.eclipse.lyo.tools.category"/>
</feature>
<feature url="features/org.eclipse.lyo.tools.toolchain.feature_6.0.0.Alpha2.jar" id="org.eclipse.lyo.tools.toolchain.feature" version="6.0.0.Alpha2">
<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">
<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
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lyo.tools</groupId>
<artifactId>tools-parent</artifactId>
<version>6.0.0.Alpha2</version>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tools-updatesite</artifactId>
Expand Down
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.Alpha2
Bundle-Version: 6.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: vocabulary.presentation.VocabularyEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
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.Alpha2
Bundle-Version: 6.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: vocabulary.provider.VocabularyEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
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.Alpha2
Bundle-Version: 6.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
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.Alpha2</version>
<version>6.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 3319564

Please sign in to comment.