| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.0"?> | |
| <!-- | |
| Copyright (c) 2009, 2011 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 - initial API and implementation | |
| $Id$ | |
| --> | |
| <plugin> | |
| <!-- Replace 'ant_tasks/cdatools.ant.tasks.jar' by '.' to be able to debug without regenerating jars --> | |
| <extension point="org.eclipse.ant.core.extraClasspathEntries"> | |
| <extraClasspathEntry library="ant_tasks/cdatools.ant.tasks.jar" /> | |
| </extension> | |
| <extension point="org.eclipse.ant.core.antTasks"> | |
| <antTask library="ant_tasks/cdatools.ant.tasks.jar" name="cdatools" headless="true" | |
| class="org.eclipse.mdht.uml.cda.ant.taskdefs.CDAModelingTask" /> | |
| </extension> | |
| </plugin> |