csalter | d5a99d4 | 2004-11-24 21:13:42 +0000 | [diff] [blame^] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2001, 2004 IBM Corporation and others. |
| 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 | source.xsdeditor.jar = src/ |
| 12 | bin.includes = xsdeditor.jar,\ |
| 13 | plugin.xml,\ |
| 14 | icons/,\ |
| 15 | image/,\ |
| 16 | doc/,\ |
| 17 | plugin.properties,\ |
| 18 | samples/,\ |
| 19 | w3c/ |
| 20 | src.includes = w3c/,\ |
| 21 | samples/,\ |
| 22 | plugin.xml,\ |
| 23 | plugin.properties,\ |
| 24 | image/,\ |
| 25 | icons/,\ |
| 26 | doc/,\ |
| 27 | src/,\ |
| 28 | test/,\ |
| 29 | build.xml,\ |
| 30 | build.properties,\ |
| 31 | .project,\ |
| 32 | .classpath,\ |
| 33 | xsdeditor.jar |