diff options
author | Andre Weinand | 2003-07-07 09:50:34 +0000 |
---|---|---|
committer | Andre Weinand | 2003-07-07 09:50:34 +0000 |
commit | 01166ab2791b91aaafed57f2f5209814cc66b11d (patch) | |
tree | ef0b285e84e91fc68478b48247f8dcda5c0ddb0f /examples/org.eclipse.compare.examples.xml/build.properties | |
parent | cf164bf177e1ce5e4129aed93dcacd9fd0c37829 (diff) | |
download | eclipse.platform.team-01166ab2791b91aaafed57f2f5209814cc66b11d.tar.gz eclipse.platform.team-01166ab2791b91aaafed57f2f5209814cc66b11d.tar.xz eclipse.platform.team-01166ab2791b91aaafed57f2f5209814cc66b11d.zip |
initial checkin
Diffstat (limited to 'examples/org.eclipse.compare.examples.xml/build.properties')
-rw-r--r-- | examples/org.eclipse.compare.examples.xml/build.properties | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/org.eclipse.compare.examples.xml/build.properties b/examples/org.eclipse.compare.examples.xml/build.properties new file mode 100644 index 000000000..b997f8c0c --- /dev/null +++ b/examples/org.eclipse.compare.examples.xml/build.properties @@ -0,0 +1,19 @@ +############################################################################### +# Copyright (c) 2000, 2003 IBM Corporation and others. +# 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: +# IBM Corporation - initial API and implementation +############################################################################### +source.xmlcompareexamples.jar = src/ + +bin.includes = doc-html/,\ + about.html,\ + plugin.properties,\ + plugin.xml,\ + xmlcompareexamples.jar + +src.includes = about.html |