Skip to content

Commit

Permalink
generation method
Browse files Browse the repository at this point in the history
  • Loading branch information
courville authored May 8, 2020
1 parent b01230a commit a724523
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
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
```

0 comments on commit a724523

Please sign in to comment.