lib/tasks/solrmarc.rake in solrmarc_wrapper-0.0.1 vs lib/tasks/solrmarc.rake in solrmarc_wrapper-0.0.2
- old
+ new
@@ -5,10 +5,10 @@
desc "run ant dist_site target in solrmarc"
task :ant_dist_site do
ant '-f solrmarc/build.xml dist_site'
end
- desc "run ant target to set up testing jetty in solrmarc"
+ desc "run ant target to set up testing jetty per straight solrmarc"
task :setup_test_jetty do
ant '-f solrmarc/build.xml test_clean_site'
ant '-f solrmarc/build.xml site_setup_test_jetty'
end
\ No newline at end of file