]> source.dussan.org Git - aspectj.git/commit
Begin migration to 'aspectj' locale for compiler messages
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 19 Mar 2021 04:08:35 +0000 (11:08 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Fri, 19 Mar 2021 04:12:32 +0000 (11:12 +0700)
commit263d25ac28052dd2e7723c0275c05da8cd2e2c40
treeff61818bb2a34982e76dcf51898b190b0642bbce
parent4e5430011fc9283074339b39754b0f07ff5d8a04
Begin migration to 'aspectj' locale for compiler messages

Renamed messages.properties to messages_aspectj.properties and moved to
a path identical with the Eclipse original resource file. Therefore, it
is now just treated as a localised version of it.

The new jdtcore-for-aspectj.jar already contains logic to use the new
locale. Hence, BuildArgParser no longer needs the static block to
initialise its own resource bundle, Eclipse JDT will automatically pick
it up.

The version string was also updated to the new Eclipse merge commit
hash + date + "Java16".

TODO: Strip down properties file in order to only contain delta to
Eclipse.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
org.aspectj.ajdt.core/src/main/java/org/aspectj/ajdt/ajc/BuildArgParser.java
org.aspectj.ajdt.core/src/main/resources/org/aspectj/ajdt/ajc/messages.properties [deleted file]
org.aspectj.ajdt.core/src/main/resources/org/aspectj/org/eclipse/jdt/internal/compiler/batch/messages_aspectj.properties [new file with mode: 0644]
org.eclipse.jdt.core/jdtcore-for-aspectj-src.zip
org.eclipse.jdt.core/jdtcore-for-aspectj.jar