X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=bundles%2FTarget.java;h=b530c07690ddef58366d1982e12f1e17178b7b36;hb=HEAD;hp=64284c6e424846e478d1f9e8cefd93ddef893105;hpb=258e065f81071a861711ef935dca3ec5563f4360;p=nikiroo-utils.git diff --git a/bundles/Target.java b/bundles/Target.java deleted file mode 100644 index 64284c6..0000000 --- a/bundles/Target.java +++ /dev/null @@ -1,27 +0,0 @@ -package be.nikiroo.fanfix.bundles; - -import be.nikiroo.utils.resources.Bundle; - -/** - * The type of configuration information the associated {@link Bundle} will - * convey. - *

- * Those values can change when the file is not compatible anymore. - * - * @author niki - */ -public enum Target { - /** - * Configuration options that the user can change in the - * .properties file - */ - config5, - /** Translation resources (Core) */ - resources_core, - /** Translation resources (GUI) */ - resources_gui, - /** UI resources (from colours to behaviour) */ - ui, - /** Description of UI resources. */ - ui_description, -}