blob: 0c25da10da9ed59626174c8d779d5bc25cd2efeb [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
/*********************************************************************
* Copyright (c) 2009, 2012 SpringSource, a division of VMware, Inc. and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/
-->
<plugin>
<extension point="org.eclipse.core.resources.builders"
id="builder"
name="%builderName" >
<builder
callOnEmptyDelta="false"
isConfigurable="false">
<run
class="org.eclipse.virgo.ide.bundlor.internal.core.BundlorProjectBuilder">
</run>
</builder>
</extension>
</plugin>