diff options
author | Steven Knight <knight@baldmt.com> | 2009-02-09 18:29:43 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-02-09 18:29:43 (GMT) |
commit | ba21ffe311490bb348716e8e9127109e7fdc2f08 (patch) | |
tree | 5664bb6b48d53803e7ea52f1caa5afa241413f32 /test/Java | |
parent | 895f277379ccb6272549468d18f27f4a5fc2ee2f (diff) | |
download | SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.zip SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.tar.gz SCons-ba21ffe311490bb348716e8e9127109e7fdc2f08.tar.bz2 |
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/Java')
-rw-r--r-- | test/Java/JAR.py | 6 | ||||
-rw-r--r-- | test/Java/JARCHDIR.py | 6 | ||||
-rw-r--r-- | test/Java/JARCOM.py | 6 | ||||
-rw-r--r-- | test/Java/JARCOMSTR.py | 6 | ||||
-rw-r--r-- | test/Java/JARFLAGS.py | 6 | ||||
-rw-r--r-- | test/Java/JAVABOOTCLASSPATH.py | 6 | ||||
-rw-r--r-- | test/Java/JAVAC.py | 6 | ||||
-rw-r--r-- | test/Java/JAVACCOM.py | 6 | ||||
-rw-r--r-- | test/Java/JAVACCOMSTR.py | 6 | ||||
-rw-r--r-- | test/Java/JAVACFLAGS.py | 6 | ||||
-rw-r--r-- | test/Java/JAVACLASSPATH.py | 6 | ||||
-rw-r--r-- | test/Java/JAVAH.py | 6 | ||||
-rw-r--r-- | test/Java/JAVAHCOM.py | 6 | ||||
-rw-r--r-- | test/Java/JAVAHCOMSTR.py | 6 | ||||
-rw-r--r-- | test/Java/JAVASOURCEPATH.py | 6 | ||||
-rw-r--r-- | test/Java/Java-1.4.py | 6 | ||||
-rw-r--r-- | test/Java/Java-1.5.py | 6 | ||||
-rw-r--r-- | test/Java/Java-1.6.py | 6 | ||||
-rw-r--r-- | test/Java/RMIC.py | 6 | ||||
-rw-r--r-- | test/Java/RMICCOM.py | 6 | ||||
-rw-r--r-- | test/Java/RMICCOMSTR.py | 6 | ||||
-rw-r--r-- | test/Java/multi-step.py | 6 | ||||
-rw-r--r-- | test/Java/nested-classes.py | 6 | ||||
-rw-r--r-- | test/Java/no-JARCHDIR.py | 6 | ||||
-rw-r--r-- | test/Java/source-files.py | 6 | ||||
-rw-r--r-- | test/Java/swig-dependencies.py | 6 |
26 files changed, 156 insertions, 0 deletions
diff --git a/test/Java/JAR.py b/test/Java/JAR.py index 34657ff..ca12ae4 100644 --- a/test/Java/JAR.py +++ b/test/Java/JAR.py @@ -248,3 +248,9 @@ test.must_exist('bar.jar') test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JARCHDIR.py b/test/Java/JARCHDIR.py index a3f2ec4..e3f22db 100644 --- a/test/Java/JARCHDIR.py +++ b/test/Java/JARCHDIR.py @@ -115,3 +115,9 @@ test.run(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JARCOM.py b/test/Java/JARCOM.py index f03cd9f..a51ea5a 100644 --- a/test/Java/JARCOM.py +++ b/test/Java/JARCOM.py @@ -63,3 +63,9 @@ test.must_match('test1.jar', "file1.in\nfile2.in\nfile3.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JARCOMSTR.py b/test/Java/JARCOMSTR.py index 35404ce..4358f6b 100644 --- a/test/Java/JARCOMSTR.py +++ b/test/Java/JARCOMSTR.py @@ -67,3 +67,9 @@ test.must_match('test1.jar', "file1.in\nfile2.in\nfile3.in\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JARFLAGS.py b/test/Java/JARFLAGS.py index 03a222b..7306426 100644 --- a/test/Java/JARFLAGS.py +++ b/test/Java/JARFLAGS.py @@ -78,3 +78,9 @@ test.run(arguments = '.', test.must_exist('test.jar') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JAVABOOTCLASSPATH.py b/test/Java/JAVABOOTCLASSPATH.py index 5962b94..e448165 100644 --- a/test/Java/JAVABOOTCLASSPATH.py +++ b/test/Java/JAVABOOTCLASSPATH.py @@ -93,3 +93,9 @@ expect = """\ test.run(arguments = '-Q -n .', stdout = expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JAVAC.py b/test/Java/JAVAC.py index baedac0..bb823fc 100644 --- a/test/Java/JAVAC.py +++ b/test/Java/JAVAC.py @@ -97,3 +97,9 @@ line 3 test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JAVACCOM.py b/test/Java/JAVACCOM.py index b6a30e9..c4eaa92 100644 --- a/test/Java/JAVACCOM.py +++ b/test/Java/JAVACCOM.py @@ -66,3 +66,9 @@ test.must_match(['classes', 'file1.class'], test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JAVACCOMSTR.py b/test/Java/JAVACCOMSTR.py index 88fa31d..23e7dfb 100644 --- a/test/Java/JAVACCOMSTR.py +++ b/test/Java/JAVACCOMSTR.py @@ -77,3 +77,9 @@ test.must_match(['classes', 'file1.class'], test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JAVACFLAGS.py b/test/Java/JAVACFLAGS.py index e287054..d86c267 100644 --- a/test/Java/JAVACFLAGS.py +++ b/test/Java/JAVACFLAGS.py @@ -64,3 +64,9 @@ test.run(arguments = '.', test.must_exist(['classes', 'src', 'Example1.class']) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JAVACLASSPATH.py b/test/Java/JAVACLASSPATH.py index 11f7c2c..bc3bb21 100644 --- a/test/Java/JAVACLASSPATH.py +++ b/test/Java/JAVACLASSPATH.py @@ -89,3 +89,9 @@ test.must_exist(['outdir', 'com_Example2.h']) test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JAVAH.py b/test/Java/JAVAH.py index 32ad119..2518928 100644 --- a/test/Java/JAVAH.py +++ b/test/Java/JAVAH.py @@ -299,3 +299,9 @@ test.must_exist(['outdir2', 'com_sub_bar_Example6.h']) test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JAVAHCOM.py b/test/Java/JAVAHCOM.py index 73067c6..1030380 100644 --- a/test/Java/JAVAHCOM.py +++ b/test/Java/JAVAHCOM.py @@ -67,3 +67,9 @@ test.must_match(['out', 'file3.h'], "file3.class\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JAVAHCOMSTR.py b/test/Java/JAVAHCOMSTR.py index 8ee5767..f318524 100644 --- a/test/Java/JAVAHCOMSTR.py +++ b/test/Java/JAVAHCOMSTR.py @@ -83,3 +83,9 @@ test.must_match(['out', 'file3.h'], "file3.class\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/JAVASOURCEPATH.py b/test/Java/JAVASOURCEPATH.py index 87e90ad..5f19004 100644 --- a/test/Java/JAVASOURCEPATH.py +++ b/test/Java/JAVASOURCEPATH.py @@ -72,3 +72,9 @@ test.must_exist(['bar', 'classes', 'com', 'foo', 'test', 'TestFoo.class']) test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/Java-1.4.py b/test/Java/Java-1.4.py index 0906513..f0f5a93 100644 --- a/test/Java/Java-1.4.py +++ b/test/Java/Java-1.4.py @@ -396,3 +396,9 @@ classes_must_not_exist('class5', expect_5) test.fail_test(failed) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/Java-1.5.py b/test/Java/Java-1.5.py index 20ebc25..e769c22 100644 --- a/test/Java/Java-1.5.py +++ b/test/Java/Java-1.5.py @@ -392,3 +392,9 @@ classes_must_not_exist('class5', expect_5) test.fail_test(failed) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/Java-1.6.py b/test/Java/Java-1.6.py index 649cf01..d107e32 100644 --- a/test/Java/Java-1.6.py +++ b/test/Java/Java-1.6.py @@ -392,3 +392,9 @@ classes_must_not_exist('class5', expect_5) test.fail_test(failed) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/RMIC.py b/test/Java/RMIC.py index 3340707..0abf5a4 100644 --- a/test/Java/RMIC.py +++ b/test/Java/RMIC.py @@ -325,3 +325,9 @@ test.must_exist(test.workpath('outdir2', 'com', 'sub', 'bar', 'Example4_Stub.cla test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/RMICCOM.py b/test/Java/RMICCOM.py index e8a5655..6bc50da 100644 --- a/test/Java/RMICCOM.py +++ b/test/Java/RMICCOM.py @@ -77,3 +77,9 @@ test.must_match(out_file3, "file3.class\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/RMICCOMSTR.py b/test/Java/RMICCOMSTR.py index a92bac5..8981ed7 100644 --- a/test/Java/RMICCOMSTR.py +++ b/test/Java/RMICCOMSTR.py @@ -83,3 +83,9 @@ test.must_match(out_file3, "file3.class\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/multi-step.py b/test/Java/multi-step.py index 34e814b..19b8167 100644 --- a/test/Java/multi-step.py +++ b/test/Java/multi-step.py @@ -570,3 +570,9 @@ if not os.path.exists(p): test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/nested-classes.py b/test/Java/nested-classes.py index 3550e76..7772c57 100644 --- a/test/Java/nested-classes.py +++ b/test/Java/nested-classes.py @@ -99,3 +99,9 @@ public class Test { """) test.run(arguments = '.') + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/no-JARCHDIR.py b/test/Java/no-JARCHDIR.py index d0233f6..2037524 100644 --- a/test/Java/no-JARCHDIR.py +++ b/test/Java/no-JARCHDIR.py @@ -106,3 +106,9 @@ test.must_contain_all_lines(test.stdout(), [expect]) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/source-files.py b/test/Java/source-files.py index 63d1d92..bf263cf 100644 --- a/test/Java/source-files.py +++ b/test/Java/source-files.py @@ -118,3 +118,9 @@ test.must_not_exist(['class2', 'com', 'Example4.class']) test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Java/swig-dependencies.py b/test/Java/swig-dependencies.py index f71ab31..2c53f0c 100644 --- a/test/Java/swig-dependencies.py +++ b/test/Java/swig-dependencies.py @@ -133,3 +133,9 @@ test.must_exist(['java', 'classes', 'foopackJNI.class']) test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |