diff options
author | Sven Gothel <[email protected]> | 2001-12-06 09:18:00 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-12-06 09:18:00 +0000 |
commit | 8fdc4baaee82a63247a9f4203dace4ee910881bb (patch) | |
tree | f9ff045a8756d695c3afafadb5256c86813eecef /Installer/FilelistMacOsXPPC.java.skel | |
parent | 5a67c0f5302dbd445d744450db58d1122096b742 (diff) |
2.8.1 rc 0rel-2-8-1-0-rc
Diffstat (limited to 'Installer/FilelistMacOsXPPC.java.skel')
-rw-r--r-- | Installer/FilelistMacOsXPPC.java.skel | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Installer/FilelistMacOsXPPC.java.skel b/Installer/FilelistMacOsXPPC.java.skel new file mode 100644 index 0000000..fee409e --- /dev/null +++ b/Installer/FilelistMacOsXPPC.java.skel @@ -0,0 +1,11 @@ + +public class FilelistMacOsXPPC + implements FilelistOS +{ + public static final String version = "_MAJV_._MINV_._BUGV_._RELV_"; + + public static final String archiv = "../binpkg/libGL4Java_MAJV_._MINV_._BUGV_._RELV_-Darwin-MacOsX-aqua-ppc.zip"; + + public String getVersion() { return version; } + public String getArchiv() { return archiv; } +} |