Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.m2e.editor.xml/OSGI-INF/l10n/bundle.properties')
-rw-r--r--org.eclipse.m2e.editor.xml/OSGI-INF/l10n/bundle.properties66
1 files changed, 66 insertions, 0 deletions
diff --git a/org.eclipse.m2e.editor.xml/OSGI-INF/l10n/bundle.properties b/org.eclipse.m2e.editor.xml/OSGI-INF/l10n/bundle.properties
new file mode 100644
index 00000000..c9e06c84
--- /dev/null
+++ b/org.eclipse.m2e.editor.xml/OSGI-INF/l10n/bundle.properties
@@ -0,0 +1,66 @@
+#Properties file for org.eclipse.m2e.editor.xml
+Bundle-Vendor = Eclipse 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
+keyword.label = maven
+page.name = Templates \ No newline at end of file

Back to the top