make it subtree
[fanfix.git] / src / be / nikiroo / fanfix / bundles / Target.java
diff --git a/src/be/nikiroo/fanfix/bundles/Target.java b/src/be/nikiroo/fanfix/bundles/Target.java
deleted file mode 100644 (file)
index 64284c6..0000000
+++ /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.
- * <p>
- * 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
-        * <tt>.properties</tt> 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,
-}