VIVO-742 Rename some 'solr' packages.

This commit is contained in:
j2blake 2014-04-22 18:28:06 -04:00
parent 2d6aeaafb8
commit 711afa44fa
17 changed files with 34 additions and 30 deletions

View file

@ -1,5 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.search.solr;
package edu.cornell.mannlib.vitro.webapp.search.documentBuilding;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

View file

@ -1,5 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.search.solr;
package edu.cornell.mannlib.vitro.webapp.search.documentBuilding;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;

View file

@ -1,5 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.search.solr;
package edu.cornell.mannlib.vitro.webapp.search.documentBuilding;
import java.io.IOException;