Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d4fca4011a96e865fe9d30f5a6c993e47a2b82fd (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
24
#
# Copyright (c) 2007, 2008 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
#

m2.classpath-container.name=Maven Classpath Container

Bundle-Vendor = Eclipse.org - m2e
Bundle-Name = Maven Integration for Eclipse JDT
configurator.jdt.name = JDT
filter.description = Filters module folders from the Maven projects
filter.name = Maven modules filter
action.label = label
action.javadoc.label = Open JavaDoc
action.javadoc2.label = Open JavaDoc
action.javadoc3.label = Open JavaDoc
action.javadoc4.label = Open JavaDoc
lifecycleMapping.jar.name = Jar Lifecycle Mapping
java.conversion.participant.name = Java project converter

extension-point.classifierClasspathProviders.name = Launch Configuration Classifier Classpath Providers

Back to the top