diff options
author | mkersten <mkersten> | 2003-08-07 09:29:52 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2003-08-07 09:29:52 +0000 |
commit | 0f91bfcee95831ff34699b9696594366526a46f9 (patch) | |
tree | a976e07b57c71f0716353166f6bbcdb682639231 | |
parent | be23e3d01d1acde57b8ae25e04d0fc011a71e219 (diff) | |
download | aspectj-0f91bfcee95831ff34699b9696594366526a46f9.tar.gz aspectj-0f91bfcee95831ff34699b9696594366526a46f9.zip |
Cleaned up test-generated files.
-rw-r--r-- | ajde/testdata/bug-36071/.cvsignore | 1 | ||||
-rw-r--r-- | ajde/testdata/bug-36071/src/Main.java | 22 |
2 files changed, 1 insertions, 22 deletions
diff --git a/ajde/testdata/bug-36071/.cvsignore b/ajde/testdata/bug-36071/.cvsignore new file mode 100644 index 000000000..ba077a403 --- /dev/null +++ b/ajde/testdata/bug-36071/.cvsignore @@ -0,0 +1 @@ +bin diff --git a/ajde/testdata/bug-36071/src/Main.java b/ajde/testdata/bug-36071/src/Main.java deleted file mode 100644 index 417fc6809..000000000 --- a/ajde/testdata/bug-36071/src/Main.java +++ /dev/null @@ -1,22 +0,0 @@ -import java.io.IOException; - -/* - * Created on 30-Jul-03 - * - * To change this generated comment go to - * Window>Preferences>Java>Code Generation>Code and Comments - */ - -/** - * @author websterm - * - * To change this generated comment go to - * Window>Preferences>Java>Code Generation>Code and Comments - */ -public class Main { - - public static void main(String[] args) throws IOException { - String propsName = (args.length > 0)? args[0] : "test.props"; - new test.TestProperties().load(propsName); - } -} |