Révision 229
tmp/org.txm.core.tests/.classpath (revision 229) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<classpath> |
|
3 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> |
|
4 |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
|
5 |
<classpathentry kind="src" path="src"/> |
|
6 |
<classpathentry kind="output" path="bin"/> |
|
7 |
</classpath> |
|
0 | 8 |
tmp/org.txm.core.tests/META-INF/MANIFEST.MF (revision 229) | ||
---|---|---|
1 |
Manifest-Version: 1.0 |
|
2 |
Bundle-ManifestVersion: 2 |
|
3 |
Bundle-Name: Core Toolbox Tests |
|
4 |
Bundle-SymbolicName: org.txm.core.tests |
|
5 |
Bundle-Version: 1.0.0.qualifier |
|
6 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
|
7 |
Require-Bundle: org.txm.core;bundle-version="0.7.0", |
|
8 |
CQP;bundle-version="1.1.0" |
|
0 | 9 |
tmp/org.txm.core.tests/.project (revision 229) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.core.tests</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.jdt.core.javabuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
<buildCommand> |
|
14 |
<name>org.eclipse.pde.ManifestBuilder</name> |
|
15 |
<arguments> |
|
16 |
</arguments> |
|
17 |
</buildCommand> |
|
18 |
<buildCommand> |
|
19 |
<name>org.eclipse.pde.SchemaBuilder</name> |
|
20 |
<arguments> |
|
21 |
</arguments> |
|
22 |
</buildCommand> |
|
23 |
</buildSpec> |
|
24 |
<natures> |
|
25 |
<nature>org.eclipse.pde.PluginNature</nature> |
|
26 |
<nature>org.eclipse.jdt.core.javanature</nature> |
|
27 |
</natures> |
|
28 |
</projectDescription> |
|
0 | 29 |
tmp/org.txm.core.tests/src/org/txm/core/tests/ToolboxTester.java (revision 229) | ||
---|---|---|
1 |
/** |
|
2 |
* |
|
3 |
*/ |
|
4 |
package org.txm.core.tests; |
|
5 |
|
|
6 |
import org.txm.Toolbox; |
|
7 |
|
|
8 |
/** |
|
9 |
* Toolbox standalone tests. |
|
10 |
* @author sjacquot |
|
11 |
* |
|
12 |
*/ |
|
13 |
public class ToolboxTester { |
|
14 |
|
|
15 |
/** |
|
16 |
* |
|
17 |
*/ |
|
18 |
public ToolboxTester() { |
|
19 |
// TODO Auto-generated constructor stub |
|
20 |
} |
|
21 |
|
|
22 |
/** |
|
23 |
* |
|
24 |
* @param args |
|
25 |
*/ |
|
26 |
public static void main(String[] args) { |
|
27 |
|
|
28 |
System.out.println("ToolboxTester.main(): Java version = " + System.getProperty("sun.arch.data.model")); |
|
29 |
|
|
30 |
try { |
|
31 |
Toolbox.initialize(); |
|
32 |
} |
|
33 |
catch(Exception e) { |
|
34 |
// TODO Auto-generated catch block |
|
35 |
e.printStackTrace(); |
|
36 |
} |
|
37 |
} |
|
38 |
|
|
39 |
} |
|
0 | 40 |
tmp/org.txm.core.tests/build.properties (revision 229) | ||
---|---|---|
1 |
source.. = src/ |
|
2 |
output.. = bin/ |
|
3 |
bin.includes = META-INF/,\ |
|
4 |
. |
|
0 | 5 |
tmp/org.txm.core.tests/.settings/org.eclipse.jdt.core.prefs (revision 229) | ||
---|---|---|
1 |
eclipse.preferences.version=1 |
|
2 |
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled |
|
3 |
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 |
|
4 |
org.eclipse.jdt.core.compiler.compliance=1.6 |
|
5 |
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error |
|
6 |
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error |
|
7 |
org.eclipse.jdt.core.compiler.source=1.6 |
|
0 | 8 |
Formats disponibles : Unified diff