Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: eb4580cacdf4e273488e7425173c1f3f4f48b54f (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#Properties file for org.eclipse.m2e.editor.xml
Bundle-Vendor = Eclipse.org - m2e
Bundle-Name = Maven POM XML Editor
contextType.document = Document
contextType.project = Project
contextType.parent = Parent
contextType.properties = Properties
contextType.properties2 = Properties
contextType.dependencies = Dependencies
contextType.exclusions = Exclusions
contextType.plugins = Plugins
contextType.plugin = Plugin
contextType.configuration = Configuration
contextType.executions = Executions
contextType.execution = Execution
contextType.profiles = Profiles
contextType.repositories = Repositories
contextType.groupid = Group Id
contextType.artifactid = Artifact Id
contextType.version = Version
contextType.classifier = Classifier
contextType.type = Type
contextType.systemPath = SystemPath
contextType.packaging = Packaging
contextType.scope = Scope
contextType.phase = Phase
contextType.goal = Goal
contextType.module = Module
template.project.description = New project element
template.project.name = project
template.parent.description = New parent element
template.parent.name = parent
template.property.description = New property element
template.property.name = property
template.dependency.description = New dependency element
template.dependency.name = dependency
template.encoding.description = Set source encoding for the project
template.encoding.name = project.build.sourceEncoding
template.exclusion.description = New exclusion element
template.exclusion.name = exclusion
template.plugin.description = New plugin element
template.plugin.name = plugin
template.compiler.description = Java compiler plugin configuration
template.compiler.name = javac plugin
template.aspectj.description = AspectJ plugin configuration
template.aspectj.name = AspectJ plugin
template.war.description = WAR plugin configuration
template.war.name = war plugin
template.ejb.description = EJB plugin configuration
template.ejb.name = ejb plugin
template.ear.description = EAR plugin configuration
template.ear.name = ear plugin
template.jetty.description = Jetty plugin configuration
template.jetty.name = jetty plugin
template.repository.description = New repository element
template.repository.name = repository
template.execution.description = New execution element
template.execution.name = execution
template.profile.description = New profile element
template.profile.name = profile
template.tools.description = Profile for tools.jar
template.tools.name = tools.jar
template.tools2.description = Path to the tools.jar
template.tools2.name = tools.jar
template.m2e.profile.description = m2e activated profile
template.m2e.profile.name = m2e profile
keyword.label = maven
page.name = Templates

Back to the top