diff options
Diffstat (limited to 'tests/incrementalju/inpathDirTests/src/Hello2.java')
-rw-r--r-- | tests/incrementalju/inpathDirTests/src/Hello2.java | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/incrementalju/inpathDirTests/src/Hello2.java b/tests/incrementalju/inpathDirTests/src/Hello2.java new file mode 100644 index 000000000..c174af938 --- /dev/null +++ b/tests/incrementalju/inpathDirTests/src/Hello2.java @@ -0,0 +1,22 @@ +/* ******************************************************************* + * Copyright (c) 2004 IBM Corporation + * All rights reserved. + * This program and the accompanying materials are made available + * under the terms of the Common Public License v1.0 + * which accompanies this distribution and is available at + * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Adrian Colyer, + * ******************************************************************/ + +/** + * Used to generate Hello2.class that is placed in MyJar.jar for these tests. + */ +public class Hello2 { + + public static void main(String[] args) { + System.out.println("hello"); + } + +}
\ No newline at end of file |