mirror of https://github.com/zlatinb/muwire
create core package
parent
5f25c80f19
commit
2c6d45c569
|
@ -0,0 +1 @@
|
||||||
|
mainClassName = 'com.muwire.core.Core'
|
|
@ -0,0 +1,7 @@
|
||||||
|
package com.muwire.core;
|
||||||
|
|
||||||
|
public class Core {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("This doesn't do anything yet");
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,2 +1,3 @@
|
||||||
include 'pinger'
|
include 'pinger'
|
||||||
include 'host-cache'
|
include 'host-cache'
|
||||||
|
include 'core'
|
||||||
|
|
Loading…
Reference in New Issue