Skip to content

Commit

Permalink
Merge pull request #3223 from LorenzoBettini/lb_3208
Browse files Browse the repository at this point in the history
Introduce a bundle with dependencies for running MWE2 workflow
  • Loading branch information
LorenzoBettini authored Oct 16, 2024
2 parents dcfe810 + a54b442 commit b77779f
Show file tree
Hide file tree
Showing 32 changed files with 385 additions and 184 deletions.
1 change: 1 addition & 0 deletions org.eclipse.xtext.full.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<module>../org.eclipse.xtext.ide</module>
<module>../org.eclipse.xtext.testing</module>
<module>../org.eclipse.xtext.xtext.ide</module>
<module>../org.eclipse.xtext.xtext.generator.dependencies</module>
<module>../org.eclipse.xtext.xtext.generator</module>
<module>../org.eclipse.xtext.xtext.wizard</module>
<!-- This is required by the xtext-maven-plugin IT -->
Expand Down
1 change: 1 addition & 0 deletions org.eclipse.xtext.maven.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<module>../org.eclipse.xtext.ide</module>
<module>../org.eclipse.xtext.testing</module>
<module>../org.eclipse.xtext.xtext.ide</module>
<module>../org.eclipse.xtext.xtext.generator.dependencies</module>
<module>../org.eclipse.xtext.xtext.generator</module>
<module>../org.eclipse.xtext.xtext.wizard</module>
<!-- This is required by the xtext-maven-plugin IT -->
Expand Down
38 changes: 14 additions & 24 deletions org.eclipse.xtext.sdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,44 +78,34 @@ SPDX-License-Identifier: EPL-2.0

<plugin
id="org.eclipse.xtext.purexbase"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.xtext.purexbase.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.xtext.purexbase.ide"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.xtext.purexbase.ide.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.xtext.purexbase.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.xtext.purexbase.ui.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
version="0.0.0"/>

<plugin
id="org.eclipse.xtext.xtext.generator.dependencies"
version="0.0.0"/>

<plugin
id="org.eclipse.xtext.xtext.generator.dependencies.source"
version="0.0.0"/>

</feature>
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ bin.includes = .,\
plugin.xml
bin.excludes = **/*.mwe2,\
**/*.xtend
additional.bundles = org.eclipse.xtext.xbase,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.xtext.generator,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.commons-logging,\
org.apache.log4j
additional.bundles = org.eclipse.xtext.xtext.generator.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ bin.includes = .,\
plugin.xml
bin.excludes = **/*.mwe2,\
**/*.xtend
additional.bundles = org.eclipse.xtext.xbase,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.xtext.generator,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.commons-logging,\
org.apache.log4j
additional.bundles = org.eclipse.xtext.xtext.generator.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ bin.includes = .,\
plugin.xml
bin.excludes = **/*.mwe2,\
**/*.xtend
additional.bundles = org.eclipse.xtext.xbase,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.xtext.generator,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.commons-logging,\
org.apache.log4j
additional.bundles = org.eclipse.xtext.xtext.generator.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ bin.includes = .,\
plugin.xml
bin.excludes = **/*.mwe2,\
**/*.xtend
additional.bundles = org.eclipse.xtext.xbase,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.xtext.generator,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.commons-logging,\
org.apache.log4j
additional.bundles = org.eclipse.xtext.xtext.generator.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ bin.includes = .,\
plugin.xml
bin.excludes = **/*.mwe2,\
**/*.xtend
additional.bundles = org.eclipse.xtext.xbase,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.xtext.generator,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.commons-logging,\
org.apache.log4j
additional.bundles = org.eclipse.xtext.xtext.generator.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ bin.includes = .,\
plugin.xml
bin.excludes = **/*.mwe2,\
**/*.xtend
additional.bundles = org.eclipse.xtext.xbase,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.xtext.generator,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.commons-logging,\
org.apache.log4j
additional.bundles = org.eclipse.xtext.xtext.generator.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ bin.includes = .,\
plugin.xml
bin.excludes = **/*.mwe2,\
**/*.xtend
additional.bundles = org.eclipse.xtext.xbase,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.xtext.generator,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.commons-logging,\
org.apache.log4j
additional.bundles = org.eclipse.xtext.xtext.generator.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ bin.includes = .,\
plugin.xml
bin.excludes = **/*.mwe2,\
**/*.xtend
additional.bundles = org.eclipse.xtext.xbase,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.xtext.generator,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.commons-logging,\
org.apache.log4j
additional.bundles = org.eclipse.xtext.xtext.generator.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ bin.includes = .,\
plugin.xml
bin.excludes = **/*.mwe2,\
**/*.xtend
additional.bundles = org.eclipse.xtext.xbase,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.xtext.generator,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.commons-logging,\
org.apache.log4j
additional.bundles = org.eclipse.xtext.xtext.generator.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,4 @@ bin.includes = .,\
plugin.xml
bin.excludes = **/*.mwe2,\
**/*.xtend
additional.bundles = org.eclipse.xtext.xbase,\
org.eclipse.xtext.common.types,\
org.eclipse.xtext.xtext.generator,\
org.eclipse.emf.codegen.ecore,\
org.eclipse.emf.mwe.utils,\
org.eclipse.emf.mwe2.launch,\
org.eclipse.emf.mwe2.lib,\
org.objectweb.asm,\
org.apache.commons.commons-logging,\
org.apache.log4j
additional.bundles = org.eclipse.xtext.xtext.generator.dependencies
6 changes: 6 additions & 0 deletions org.eclipse.xtext.xtext.generator.dependencies/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
40 changes: 40 additions & 0 deletions org.eclipse.xtext.xtext.generator.dependencies/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.xtext.xtext.generator.dependencies</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Tue Aug 18 18:37:57 CEST 2009
eclipse.preferences.version=1
encoding/<project>=ISO-8859-1
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
org.eclipse.jdt.core.compiler.compliance=11
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=11
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#Wed Aug 12 21:10:17 CEST 2009
eclipse.preferences.version=1
org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE=ignore
Loading

0 comments on commit b77779f

Please sign in to comment.