[GISSIP-7] add log4j.properties and main/resources; rename test package to org.apache.gossip

This commit is contained in:
Sree Vaddi
2016-06-19 18:09:27 -07:00
parent 2b00d6afbc
commit 563365664f
4 changed files with 23 additions and 3 deletions

View File

@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.teknek.gossip;
package org.apache.gossip;
import io.teknek.tunit.TUnit;

View File

@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.teknek.gossip;
package org.apache.gossip;
import org.apache.gossip.GossipMember;
import org.apache.gossip.GossipService;

View File

@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.teknek.gossip;
package org.apache.gossip;
import io.teknek.tunit.TUnit;