Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jreimone committed Feb 19, 2015
1 parent 382c568 commit 73080e9
Show file tree
Hide file tree
Showing 195 changed files with 19,295 additions and 0 deletions.
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.emftext.language.refactoring.composition.resource.refcomp</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<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.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
@@ -0,0 +1,27 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EMFText Parser Plugin: refcomp
Bundle-SymbolicName: org.emftext.language.refactoring.composition.resource.refcomp;singleton:=true
Bundle-Version: 1.0.0
Bundle-Vendor: Software Technology Group - TU Dresden Germany
Require-Bundle: org.eclipse.core.runtime;resolution:=optional,
org.eclipse.core.resources;resolution:=optional,
org.eclipse.emf.ecore,
org.eclipse.emf.ecore.change,
org.eclipse.emf.validation;resolution:=optional,
org.emftext.access;resolution:=optional,
org.emftext.refactoring.registry.rolemapping,
org.emftext.commons.antlr3_4_0,
org.emftext.language.refactoring.composition,
org.emftext.language.refactoring.rolemapping,
org.emftext.language.refactoring.roles
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.emftext.language.refactoring.composition.resource,
org.emftext.language.refactoring.composition.resource.analysis,
org.emftext.language.refactoring.composition.resource.mopp,
org.emftext.language.refactoring.composition.resource.debug,
org.emftext.language.refactoring.composition.resource.launch,
org.emftext.language.refactoring.composition.resource.grammar,
org.emftext.language.refactoring.composition.resource.util
Bundle-Activator: org.emftext.language.refactoring.composition.resource.mopp.RefcompPlugin
@@ -0,0 +1,4 @@
bin.includes = META-INF/,\
.,\
plugin.xml
source.. = src/,src-gen/
@@ -0,0 +1,96 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension point="org.emftext.access.syntax">
<metaInformationProvider class="org.emftext.language.refactoring.composition.resource.mopp.RefcompMetaInformation" id="org.emftext.language.refactoring.composition.resource.mopp.RefcompMetaInformation">
</metaInformationProvider>
</extension>

<extension id="org.emftext.language.refactoring.composition.resource.refcomp.problem" name="EMFText Problem" point="org.eclipse.core.resources.markers">
<persistent value="true">
</persistent>
<super type="org.eclipse.core.resources.problemmarker">
</super>
<super type="org.eclipse.core.resources.textmarker">
</super>
<super type="org.eclipse.emf.ecore.diagnostic">
</super>
</extension>

<extension id="org.emftext.language.refactoring.composition.resource.refcomp.problem.syntax_error" name="EMFText Problem" point="org.eclipse.core.resources.markers">
<persistent value="true">
</persistent>
<super type="org.emftext.language.refactoring.composition.resource.refcomp.problem">
</super>
</extension>

<extension id="org.emftext.language.refactoring.composition.resource.refcomp.problem.print_problem" name="EMFText Problem" point="org.eclipse.core.resources.markers">
<persistent value="true">
</persistent>
<super type="org.emftext.language.refactoring.composition.resource.refcomp.problem">
</super>
</extension>

<extension id="org.emftext.language.refactoring.composition.resource.refcomp.problem.unresolved_reference" name="EMFText Problem" point="org.eclipse.core.resources.markers">
<persistent value="true">
</persistent>
<super type="org.emftext.language.refactoring.composition.resource.refcomp.problem">
</super>
</extension>

<extension id="org.emftext.language.refactoring.composition.resource.refcomp.problem.analysis_problem" name="EMFText Problem" point="org.eclipse.core.resources.markers">
<persistent value="true">
</persistent>
<super type="org.emftext.language.refactoring.composition.resource.refcomp.problem">
</super>
</extension>

<extension id="org.emftext.language.refactoring.composition.resource.refcomp.problem.batch_constraint_problem" name="EMFText Problem" point="org.eclipse.core.resources.markers">
<persistent value="true">
</persistent>
<super type="org.emftext.language.refactoring.composition.resource.refcomp.problem">
</super>
</extension>

<extension id="org.emftext.language.refactoring.composition.resource.refcomp.problem.live_constraint_problem" name="EMFText Problem" point="org.eclipse.core.resources.markers">
<persistent value="true">
</persistent>
<super type="org.emftext.language.refactoring.composition.resource.refcomp.problem">
</super>
</extension>

<extension id="org.emftext.language.refactoring.composition.resource.refcomp.problem.builder_error" name="EMFText Problem" point="org.eclipse.core.resources.markers">
<persistent value="true">
</persistent>
<super type="org.emftext.language.refactoring.composition.resource.refcomp.problem">
</super>
</extension>

<extension id="org.emftext.language.refactoring.composition.resource.refcomp.nature" name="refcomp nature" point="org.eclipse.core.resources.natures">
<runtime>
<run class="org.emftext.language.refactoring.composition.resource.mopp.RefcompNature">
</run>
</runtime>
<builder id="org.emftext.language.refactoring.composition.resource.refcomp.builder">
</builder>
</extension>

<extension point="org.eclipse.core.resources.builders" id="org.emftext.language.refactoring.composition.resource.refcomp.builder" name="refcomp Builder">
<builder hasNature="true">
<run class="org.emftext.language.refactoring.composition.resource.mopp.RefcompBuilderAdapter">
</run>
</builder>
</extension>

<extension-point id="org.emftext.language.refactoring.composition.resource.refcomp.default_load_options" name="Default Load Options" schema="schema/default_load_options.exsd">
</extension-point>

<extension point="org.eclipse.emf.ecore.extension_parser">
<parser class="org.emftext.language.refactoring.composition.resource.mopp.RefcompResourceFactoryDelegator" type="refcomp">
</parser>
</extension>

<extension-point id="org.emftext.language.refactoring.composition.resource.refcomp.additional_extension_parser" name="Additional Extension Parser" schema="schema/additional_extension_parser.exsd">
</extension-point>

</plugin>
@@ -0,0 +1,110 @@
<?xml version='1.0' encoding='UTF-8'?>
<schema targetNamespace="org.emftext.language.refactoring.composition.resource.refcomp" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.emftext.language.refactoring.composition.resource.refcomp" id="org.emftext.language.refactoring.composition.resource.refcomp.additional_extension_parser" name="Additional Extension Parser"/>
</appinfo>
<documentation>
This extension point can be used to add another parser for 'refcomp' files. </documentation>
</annotation>

<element name="extension">
<annotation>
<appinfo>
<meta.element>
</meta.element>
</appinfo>
</annotation>
<complexType>
<sequence>
<element ref="parser"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>

</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>

</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>

</documentation>
<appinfo>
<meta.attribute translatable="true"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>

<element name="parser">
<complexType>
<attribute name="type" type="string">
<annotation>
<documentation>

</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>

</documentation>
<appinfo>
<meta.attribute kind="java" basedOn="org.eclipse.emf.ecore.resource.Resource.Factory"/>
</appinfo>
</annotation>
</attribute>
<annotation>
<documentation>

</documentation>
</annotation>
</complexType>
</element>

<annotation>
<appinfo>
<meta.section type="since">
</meta.section>
</appinfo>
<documentation>
[Enter the first release in which this extension point appears.] </documentation>
</annotation>

<annotation>
<appinfo>
<meta.section type="examples"/>
</appinfo>
<documentation>
[Enter extension point usage example here.] </documentation>
</annotation>

<annotation>
<appinfo>
<meta.section type="apiinfo"/>
</appinfo>
<documentation>
[Enter API information here.] </documentation>
</annotation>

<annotation>
<appinfo>
<meta.section type="implementation">
</meta.section>
</appinfo>
<documentation>
[Enter information about supplied implementation of this extension point.] </documentation>
</annotation>
</schema>

@@ -0,0 +1,117 @@
<?xml version='1.0' encoding='UTF-8'?>
<schema targetNamespace="org.emftext.language.refactoring.composition.resource.refcomp" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appinfo>
<meta.schema plugin="org.emftext.language.refactoring.composition.resource.refcomp" id="org.emftext.language.refactoring.composition.resource.refcomp.default_load_options" name="Default Load Options"/>
</appinfo>
<documentation>
This extension point can be used to configure the default load options for resources. </documentation>
</annotation>

<element name="extension">
<annotation>
<appinfo>
<meta.element>
</meta.element>
</appinfo>
</annotation>
<complexType>
<sequence>
<element ref="provider"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>

</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>

</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>

</documentation>
<appinfo>
<meta.attribute translatable="true"/>
</appinfo>
</annotation>
</attribute>
</complexType>
</element>

<element name="provider">
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>

</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>

</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>

</documentation>
<appinfo>
<meta.attribute kind="java" basedOn=":org.emftext.language.refactoring.composition.resource.IRefcompOptionProvider"/>
</appinfo>
</annotation>
</attribute>
<annotation>
<documentation>

</documentation>
</annotation>
</complexType>
</element>

<annotation>
<appinfo>
<meta.section type="since">
</meta.section>
</appinfo>
<documentation>
[Enter the first release in which this extension point appears.] </documentation>
</annotation>

<annotation>
<appinfo>
<meta.section type="examples"/>
</appinfo>
<documentation>
[Enter extension point usage example here.] </documentation>
</annotation>

<annotation>
<appinfo>
<meta.section type="apiinfo"/>
</appinfo>
<documentation>
[Enter API information here.] </documentation>
</annotation>

<annotation>
<appinfo>
<meta.section type="implementation">
</meta.section>
</appinfo>
<documentation>
[Enter information about supplied implementation of this extension point.] </documentation>
</annotation>
</schema>

0 comments on commit 73080e9

Please sign in to comment.