Skip to content

Commit 17bf5e0

Browse files
committed
Remove vaadin notice from first paragraph
1 parent 434ac67 commit 17bf5e0

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
## NOTICE: This library is no longer supported by Vaadin
1+
# gwt-api-generator
22

3-
Vaadin transfers the ownership of this library, thus Vaadin no longer provides support or does active development on it.
4-
We took this decision because once demonstrated that polymer elements could be easily be integrated in GWT, we want to invest our team’s time in adding valuable user benefits to Vaadin Core Elements, and pass the baton to the community to do integrations with other frameworks.
5-
6-
**In addition, we are happy to announce that ownership of the repository will be transferred by 20 Apr 2017 to [@manolo](https://github.com/manolo), who will continue to maintain it.**
7-
8-
**If you are willing to participate as a collaborator, please leave a comment in [#76](https://github.com/vaadin/gwt-api-generator/issues/76). The collaborators will be granted access after transferring. We encourage contribution in any form and shape.**
9-
10-
# Vaadin gwt-api-generator
11-
12-
Vaadin gwt-api-generator is a tool that produces GWT Java APIs for JavaScript libraries provided as input, assuming their APIs are decorated with JSDoc annotations.
3+
gwt-api-generator is a tool that produces GWT Java APIs for JavaScript libraries provided as input, assuming their APIs are decorated with JSDoc annotations.
134

145
Currently the generator only supports Web Components written in Polymer 1.0 syntax. Support for other type of JavaScript sources might be added in the future.
156

167
Original motivation behind the project was to provide GWT community an easy access to the elements in [Vaadin Elements](https://github.com/vaadin/vaadin-core-elements) collection.
178

9+
_Notice:_ Vaadin transferred the ownership of this library to the community
10+
by 20 Apr 2017, thus Vaadin no longer provides support or does active development on it.
11+
1812
## Installation and Usage
1913

2014
- Installation

0 commit comments

Comments
 (0)