Update to nnikiroo-utils-1.5.0
[fanfix.git] / src / be / nikiroo / fanfix / bundles / Target.java
index 212f8a7080502af2469edd9e5b15c7a61c649500..8b5e867fd74d6caa365b1ac99363d73baee4764d 100644 (file)
@@ -1,6 +1,6 @@
 package be.nikiroo.fanfix.bundles;
 
-import be.nikiroo.utils.resources.bundles.Bundle;
+import be.nikiroo.utils.resources.Bundle;
 
 /**
  * The type of configuration information the associated {@link Bundle} will
@@ -11,9 +11,13 @@ import be.nikiroo.utils.resources.bundles.Bundle;
 public enum Target {
        /**
         * Configuration options that the user can change in the
-        * <tt>.properties</tt> file.
+        * <tt>.properties</tt> file
         */
        config,
-       /** Translation resources. */
+       /** Translation resources */
        resources,
+       /** UI resources (from colours to behaviour) */
+       ui,
+       /** Description of UI resources. */
+       ui_description,
 }