File tree Expand file tree Collapse file tree 14 files changed +223
-0
lines changed
java_engine/tests/org.eclipse.gemoc.execution.sequential.javaengine.tests
org.eclipse.gemoc.execution.sequential.javaxdsml.ide.ui
org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog
src/org/eclipse/gemoc/execution/sequential/javaxdsml/ruleprovider
releng/org.eclipse.gemoc.execution.sequential.javaxdsml.feature Expand file tree Collapse file tree 14 files changed +223
-0
lines changed Original file line number Diff line number Diff line change
1
+ bin /
2
+ ** /xtend-gen /
Original file line number Diff line number Diff line change
1
+ /bin /
2
+ /xtend-gen /
Original file line number Diff line number Diff line change 1
1
/target
2
2
/xtend-gen /
3
+ /bin /
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <classpath >
3
+ <classpathentry kind =" src" path =" src" />
4
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5
+ <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
6
+ <classpathentry kind =" output" path =" bin" />
7
+ </classpath >
Original file line number Diff line number Diff line change
1
+ /bin /
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <projectDescription >
3
+ <name >org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog</name >
4
+ <comment ></comment >
5
+ <projects >
6
+ </projects >
7
+ <buildSpec >
8
+ <buildCommand >
9
+ <name >org.eclipse.jdt.core.javabuilder</name >
10
+ <arguments >
11
+ </arguments >
12
+ </buildCommand >
13
+ <buildCommand >
14
+ <name >org.eclipse.pde.ManifestBuilder</name >
15
+ <arguments >
16
+ </arguments >
17
+ </buildCommand >
18
+ <buildCommand >
19
+ <name >org.eclipse.pde.SchemaBuilder</name >
20
+ <arguments >
21
+ </arguments >
22
+ </buildCommand >
23
+ </buildSpec >
24
+ <natures >
25
+ <nature >org.eclipse.pde.PluginNature</nature >
26
+ <nature >org.eclipse.jdt.core.javanature</nature >
27
+ </natures >
28
+ </projectDescription >
Original file line number Diff line number Diff line change
1
+ Manifest-Version : 1.0
2
+ Bundle-ManifestVersion : 2
3
+ Bundle-Name : Kermeta3-approach
4
+ Bundle-SymbolicName : org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog;singleton:=true
5
+ Bundle-Version : 4.0.0.qualifier
6
+ Automatic-Module-Name : metaprogramming.kermeta3-approach
7
+ Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8
+ Require-Bundle : org.eclipse.core.runtime;bundle-version="3.14.0",
9
+ org.eclipse.gemoc.dsl.model,
10
+ org.eclipse.emf.ecore,
11
+ org.eclipse.core.resources,
12
+ org.eclipse.jdt.core,
13
+ org.eclipse.gemoc.xdsmlframework.api;bundle-version="4.0.0"
Original file line number Diff line number Diff line change
1
+ source.. = src/
2
+ output.. = bin/
3
+ bin.includes = META-INF/,\
4
+ .,\
5
+ plugin.xml
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <?eclipse version =" 3.4" ?>
3
+ <plugin >
4
+ <extension
5
+ point =" org.eclipse.gemoc.gemoc_language_workbench.metaprog" >
6
+ <approach
7
+ name =" kermeta3"
8
+ validator =" org.eclipse.gemoc.execution.sequential.javaxdsml.ruleprovider.Kermeta3RuleProvider" >
9
+ </approach >
10
+ </extension >
11
+
12
+ </plugin >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ Copyright (c) 2017 Inria and others.
4
+ All rights reserved. This program and the accompanying materials
5
+ are made available under the terms of the Eclipse Public License v1.0
6
+ which accompanies this distribution, and is available at
7
+ http://www.eclipse.org/legal/epl-v10.html
8
+
9
+ Contributors:
10
+ Inria - initial API and implementation
11
+ -->
12
+
13
+ <project >
14
+ <modelVersion >4.0.0</modelVersion >
15
+
16
+ <parent >
17
+ <relativePath >../../..</relativePath >
18
+ <groupId >org.eclipse.gemoc.execution.sequential.java</groupId >
19
+ <artifactId >org.eclipse.gemoc.execution.sequential.java.root</artifactId >
20
+ <version >4.0.0-SNAPSHOT</version >
21
+ </parent >
22
+
23
+ <artifactId >org.eclipse.gemoc.execution.sequential.javaxdsml.metaprog</artifactId >
24
+ <packaging >eclipse-plugin</packaging >
25
+ </project >
You can’t perform that action at this time.
0 commit comments