diff --git a/org.xtext.example.mydslTest.tests/.classpath b/org.xtext.example.mydslTest.tests/.classpath new file mode 100644 index 0000000000000000000000000000000000000000..e5fbd3dd27a3e2272ac7e61c9bea0a3249387ca8 --- /dev/null +++ b/org.xtext.example.mydslTest.tests/.classpath @@ -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/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/org.xtext.example.mydslTest.tests/.project b/org.xtext.example.mydslTest.tests/.project new file mode 100644 index 0000000000000000000000000000000000000000..5f6affe331c99ce78e790f89cc23dfb7929f601a --- /dev/null +++ b/org.xtext.example.mydslTest.tests/.project @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.xtext.example.mydslTest.tests</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> diff --git a/org.xtext.example.mydslTest.tests/META-INF/MANIFEST.MF b/org.xtext.example.mydslTest.tests/META-INF/MANIFEST.MF new file mode 100644 index 0000000000000000000000000000000000000000..34eacd78313aaf54ff618884e00cc344a0a22bff --- /dev/null +++ b/org.xtext.example.mydslTest.tests/META-INF/MANIFEST.MF @@ -0,0 +1,18 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.xtext.example.mydslTest.tests +Bundle-Vendor: My Company +Bundle-Version: 1.0.0 +Bundle-SymbolicName: org.xtext.example.mydslTest.tests; singleton:=true +Bundle-ActivationPolicy: lazy +Require-Bundle: org.xtext.example.mydslTest, + org.xtext.example.mydslTest.ui, + org.eclipse.core.runtime, + org.eclipse.xtext, + org.eclipse.xtext.junit4, + org.eclipse.xtext.ui.junit, + org.junit4, + org.eclipse.ui.workbench;resolution:=optional +Import-Package: org.apache.log4j, + org.apache.commons.logging +Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/org.xtext.example.mydslTest.tests/build.properties b/org.xtext.example.mydslTest.tests/build.properties new file mode 100644 index 0000000000000000000000000000000000000000..7ed56c2b7c889e8695b9ef65ff18a8df30f29df0 --- /dev/null +++ b/org.xtext.example.mydslTest.tests/build.properties @@ -0,0 +1,4 @@ +source.. = src/,\ + src-gen/ +bin.includes = META-INF/,\ + .