Skip to content

Commit

Permalink
solWin: 1.0.2 + lwjreLinux
Browse files Browse the repository at this point in the history
  • Loading branch information
himiloshpetrov committed Jan 26, 2015
1 parent 5e8ca54 commit cb775f3
Show file tree
Hide file tree
Showing 21 changed files with 3,819 additions and 5 deletions.
19 changes: 18 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ libs/gdx-natives.jar -text
libs/gdx.jar -text
libs/sol.jar -text
libs/solDesktop.jar -text
/linuxReadMe.txt -text
lwjre/ASSEMBLY_EXCEPTION -text
lwjre/LICENSE -text
lwjre/THIRD_PARTY_README -text
Expand All @@ -20,4 +19,22 @@ lwjre/bin/verify.dll -text
lwjre/bin/zip.dll -text
lwjre/lib/i386/jvm.cfg -text
lwjre/lib/rt.jar -text
lwjreLinux/ASSEMBLY_EXCEPTION -text
lwjreLinux/LICENSE -text
lwjreLinux/THIRD_PARTY_README -text
lwjreLinux/bin/java -text
lwjreLinux/lib/i386/jli/libjli.so -text
lwjreLinux/lib/i386/jvm.cfg -text
lwjreLinux/lib/i386/libawt.so -text
lwjreLinux/lib/i386/libjava.so -text
lwjreLinux/lib/i386/libjawt.so -text
lwjreLinux/lib/i386/libnet.so -text
lwjreLinux/lib/i386/libnio.so -text
lwjreLinux/lib/i386/libverify.so -text
lwjreLinux/lib/i386/libzip.so -text
lwjreLinux/lib/i386/server/libjvm.so -text
lwjreLinux/lib/i386/xawt/libmawt.so -text
lwjreLinux/lib/resources.jar -text
lwjreLinux/lib/rt.jar -text
/sol.exe -text
/sol.sh -text
Binary file modified libs/sol.jar
Binary file not shown.
4 changes: 0 additions & 4 deletions linuxReadMe.txt

This file was deleted.

27 changes: 27 additions & 0 deletions lwjreLinux/ASSEMBLY_EXCEPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

OPENJDK ASSEMBLY EXCEPTION

The OpenJDK source code made available by Sun at openjdk.java.net and
openjdk.dev.java.net ("OpenJDK Code") is distributed under the terms of the
GNU General Public License <http://www.gnu.org/copyleft/gpl.html> version 2
only ("GPL2"), with the following clarification and special exception.

Linking this OpenJDK Code statically or dynamically with other code
is making a combined work based on this library. Thus, the terms
and conditions of GPL2 cover the whole combination.

As a special exception, Sun gives you permission to link this
OpenJDK Code with certain code licensed by Sun as indicated at
http://openjdk.java.net/legal/exception-modules-2007-05-08.html
("Designated Exception Modules") to produce an executable,
regardless of the license terms of the Designated Exception Modules,
and to copy and distribute the resulting executable under GPL2,
provided that the Designated Exception Modules continue to be
governed by the licenses under which they were offered by Sun.

As such, it allows licensees and sublicensees of Sun's GPL2 OpenJDK Code to
build an executable that includes those portions of necessary code that Sun
could not provide under GPL2 (or that Sun has provided under GPL2 with the
Classpath exception). If you modify or add to the OpenJDK code, that new
GPL2 code may still be combined with Designated Exception Modules if the
new code is made subject to this exception by its copyright holder.
347 changes: 347 additions & 0 deletions lwjreLinux/LICENSE

Large diffs are not rendered by default.

3,388 changes: 3,388 additions & 0 deletions lwjreLinux/THIRD_PARTY_README

Large diffs are not rendered by default.

Binary file added lwjreLinux/bin/java
Binary file not shown.
Binary file added lwjreLinux/lib/i386/jli/libjli.so
Binary file not shown.
38 changes: 38 additions & 0 deletions lwjreLinux/lib/i386/jvm.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
# List of JVMs that can be used as an option to java, javac, etc.
# Order is important -- first in this list is the default JVM.
# NOTE that this both this file and its format are UNSUPPORTED and
# WILL GO AWAY in a future release.
#
# You may also select a JVM in an arbitrary location with the
# "-XXaltjvm=<jvm_dir>" option, but that too is unsupported
# and may not be available in a future release.
#
-client IF_SERVER_CLASS -server
-server KNOWN
-hotspot ALIASED_TO -client
-classic WARN
-native ERROR
-green ERROR
Binary file added lwjreLinux/lib/i386/libawt.so
Binary file not shown.
Binary file added lwjreLinux/lib/i386/libjava.so
Binary file not shown.
Binary file added lwjreLinux/lib/i386/libjawt.so
Binary file not shown.
Binary file added lwjreLinux/lib/i386/libnet.so
Binary file not shown.
Binary file added lwjreLinux/lib/i386/libnio.so
Binary file not shown.
Binary file added lwjreLinux/lib/i386/libverify.so
Binary file not shown.
Binary file added lwjreLinux/lib/i386/libzip.so
Binary file not shown.
Binary file added lwjreLinux/lib/i386/server/libjvm.so
Binary file not shown.
Binary file added lwjreLinux/lib/i386/xawt/libmawt.so
Binary file not shown.
Binary file added lwjreLinux/lib/resources.jar
Binary file not shown.
Binary file added lwjreLinux/lib/rt.jar
Binary file not shown.
1 change: 1 addition & 0 deletions sol.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lwjreLinux/bin/java -jar libs/solDesktop.jar

0 comments on commit cb775f3

Please sign in to comment.