diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-02-23 20:38:54 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2025-02-23 20:38:54 -0500 |
commit | 9f85e0c201f64b5de646c4d66323424bcb3a279d (patch) | |
tree | 92609c64a7c96fcdd0f20b63bca9c6effe8dd97d /.classpath | |
parent | a9485b187844cad900bc43c0651406c51a7295c1 (diff) | |
parent | 9c358d708ba4988648d7b19ccb842f076ec4c354 (diff) |
Merge branch 'i18n' into develop
This merge adds the internationalization features, the final required
feature for 7Units version 1.0.0.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,6 +25,6 @@ <attribute name="module" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/> <classpathentry kind="output" path="bin/default"/> </classpath> |