diff options
Diffstat (limited to 'make/graphuiversion')
-rw-r--r-- | make/graphuiversion | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/make/graphuiversion b/make/graphuiversion new file mode 100644 index 000000000..30ac40a6d --- /dev/null +++ b/make/graphuiversion @@ -0,0 +1,19 @@ +Manifest-Version: 1.0 +Application-Name: GraphUI +Specification-Title: GraphUI API Specification +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: GraphUI Runtime Environment +Implementation-Version: @VERSION@ +Implementation-Build: @BUILD_VERSION@ +Implementation-Branch: @SCM_BRANCH@ +Implementation-Commit: @SCM_COMMIT@ +Implementation-Vendor: JogAmp Community +Implementation-URL: http://jogamp.org/ +Extension-Name: com.jogamp.graph.ui +Implementation-Vendor-Id: com.jogamp +Trusted-Library: true +Permissions: all-permissions +Application-Library-Allowable-Codebase: * +@JAR_CODEBASE_TAG@ + |