Config no longer implements Identifiable because this was in violation of the contrac...
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / RouterConfig.java
similarity index 81%
rename from config/src/main/java/org/wamblee/xmlrouter/config/RouterConfig.java
rename to impl/src/main/java/org/wamblee/xmlrouter/impl/RouterConfig.java
index 14622508f06e6fc65303c6b45a3465f0f3c89418..120ffbdd6b5181c61814ab4ced5504846d1d8f73 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.wamblee.xmlrouter.config;
+package org.wamblee.xmlrouter.impl;
+
+import org.wamblee.xmlrouter.config.DocumentType;
+import org.wamblee.xmlrouter.config.Filter;
+import org.wamblee.xmlrouter.config.Identifiable;
+import org.wamblee.xmlrouter.config.Transformation;
 
 /**
  * Configuration API for the XML router.