eclipse plugin: Remove the dependency of the the plugin...

...to org.xtext.junit et al, by creating a separate tests project
This commit is contained in:
Timotei Dolean 2011-08-04 19:07:48 +00:00
parent d6822b1d06
commit 1115717e11
11 changed files with 58 additions and 2 deletions

View file

@ -0,0 +1,7 @@
<?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.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.wesnoth.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.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View file

@ -0,0 +1,8 @@
#Wed Aug 03 11:06:19 EEST 2011
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6

View file

@ -0,0 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Wesnoth UMC Dev tests
Bundle-SymbolicName: org.wesnoth.tests
Bundle-Version: 1.0.4
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.wesnoth;bundle-version="1.0.3",
org.wesnoth.ui;bundle-version="1.0.3",
org.eclipse.xtext.junit;bundle-version="2.0.0",
org.eclipse.xtext;bundle-version="2.0.0"
Export-Package: org.wesnoth.tests

View file

@ -0,0 +1,4 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.

View file

@ -36,7 +36,6 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.xtext.generator;bundle-version="2.0.0";resolution:=optional,
org.eclipse.xtext.ui;bundle-version="2.0.0",
org.eclipse.xtext.util;bundle-version="2.0.0",
org.eclipse.xtext.junit;bundle-version="2.0.0",
org.eclipse.jface.text;bundle-version="3.3.0",
org.eclipse.help;bundle-version="3.5.0",
org.eclipse.help.ui;bundle-version="3.5.3",
@ -65,7 +64,6 @@ Export-Package: org.wesnoth,
org.wesnoth.scoping,
org.wesnoth.services,
org.wesnoth.templates,
org.wesnoth.tests,
org.wesnoth.utils,
org.wesnoth.validation,
org.wesnoth.wizards,