Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 1 | ############################################################################### |
Stephan Herrmann | 32fd38b | 2014-12-13 15:26:29 +0100 | [diff] [blame] | 2 | # Copyright (c) 2000, 2014 IBM Corporation and others. |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | # Fraunhofer FIRST - extended API and implementation |
| 11 | # Technical University Berlin - extended API and implementation |
Stephan Herrmann | 32fd38b | 2014-12-13 15:26:29 +0100 | [diff] [blame] | 12 | # Harry Terkelsen (het@google.com) - Bug 449262 - Allow the use of third-party Java formatters |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 13 | ############################################################################### |
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame] | 14 | providerName=Eclipse.org - Object Teams |
Stephan Herrmann | b280f64 | 2011-05-12 19:27:09 +0000 | [diff] [blame] | 15 | pluginName=Object Teams Development Tooling Core |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 16 | javaNatureName=Java |
| 17 | javaBuilderName=Java Builder |
| 18 | javaProblemName=Java Problem |
| 19 | buildPathProblemName=Build Path Problem |
| 20 | transientJavaProblemName=Transient Java Problem |
| 21 | classpathVariableInitializersName=Classpath Variable Initializers |
| 22 | classpathContainerInitializersName=Classpath Container Initializers |
| 23 | codeFormattersName=Source Code Formatters |
| 24 | compilationParticipantsName=Compilation Participants |
| 25 | annotationProcessorManagerName=Java 6 Annotation Processor Manager |
| 26 | javaTaskName=Java Task |
| 27 | javaPropertiesName=Java Properties File |
| 28 | javaSourceName=Java Source File |
| 29 | javaClassName=Java Class File |
| 30 | jarManifestName=JAR Manifest File |
Stephan Herrmann | 32fd38b | 2014-12-13 15:26:29 +0100 | [diff] [blame] | 31 | traceComponentLabel=JDT Core |
| 32 | javaFormatterName=Java Formatter |