forked from 4thline/seamless
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
# seamless | ||
Library code used by other 4th Line projects | ||
|
||
This is a fork from 4th line seamless project https://github.com/4thline/seamless intended for Nova Video Player use only. | ||
|
||
The goal of this fork is to be able to compile seamless-util seamless-http seamless-xml and seamless-swing jars for cling-core and cling-support usage with a minimum of dependencies and no link to 4thline repositories. | ||
|
||
As a consequence all the changes made are potentially breaking seamless other modules. | ||
|
||
Compilation requires java8 and can be achieved via: | ||
``` | ||
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 mvn clean install -Dmaven.source.skip -DskipTests -Dmaven.javadoc.skip=true | ||
``` |