Skip to content

Commit

Permalink
dev-java/appframework: [QA] Consistent whitespace in metadata.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapGentoo committed Nov 26, 2017
1 parent eda6dce commit a6cd162
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev-java/appframework/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<name>Java</name>
</maintainer>
<longdescription lang="en">
The JSR-296 Swing Application Framework prototype implementation is a small set of Java classes that simplify building desktop applications. The prototype provides infrastructure that's common to most desktop applications:
The JSR-296 Swing Application Framework prototype implementation is a small set of Java classes that simplify building desktop applications. The prototype provides infrastructure that's common to most desktop applications:

* Application lifecyle, notably GUI startup and shutdown.
* Support for managing and loading resources, like strings, formatted messages, images, colors, fonts, and other types common to desktop applications.
* Support for defining, managing, and binding Actions, including Actions that run asynchronously (in the "background").
* Persistent session state: support for automatically and selectively saving GUI state from one run of an application to the next.
* Application lifecyle, notably GUI startup and shutdown.
* Support for managing and loading resources, like strings, formatted messages, images, colors, fonts, and other types common to desktop applications.
* Support for defining, managing, and binding Actions, including Actions that run asynchronously (in the "background").
* Persistent session state: support for automatically and selectively saving GUI state from one run of an application to the next.
</longdescription>
</pkgmetadata>

0 comments on commit a6cd162

Please sign in to comment.