Commit ed928e0c authored by Stephan Eberle's avatar Stephan Eberle
Browse files
parents f4a29912 3027f558
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -40,4 +40,11 @@
         version="0.0.0"
         unpack="false"/>

   <plugin
         id="org.eclipse.sphinx.emf.editors.viatra.query"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>
+7 −0
Original line number Diff line number Diff line
<?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-1.8"/>
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
+28 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>org.eclipse.sphinx.emf.editors.viatra.query</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.pde.PluginNature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
	</natures>
</projectDescription>
+4 −0
Original line number Diff line number Diff line
eclipse.preferences.version=1
encoding//design/default.ecore=UTF-8
encoding//design/resources.ecore_diagram=UTF-8
encoding/<project>=UTF-8
+391 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading