CSPACE-1935 moved import driver out of test framework into a standalone utility
use ant import at any level to invoke the driver. requires build.
!!NOTE!!
this change overrides req. of mvn test (at authorization-mgt/import) as described in r2225 to import default permissions
cd trunk
mvn test -DskipTests
ant import
ant undeploy deploy
mvn test
D trunk/services/authorization-mgt/import/src/test/java/org/collectionspace/services/authorization/importer/AuthorizationSeedTest.java
D trunk/services/authorization-mgt/import/src/test/java/org/collectionspace/services/authorization/importer/AbstractAuthorizationTestImpl.java
D trunk/services/authorization-mgt/import/src/test/resources/applicationContext-authorization-test.xml
D trunk/services/authorization-mgt/import/src/test/resources/log4j.properties
A trunk/services/authorization-mgt/import/src/main/java/org/collectionspace/services/authorization/driver
A + trunk/services/authorization-mgt/import/src/main/java/org/collectionspace/services/authorization/driver/AuthorizationSeedDriver.java
A trunk/services/authorization-mgt/import/src/main/java/org/collectionspace/ImportAuthz.java
M trunk/services/authorization-mgt/import/src/main/resources/import-data/import-permissions.xml
M trunk/services/authorization-mgt/import/src/main/resources/import-data/import-permissions-roles.xml
A + trunk/services/authorization-mgt/import/src/main/resources/applicationContext-authorization-test.xml
A + trunk/services/authorization-mgt/import/src/main/resources/log4j.properties
M trunk/services/authorization-mgt/import/pom.xml
M trunk/services/authorization-mgt/import/build.xml
M trunk/services/authorization-mgt/build.xml
M trunk/services/pom.xml
M trunk/services/build.xml
M trunk/build.xml