diff options
author | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2000-11-18 06:43:49 +0000 |
commit | 880653d31a8f1ff8384fdbc75b84934bceecfdb8 (patch) | |
tree | bdafb71416f176d2a4b73bf716c9dc3f13685a8b /Installer/FilelistSGIIrix62Mips.java.skel |
Initial revision
Diffstat (limited to 'Installer/FilelistSGIIrix62Mips.java.skel')
-rw-r--r-- | Installer/FilelistSGIIrix62Mips.java.skel | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Installer/FilelistSGIIrix62Mips.java.skel b/Installer/FilelistSGIIrix62Mips.java.skel new file mode 100644 index 0000000..6a176e9 --- /dev/null +++ b/Installer/FilelistSGIIrix62Mips.java.skel @@ -0,0 +1,11 @@ + +public class FilelistSGIIrix62Mips + implements FilelistOS +{ + public static final String version = "_MAJV_._MINV_._BUGV_._RELV_"; + + public static final String archiv = "../binpkg/libGL4Java_MAJV_._MINV_._BUGV_._RELV_-SGI-IRIX-65-mips.zip"; + + public String getVersion() { return version; } + public String getArchiv() { return archiv; } +} |