Skip to content

Commit e2c6a9c

Browse files
author
kcoulomb
committed
First draft
0 parents  commit e2c6a9c

File tree

493 files changed

+79890
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

493 files changed

+79890
-0
lines changed

com.sysfera.codegen.api/.classpath

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
5+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>

com.sysfera.codegen.api/.project

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.sysfera.codegen.api</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>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: API model for DIET
4+
Bundle-SymbolicName: com.sysfera.codegen.api;singleton:=true
5+
Bundle-Version: 1.0.0
6+
Bundle-ClassPath: .
7+
Bundle-Vendor: SYSFERA
8+
Bundle-Localization: plugin
9+
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
10+
Export-Package: com.sysfera.codegen.api.apimodel,
11+
com.sysfera.codegen.api.apimodel.impl,
12+
com.sysfera.codegen.api.apimodel.util
13+
Require-Bundle: org.eclipse.core.runtime,
14+
org.eclipse.emf.ecore;visibility:=reexport
15+
Bundle-ActivationPolicy: lazy
16+
Import-Package: org.eclipse.emf.ecore.xmi.impl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)