mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-11 18:59:03 -04:00
Remove common module, rename net to bootstrap
This commit is contained in:
parent
c95ad02f29
commit
3a90fcd022
@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>net</artifactId>
|
||||
<artifactId>bootstrap</artifactId>
|
||||
|
||||
<build>
|
||||
|
BIN
bootstrap/target/BootstrapNodeMain.jar
Normal file
BIN
bootstrap/target/BootstrapNodeMain.jar
Normal file
Binary file not shown.
5
bootstrap/target/maven-archiver/pom.properties
Normal file
5
bootstrap/target/maven-archiver/pom.properties
Normal file
@ -0,0 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Fri Mar 13 20:11:20 CET 2015
|
||||
version=0.1.2-SNAPSHOT
|
||||
groupId=io.bitsquare
|
||||
artifactId=bootstrap
|
@ -1,27 +0,0 @@
|
||||
/*
|
||||
* This file is part of Bitsquare.
|
||||
*
|
||||
* Bitsquare is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or (at
|
||||
* your option) any later version.
|
||||
*
|
||||
* Bitsquare is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
|
||||
* License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with Bitsquare. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package io.bitsquare.util.tasks;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
public class TaskInterception {
|
||||
private static final Logger log = LoggerFactory.getLogger(TaskInterception.class);
|
||||
public static Class<? extends Task> taskToInterceptBeforeRun;
|
||||
public static Class<? extends Task> taskToInterceptAfterRun;
|
||||
}
|
3
pom.xml
3
pom.xml
@ -38,8 +38,7 @@
|
||||
|
||||
<modules>
|
||||
<module>gui</module>
|
||||
<module>common</module>
|
||||
<module>net</module>
|
||||
<module>bootstrap</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user