Refactor packages for Exporter and Importer
commit786d645f134c217b38e70f389c579b88d771861e
authorImran M Yousuf <imyousuf@smartitengineering.com>
Fri, 24 Apr 2009 02:52:10 +0000 (24 08:52 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Fri, 24 Apr 2009 02:52:10 +0000 (24 08:52 +0600)
treecc1f9eab365f649517f7123d1bfd867e4a8ddc19
parentbdd6d42ecc6c242ded7c00dc3d9217b5b7dbbc88
Refactor packages for Exporter and Importer

As object export and import using URIs' is not hard-binded with JAX-RS or
any particular RESTful architecture for that matter, we plan to make it a
separate module and as a starting point we are refactoring package names
and relocating the APIs appropriately.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-rs/src/main/java/com/smartitengineering/exim/Exporter.java [moved from smart-rs/src/main/java/com/smartitengineering/rs/api/Exporter.java with 99% similarity]
smart-rs/src/main/java/com/smartitengineering/exim/Importer.java [moved from smart-rs/src/main/java/com/smartitengineering/rs/api/Importer.java with 98% similarity]
smart-rs/src/main/java/com/smartitengineering/rs/SmartProvider.java
smart-rs/src/test/java/com/smartitengineering/rs/SmartProviderTest.java