public code v1

This commit is contained in:
2026-05-22 11:14:29 +02:00
parent 427197ec5a
commit b8141736eb
28859 changed files with 575079 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.luaj
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: luaj-jse-3.0.1.jar
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.luaj.vm2,
org.luaj.vm2.ast,
org.luaj.vm2.compiler,
org.luaj.vm2.lib,
org.luaj.vm2.lib.jse,
org.luaj.vm2.luajc,
org.luaj.vm2.parser,
org.luaj.vm2.script,
org.luaj.vm2.server
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.luaj
@@ -0,0 +1 @@
org.luaj.vm2.script.LuaScriptEngineFactory