Skip to content

Commit 88c9d78

Browse files
committed
removed resource-config.json and native-image.properties from graalpy-maven-archetype as those are now handled by graalpy-maven-plugin
1 parent 8409a28 commit 88c9d78

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

graalpython/graalpy-archetype-polyglot-app/src/main/resources/archetype-resources/src/main/resources/META-INF/native-image/native-image.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

graalpython/graalpy-archetype-polyglot-app/src/main/resources/archetype-resources/src/main/resources/META-INF/native-image/resource-config.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

graalpython/graalpy-maven-plugin/src/main/java/org/graalvm/python/maven/plugin/ManageResourcesMojo.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ public void execute() throws MojoExecutionException {
144144

145145
private void manageNativeImageConfig() throws MojoExecutionException {
146146
Path metaInf = getMetaInfDirectory(project);
147-
// XXX remove resource-config.json and native-image.properties from archetype
148147
Path resourceConfig = metaInf.resolve("resource-config.json");
149148
try {
150149
Files.createDirectories(resourceConfig.getParent());

0 commit comments

Comments
 (0)