diff options
author | Harvey Harrison <[email protected]> | 2015-04-19 20:51:48 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2015-04-19 20:51:48 -0700 |
commit | 940c76f21f611065ad32dd46346efc9a1f63969d (patch) | |
tree | d48f392effaa4275d78e208459521afd4114db99 /src/classes | |
parent | 027d14f5134d4d93c04e79eb9579d71628cb6671 (diff) |
build: remove separate generated manifest files
Put all the manifest information in the ant build file.
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'src/classes')
-rw-r--r-- | src/classes/J3dVersion | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/classes/J3dVersion b/src/classes/J3dVersion deleted file mode 100644 index 4c43271..0000000 --- a/src/classes/J3dVersion +++ /dev/null @@ -1,9 +0,0 @@ -Manifest-Version: 1.0 -Specification-Title: @SPEC_TITLE@ -Specification-Version: 1.6 -Specification-Vendor: @SPEC_VENDOR@ -Implementation-Title: @IMPL_TITLE@ -Implementation-Version: @VERSION_BASE@ -Implementation-Vendor: @IMPL_VENDOR@ -Extension-Name: javax.media.j3d -Implementation-Vendor-Id: @IMPL_VENDOR_ID@ |