change config format to config5
[nikiroo-utils.git] / src / be / nikiroo / fanfix / bundles / Target.java
index 8b5e867fd74d6caa365b1ac99363d73baee4764d..64284c6e424846e478d1f9e8cefd93ddef893105 100644 (file)
@@ -5,6 +5,8 @@ import be.nikiroo.utils.resources.Bundle;
 /**
  * The type of configuration information the associated {@link Bundle} will
  * convey.
+ * <p>
+ * Those values can change when the file is not compatible anymore.
  * 
  * @author niki
  */
@@ -13,9 +15,11 @@ public enum Target {
         * Configuration options that the user can change in the
         * <tt>.properties</tt> file
         */
-       config,
-       /** Translation resources */
-       resources,
+       config5,
+       /** Translation resources (Core) */
+       resources_core,
+       /** Translation resources (GUI) */
+       resources_gui,
        /** UI resources (from colours to behaviour) */
        ui,
        /** Description of UI resources. */