X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FTarget.java;h=64284c6e424846e478d1f9e8cefd93ddef893105;hb=a5d1f0e6320710cc4c8163adf2dc402e8f05fb96;hp=3318e9e942d4caa4673c820dd229f8ee481b97b7;hpb=b4dc6ab518ded2dd92e4cbb02ac615b1d57e8e6d;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/Target.java b/src/be/nikiroo/fanfix/bundles/Target.java deleted file mode 100644 index 3318e9e..0000000 --- a/src/be/nikiroo/fanfix/bundles/Target.java +++ /dev/null @@ -1,21 +0,0 @@ -package be.nikiroo.fanfix.bundles; - -import be.nikiroo.utils.resources.Bundle; - -/** - * The type of configuration information the associated {@link Bundle} will - * convey. - * - * @author niki - */ -public enum Target { - /** - * Configuration options that the user can change in the - * .properties file - */ - config, - /** Translation resources */ - resources, - /** UI resources (from colours to behaviour) */ - ui, -}