Stephan Herrmann | 5ed21e4 | 2010-04-01 21:40:57 +0000 | [diff] [blame] | 1 | ############################################################################### |
Stephan Herrmann | 4a05b5f | 2012-05-17 21:11:23 +0200 | [diff] [blame] | 2 | # Copyright (c) 2000, 2012 IBM Corporation and others. |
Stephan Herrmann | 5ed21e4 | 2010-04-01 21:40:57 +0000 | [diff] [blame] | 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | ############################################################################### |
| 11 | bin.includes = test.xml,\ |
| 12 | about.html,\ |
| 13 | jdtcoretestscompiler.jar,\ |
| 14 | META-INF/,\ |
Stephan Herrmann | b9e1052 | 2012-03-15 21:24:23 +0100 | [diff] [blame] | 15 | plugin.properties,\ |
| 16 | workspace/ |
Stephan Herrmann | 5ed21e4 | 2010-04-01 21:40:57 +0000 | [diff] [blame] | 17 | source.jdtcoretestscompiler.jar = src/ |
| 18 | output.jdtcoretestscompiler.jar = bin/ |
| 19 | src.includes = about.html |