dev-java/appframework: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 22:12:39 +0000 (23:12 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 26 Nov 2017 11:23:03 +0000 (12:23 +0100)
dev-java/appframework/metadata.xml

index 6d7f24baa1b5f9b50ac2140d52e0353fb2e9ca85..d217a05000e579b3a4a6a121e9007ed9bf501f3d 100644 (file)
@@ -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>