flexiblepower / powermatcher

PowerMatcher - The Java implementation of the PowerMatcher, including the API, the core, a couple of examples, a remote implementation using websockets and a visualisation of the configuration.
http://www.powermatcher.org
Apache License 2.0
43 stars 25 forks source link

Move back to Java 7 + update to latest Jetty #188

Open marcdejonge opened 9 years ago

marcdejonge commented 9 years ago

For websockets we need the new Jetty 9 version, which is dependent on Java 7. Since the PowerMatcher without remoting is virtually useless (except for small demo scenarios), we need to update the repository to Java 7.

marcdejonge commented 9 years ago

See pull request #189