mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-08 00:34:18 +01:00
Plugin lwjgl.org contains a binary version of LWJGL for development purposes (of this plugin) only. This binary version is ignored by the build script.
17 lines
615 B
Plaintext
17 lines
615 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: LWJGL Tools Plug-in
|
|
Bundle-SymbolicName: org.lwjgl.tools;singleton:=true
|
|
Bundle-Version: 1.0.0
|
|
Bundle-Activator: org.lwjgl.tools.Activator
|
|
Bundle-Vendor: Lightweight Java Game Library Project
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.resources;bundle-version="3.4.0",
|
|
org.eclipse.jdt.core;bundle-version="3.4.0",
|
|
org.eclipse.jdt.ui;bundle-version="3.4.0",
|
|
org.eclipse.jdt.launching;bundle-version="3.4.0",
|
|
org.lwjgl;bundle-version="2.0.0"
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|