diff options
author | Markus Tiede | 2011-09-16 14:40:49 +0000 |
---|---|---|
committer | Markus Tiede | 2011-09-16 14:40:49 +0000 |
commit | 58fce01389e8b6c5e2daa06943d54c0822d8364f (patch) | |
tree | a513b5fb233bd458962b20706539ca8a761b0f10 /org.eclipse.jubula.rc.swing/build.properties | |
parent | d5595ac05861c6023b6f9114d9d7e8bc8da966bd (diff) | |
download | org.eclipse.jubula.core-58fce01389e8b6c5e2daa06943d54c0822d8364f.tar.gz org.eclipse.jubula.core-58fce01389e8b6c5e2daa06943d54c0822d8364f.tar.xz org.eclipse.jubula.core-58fce01389e8b6c5e2daa06943d54c0822d8364f.zip |
Major IDE refacotring - adjusted org.eclipse.jdt.core.prefs settings + IDE warnings reduced.
Diffstat (limited to 'org.eclipse.jubula.rc.swing/build.properties')
-rw-r--r-- | org.eclipse.jubula.rc.swing/build.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jubula.rc.swing/build.properties b/org.eclipse.jubula.rc.swing/build.properties index 73507d586..dfd927a55 100644 --- a/org.eclipse.jubula.rc.swing/build.properties +++ b/org.eclipse.jubula.rc.swing/build.properties @@ -10,7 +10,7 @@ bin.includes = about.html,\ . jars.compile.order = . source.. = src/ -output.. = bin/ +output.. = target/classes/ javacSource = 1.4 javacTarget = 1.4 javacErrors.. = -assertIdentifier |