diff --git a/.travis.yml b/.travis.yml index 501ff8b6..1f8f6399 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: java jdk: -- oraclejdk8 +- openjdk8 cache: directories: - $HOME/.m2 diff --git a/README.md b/README.md index 2cb38059..35f07cc0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # GwtBootstrap3-Extras [![Build Status](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras.svg?branch=master)](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/) +## Note: This project is inactive. + +======= + GWTBootstrap3-Extras is a collection of wrappers based on the [GwtBootstrap3](https://github.com/gwtbootstrap3/gwtbootstrap3) for 3rd party extensions of [Twitter Bootstrap](http://getbootstrap.com/), which helps you develop responsive, mobile first HTML, CSS, and JS projects on the web using Java and Google Web Toolkit (GWT). ### Add GWTBootstrap3-Extras to your project @@ -27,7 +31,3 @@ You can easily add GWTBootstrap3-Extras to your project by including the library ### Resources * [Project Wiki](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/wiki) - Help with getting started and other useful project help. * [GwtBootstrap3 Google Group](https://groups.google.com/forum/?fromgroups#!forum/gwtbootstrap3) - Ask questions here. -* [Issues](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/issues) - File bugs here. -* [Contributing](https://github.com/gwtbootstrap3/gwtbootstrap3/wiki/Contributing) - Want to help by writing code? **Awesome!!** Please read [this](https://github.com/gwtbootstrap3/gwtbootstrap3/wiki/Contributing) first. - -[![Join the chat at https://gitter.im/gwtbootstrap3/gwtbootstrap3](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gwtbootstrap3/gwtbootstrap3?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)