Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
DiSL
DiSL
Commits
195130f5
Commit
195130f5
authored
Dec 05, 2011
by
Lukáš Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run-all script udpated
eclipse settings cleanup
parent
705e73d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
14 deletions
+2
-14
.classpath
.classpath
+1
-1
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.jdt.core.prefs
+0
-12
test/run-all.sh
test/run-all.sh
+1
-1
No files found.
.classpath
View file @
195130f5
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry
kind=
"src"
path=
"src"
/>
<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.jdt.launching.JRE_CONTAINER"
/>
<classpathentry
kind=
"lib"
path=
"lib/jborat-interface.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/jborat-runtime.jar"
/>
<classpathentry
kind=
"lib"
path=
"lib/asm-debug-all-4.0.jar"
/>
...
...
.settings/org.eclipse.jdt.core.prefs
deleted
100644 → 0
View file @
705e73d9
#Thu Jun 16 12:32:48 CEST 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.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
test/run-all.sh
View file @
195130f5
#!/bin/sh
TESTS
=
"after args bbmarker bodymarker bytecodemarker dynamicinfo exception exceptionhandler guard loop processor scope staticinfo syntheticlocal threadlocal tryclause"
TESTS
=
`
ls
src/ch/usi/dag/disl/test/
`
for
TEST
in
${
TESTS
}
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment