blob: 0818d243f9de2be96767a248b1c08c96906398e6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2013, 2018 CEA and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
Contributors:
Christian W. Damus (CEA) - initial API and implementation
Christian W. Damus (CEA) - 286404
Kenn Hussey - 535301
-->
<plugin>
<extension point="org.eclipse.ant.core.extraClasspathEntries">
<extraClasspathEntry library="ant_tasks/uml2.ant.tasks.jar"/>
</extension>
<extension point="org.eclipse.ant.core.antTasks">
<antTask library="ant_tasks/uml2.ant.tasks.jar" name="uml2.defineProfile" headless="true" class="org.eclipse.uml2.ant.taskdefs.DefineProfileTask"/>
</extension>
<extension id="defineProfile" point="org.eclipse.core.runtime.applications">
<application>
<run class="org.eclipse.uml2.ant.app.DefineProfileApplication"/>
</application>
</extension>
</plugin>