Skip to content

Commit

Permalink
Change package names from mifos to apache fineract.
Browse files Browse the repository at this point in the history
  • Loading branch information
myrle-krantz committed Apr 16, 2018
1 parent 84792e7 commit f4b3db3
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev;
package org.apache.fineract.cn.dev;

import org.apache.fineract.cn.provisioner.api.v1.domain.Application;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev;
package org.apache.fineract.cn.dev;

import org.junit.runner.JUnitCore;

Expand All @@ -27,6 +27,6 @@ public DemoServer() {
}

public static void main(String[] args) {
JUnitCore.main("io.mifos.dev.ServiceRunner");
JUnitCore.main("org.apache.fineract.cn.dev.ServiceRunner");
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev;
package org.apache.fineract.cn.dev;

import ch.vorburger.mariadb4j.DB;
import ch.vorburger.mariadb4j.DBConfigurationBuilder;
Expand Down Expand Up @@ -121,7 +121,7 @@ public class ServiceRunner {
@ActiveMQForTest.EnableActiveMQListen
@EnableApiFactory
@EnableEventRecording(maxWait = 60_000)
@ComponentScan("io.mifos.dev.listener")
@ComponentScan("org.apache.fineract.cn.dev.listener")
public static class TestConfiguration {
public TestConfiguration() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev;
package org.apache.fineract.cn.dev;

import org.apache.fineract.cn.cassandra.util.CassandraConnectorConstants;
import org.apache.fineract.cn.mariadb.util.MariaDBConstants;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.accounting.api.v1.EventConstants;
import org.apache.fineract.cn.test.listener.EventRecorder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.cheque.api.v1.EventConstants;
import org.apache.fineract.cn.test.listener.EventRecorder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.test.listener.EventRecorder;
import org.apache.fineract.cn.customer.api.v1.CustomerEventConstants;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.test.listener.EventRecorder;
import org.apache.fineract.cn.deposit.api.v1.EventConstants;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.group.api.v1.EventConstants;
import org.apache.fineract.cn.test.listener.EventRecorder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.test.listener.EventRecorder;
import org.apache.fineract.cn.identity.api.v1.events.ApplicationPermissionEvent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.test.listener.EventRecorder;
import org.apache.fineract.cn.office.api.v1.EventConstants;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.test.listener.EventRecorder;
import org.apache.fineract.cn.payroll.api.v1.EventConstants;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.test.listener.EventRecorder;
import org.apache.fineract.cn.portfolio.api.v1.events.EventConstants;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.test.listener.EventRecorder;
import org.apache.fineract.cn.reporting.api.v1.EventConstants;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.test.listener.EventRecorder;
import org.apache.fineract.cn.rhythm.api.v1.events.BeatEvent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
package io.mifos.dev.listener;
package org.apache.fineract.cn.dev.listener;

import org.apache.fineract.cn.test.listener.EventRecorder;
import org.apache.fineract.cn.teller.api.v1.EventConstants;
Expand Down

0 comments on commit f4b3db3

Please sign in to comment.