blob: 75da0e6b1d5855997bf6d4ea0e4bbc41115c7b0d [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2011 Sonatype, Inc.
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
-->
<?eclipse version="3.0"?>
<plugin>
<extension
point="org.eclipse.epp.usagedata.gathering.monitors">
<monitor
class="org.eclipse.m2e.internal.udc.PomImportMonitor">
</monitor>
</extension>
<extension
point="org.eclipse.m2e.core.mavenProjectChangedListeners">
<listener
class="org.eclipse.m2e.internal.udc.MavenListener">
</listener>
</extension>
</plugin>