Skip to content

Commit

Permalink
Uploading SDMDSL
Browse files Browse the repository at this point in the history
  • Loading branch information
levanloria committed Sep 8, 2017
0 parents commit fbcde3d
Show file tree
Hide file tree
Showing 2,834 changed files with 686,905 additions and 0 deletions.
Binary file added AlmaMetadataDSL/.DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions AlmaMetadataDSL/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>AlmaMetadataDSL</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.UpdateSiteBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.UpdateSiteNature</nature>
</natures>
</projectDescription>
Binary file added AlmaMetadataDSL/artifacts.jar
Binary file not shown.
Binary file added AlmaMetadataDSL/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 changes: 19 additions & 0 deletions AlmaMetadataDSL/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/enum_feature_1.0.0.201611011841.jar" id="enum_feature" version="1.0.0.201611011841">
<category name="EnumDSL_1"/>
</feature>
<feature url="features/sdm_feature_1.0.0.201611011841.jar" id="sdm_feature" version="1.0.0.201611011841">
<category name="SdmDSL_1"/>
</feature>
<category-def name="EnumDSL_1" label="EnumDSL">
<description>
Enumeration DSL Editor
</description>
</category-def>
<category-def name="SdmDSL_1" label="SdmDSL">
<description>
SdmDSL Table Editor
</description>
</category-def>
</site>
Binary file added enum_feature/.DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions enum_feature/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>enum_feature</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
1 change: 1 addition & 0 deletions enum_feature/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin.includes = feature.xml
40 changes: 40 additions & 0 deletions enum_feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="enum_feature"
label="Enum_feature"
version="1.0.0.qualifier">

<description url="http://www.example.com/description">
Enumeration DSL plugin
</description>

<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>

<license url="http://www.example.com/license">
[Enter License Description here.]
</license>

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

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

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

</feature>
9 changes: 9 additions & 0 deletions org.xtext.alma.container.ide/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
34 changes: 34 additions & 0 deletions org.xtext.alma.container.ide/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.xtext.alma.container.ide</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>
</buildSpec>
<natures>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8
14 changes: 14 additions & 0 deletions org.xtext.alma.container.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.xtext.alma.container.ide
Bundle-Vendor: My Company
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: org.xtext.alma.container.ide; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.xtext.alma.container,
org.eclipse.xtext.ide,
org.eclipse.xtext.xbase.ide
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.xtext.alma.container.ide.contentassist.antlr,
org.xtext.alma.container.ide.contentassist.antlr.internal

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit fbcde3d

Please sign in to comment.