Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 75da0e6b1d5855997bf6d4ea0e4bbc41115c7b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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>

Back to the top