blob: 89e2e3f6c0ff3906e285a42a70cf50f40601c4ea [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2010, 2011 Mia-Software.
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:
Nicolas Guyomar (Mia-Software) - initial API and implementation
Nicolas Bros (Mia-Software) - adapted to new discovery framework (Bug 335003)
-->
<plugin>
<extension
point="org.eclipse.modisco.infra.discovery.core.discoverer">
<discoverer
class="org.eclipse.modisco.jee.jsp.discoverer.DiscoverJspModelFromResource"
id="org.eclipse.modisco.jee.jsp.discoverer.resource">
</discoverer>
<discoverer
class="org.eclipse.modisco.jee.jsp.discoverer.DiscoverJspModelFromJavaElement"
id="org.eclipse.modisco.jee.jsp.discoverer.javaElement">
</discoverer>
</extension>
</plugin>