blob: 51e77ce4eebe38c9163fcb069990226922ebb344 [file] [log] [blame]
###############################################################################
# Copyright (c) 2009 David A Carlson.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# David A Carlson (XMLmodeling.com) - initial API and implementation
#
# $Id$
###############################################################################
bin.includes = META-INF/,\
plugin.properties,\
plugin.xml,\
ant_tasks/cdatools.ant.tasks.jar,\
.,\
about.html
jars.compile.order = ant_tasks/cdatools.ant.tasks.jar,\
.
source.ant_tasks/cdatools.ant.tasks.jar = tasks/
output.ant_tasks/cdatools.ant.tasks.jar = bin.tasks/
exclude.cdatools.ant.jar = **/doc-files/**
exclude.ant_tasks/cdatools.ant.tasks.jar = **/doc-files/**
output.. = bin/
source.. = src/