Skip to content

Commit 787c47d

Browse files
committed
do not generate a module project as polyglot app example
(cherry picked from commit 0fab6ac)
1 parent 133cdf2 commit 787c47d

File tree

1 file changed

+0
-1
lines changed
  • graalpython/lib-graalpython/modules/standalone

1 file changed

+0
-1
lines changed

graalpython/lib-graalpython/modules/standalone/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ def create(self):
225225
# misc
226226
shutil.copy(get_file(NATIVE_IMAGE_RESOURCES_PATH), target_dir)
227227
shutil.copy(get_file(NATIVE_IMAGE_PROXY_CONF_PATH), target_dir)
228-
shutil.copy(get_file(MODULE_INFO_PATH), os.path.join(target_dir, MVN_CODE_PREFIX))
229228
self.create_pom_file(get_file(POLYGLOT_APP_POM_TEMPLATE_PATH), os.path.join(target_dir, MVN_POM_FILE))
230229

231230
class Standalone(AbstractStandalone):

0 commit comments

Comments
 (0)