deboer | b3c4226 | 2007-12-17 14:56:43 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2005, 2006 Eteration A.S. and Gorkem Ercan. |
| 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: Gorkem Ercan - initial API and implementation |
| 9 | ############################################################################### |
gercan | ab445c8 | 2006-04-19 18:57:34 +0000 | [diff] [blame] | 10 | bin.includes = META-INF/,\ |
gercan | ab445c8 | 2006-04-19 18:57:34 +0000 | [diff] [blame] | 11 | plugin.xml,\ |
| 12 | about.html,\ |
gercan | ab445c8 | 2006-04-19 18:57:34 +0000 | [diff] [blame] | 13 | plugin.properties,\ |
| 14 | servers/,\ |
gercan | 3e96f18 | 2006-04-22 18:41:08 +0000 | [diff] [blame] | 15 | icons/,\ |
ndai | db99c63 | 2006-05-13 08:19:29 +0000 | [diff] [blame] | 16 | buildfiles/,\ |
| 17 | genericjboss.jar |
gercan | ab445c8 | 2006-04-19 18:57:34 +0000 | [diff] [blame] | 18 | src.includes = build.properties |
gercan | aab9139 | 2006-04-23 08:18:22 +0000 | [diff] [blame] | 19 | source.genericjboss.jar = servers/ |
gercan | 3e96f18 | 2006-04-22 18:41:08 +0000 | [diff] [blame] | 20 | jars.compile.order = genericjboss.jar |