org.eclipse.ant.core/plugin.xml
Parent Directory
|
Revision Log
Revision 1.47 -
(download)
(as text)
(annotate)
Mon May 4 16:11:02 2009 UTC (6 months, 3 weeks ago) by mrennie
Branch: MAIN
CVS Tags: v20091012, v20091118, v20090505, R3_5, v20091008-1330, v20091110_r352, R3_5_1, v20091109, v20090511, v20090817, v20090504, v20090817_r351, v20090706, v20090520, v20091109_r352, HEAD
Branch point for: R3_5_maintenance
Changes since 1.46: +11 -1 lines
Mon May 4 16:11:02 2009 UTC (6 months, 3 weeks ago) by mrennie
Branch: MAIN
CVS Tags: v20091012, v20091118, v20090505, R3_5, v20091008-1330, v20091110_r352, R3_5_1, v20091109, v20090511, v20090817, v20090504, v20090817_r351, v20090706, v20090520, v20091109_r352, HEAD
Branch point for: R3_5_maintenance
Changes since 1.46: +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 id="extraClasspathEntries" name="%classpathName" schema="schema/extraClasspathEntries.exsd"/>
<extension-point id="antTasks" name="%tasksName" schema="schema/antTasks.exsd"/>
<extension-point id="antTypes" name="%typesName" schema="schema/antTypes.exsd"/>
<extension-point id="antProperties" name="%propertiesName" schema="schema/antProperties.exsd"/>
<!-- Applications -->
<extension
id="antRunner"
point="org.eclipse.core.runtime.applications">
<application>
<run
class="org.eclipse.ant.core.AntRunner">
</run>
</application>
</extension>
<!-- Extra Classpath -->
<extension
point="org.eclipse.ant.core.extraClasspathEntries">
<extraClasspathEntry
library="lib/antsupportlib.jar">
</extraClasspathEntry>
</extension>
<extension
point="org.eclipse.ant.core.antProperties">
<antProperty
name="eclipse.home"
class="org.eclipse.ant.internal.core.AntPropertyValueProvider">
</antProperty>
<antProperty
name="eclipse.running"
class="org.eclipse.ant.internal.core.AntPropertyValueProvider">
</antProperty>
</extension>
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
id="antBuildFile"
name="%antBuildFileContentType.name"
base-type="org.eclipse.core.runtime.xml"
file-names="build.xml"
file-extensions="macrodef,ent,xml,ant"
priority="normal">
<describer
class="org.eclipse.ant.internal.core.contentDescriber.AntBuildfileContentDescriber">
</describer>
</content-type>
</extension>
</plugin>| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
