org.eclipse.ant.tests.ui/plugin.xml
Parent Directory
|
Revision Log
Revision 1.25 -
(download)
(as text)
(annotate)
Mon May 4 16:11:03 2009 UTC (6 months, 3 weeks ago) by mrennie
Branch: MAIN
CVS Tags: v20090504, v20091023, v20090706, R3_5, v20091012, R3_5_1, v20091008-1330, v20090817, HEAD
Changes since 1.24: +11 -1 lines
Mon May 4 16:11:03 2009 UTC (6 months, 3 weeks ago) by mrennie
Branch: MAIN
CVS Tags: v20090504, v20091023, v20090706, R3_5, v20091012, R3_5_1, v20091008-1330, v20090817, HEAD
Changes since 1.24: +11 -1 lines
update copyrights
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2005, 2008 IBM Corporation and others.
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:
IBM Corporation - initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.debug.ui.consoleLineTrackers">
<consoleLineTracker
class="org.eclipse.ant.tests.ui.testplugin.ConsoleLineTracker"
processType="org.eclipse.ant.ui.antProcess"
id="org.eclipse.ant.tests.ui.testplugin.ConsoleLineTracker">
</consoleLineTracker>
</extension>
<extension
point="org.eclipse.ant.core.extraClasspathEntries">
<extraClasspathEntry
library="lib/antUITestsSupport.jar"
eclipseRuntime="false">
</extraClasspathEntry>
</extension>
<extension point="org.eclipse.ant.core.antTasks">
<antTask
name="coolUITask"
class="org.eclipse.ant.tests.ui.support.tasks.AntTestTask2"
library="lib/antUITestsSupport.jar"
eclipseRuntime="false">
</antTask>
<antTask
name="coolUITask"
uri="testing"
class="org.eclipse.ant.tests.ui.support.tasks.AntTestTask2"
library="lib/antUITestsSupport.jar"
eclipseRuntime="false">
</antTask>
</extension>
<extension point="org.eclipse.ant.core.antTypes">
<antType
name="coolUIType"
class="org.eclipse.ant.tests.ui.support.types.AntTestPath"
library="lib/antUITestsSupport.jar"
eclipseRuntime="false">
</antType>
</extension>
<extension
point="org.eclipse.ant.core.antProperties">
<antProperty
name="property.ui.testing"
value="true">
</antProperty>
<antProperty
name="property.ui.testing2"
value="hey"
eclipseRuntime="false">
</antProperty>
</extension>
</plugin>
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
