Upgraded library jars.
This commit is contained in:
parent
2d5c6d025c
commit
1eab79954c
25 changed files with 22 additions and 21 deletions
|
@ -13,10 +13,7 @@
|
|||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="lib" path="lib/Logs/log4j-1.2.17.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Logs/slf4j-api-1.7.5.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Logs/slf4j-log4j12-1.7.5.jar"/>
|
||||
<classpathentry kind="lib" path="lib/UnitTesting/hamcrest-core-1.3.jar"/>
|
||||
<classpathentry kind="lib" path="lib/UnitTesting/junit-4.11.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-cli-1.4.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
|
||||
|
@ -29,7 +26,6 @@
|
|||
<classpathentry kind="lib" path="lib/pircbot-1.5.0.jar" sourcepath="lib/pircbot-1.5.0-sources.zip"/>
|
||||
<classpathentry kind="lib" path="lib/scribe-1.3.7.jar"/>
|
||||
<classpathentry kind="lib" path="lib/quartz-2.2.3.jar" sourcepath="lib/quartz-2.2.3-source.zip"/>
|
||||
<classpathentry kind="lib" path="lib/devinsy-strings-0.4.4.jar" sourcepath="lib/devinsy-strings-0.4.4-sources.zip"/>
|
||||
<classpathentry kind="lib" path="lib/twitter4j-async-4.0.4.jar" sourcepath="lib/twitter4j-async-4.0.4-src.zip"/>
|
||||
<classpathentry kind="lib" path="lib/twitter4j-core-4.0.4.jar" sourcepath="lib/twitter4j-core-4.0.4-src.zip"/>
|
||||
<classpathentry kind="lib" path="lib/twitter4j-media-support-4.0.4.jar" sourcepath="lib/twitter4j-media-support-4.0.4-src.zip"/>
|
||||
|
@ -39,5 +35,9 @@
|
|||
<attribute name="owner.project.facets" value="java"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="lib" path="lib/Logs/slf4j-api-1.7.25.jar" sourcepath="lib/Logs/slf4j-api-1.7.25-sources.jar"/>
|
||||
<classpathentry kind="lib" path="lib/Logs/slf4j-log4j12-1.7.25.jar" sourcepath="lib/Logs/slf4j-log4j12-1.7.25-sources.jar"/>
|
||||
<classpathentry kind="lib" path="lib/UnitTesting/junit-4.12.jar" sourcepath="lib/UnitTesting/junit-4.12-sources.jar"/>
|
||||
<classpathentry kind="lib" path="lib/devinsy-strings-0.8.2.jar" sourcepath="lib/devinsy-strings-0.8.2-sources.zip"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
|
BIN
lib/Logs/slf4j-api-1.7.25-sources.jar
Normal file
BIN
lib/Logs/slf4j-api-1.7.25-sources.jar
Normal file
Binary file not shown.
BIN
lib/Logs/slf4j-api-1.7.25.jar
Normal file
BIN
lib/Logs/slf4j-api-1.7.25.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/Logs/slf4j-log4j12-1.7.25-sources.jar
Normal file
BIN
lib/Logs/slf4j-log4j12-1.7.25-sources.jar
Normal file
Binary file not shown.
BIN
lib/Logs/slf4j-log4j12-1.7.25.jar
Normal file
BIN
lib/Logs/slf4j-log4j12-1.7.25.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/UnitTesting/junit-4.12-sources.jar
Normal file
BIN
lib/UnitTesting/junit-4.12-sources.jar
Normal file
Binary file not shown.
BIN
lib/UnitTesting/junit-4.12.jar
Normal file
BIN
lib/UnitTesting/junit-4.12.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/devinsy-strings-0.8.2-sources.zip
Normal file
BIN
lib/devinsy-strings-0.8.2-sources.zip
Normal file
Binary file not shown.
BIN
lib/devinsy-strings-0.8.2.jar
Normal file
BIN
lib/devinsy-strings-0.8.2.jar
Normal file
Binary file not shown.
|
@ -37,7 +37,7 @@ import org.april.hebdobot.util.BuildInformation;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import fr.devinsy.util.strings.StringList;
|
||||
import fr.devinsy.strings.StringList;
|
||||
|
||||
/**
|
||||
* The Class Launcher.
|
||||
|
|
|
@ -33,7 +33,7 @@ import org.april.hebdobot.util.HebdobotUtils;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import fr.devinsy.util.strings.StringSet;
|
||||
import fr.devinsy.strings.StringSet;
|
||||
|
||||
/**
|
||||
* The Class Launcher.
|
||||
|
|
|
@ -58,7 +58,7 @@ import org.quartz.SchedulerException;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import fr.devinsy.util.strings.StringsUtils;
|
||||
import fr.devinsy.strings.StringsUtils;
|
||||
import twitter4j.TwitterException;
|
||||
|
||||
/**
|
||||
|
@ -101,7 +101,8 @@ public class Hebdobot extends PircBot
|
|||
* @param reviewDirectory
|
||||
* the review directory
|
||||
*/
|
||||
public Hebdobot(final String host, final int port, final String nickname, final String channel, final File homeDirectory, final File reviewDirectory)
|
||||
public Hebdobot(final String host, final int port, final String nickname, final String channel, final File homeDirectory,
|
||||
final File reviewDirectory)
|
||||
{
|
||||
this.homeDirectory = homeDirectory;
|
||||
this.host = host;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* Copyright (C) 2011-2013 Nicolas Vinot <aeris@imirhil.fr>
|
||||
* Copyright (C) 2017 Christian Pierre MOMON <cmomon@april.org>
|
||||
* Copyright (C) 2017-2018 Christian Pierre MOMON <cmomon@april.org>
|
||||
*
|
||||
* This file is part of (April) Hebdobot.
|
||||
*
|
||||
|
@ -32,7 +32,7 @@ import org.april.hebdobot.HebdobotException;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import fr.devinsy.util.strings.StringList;
|
||||
import fr.devinsy.strings.StringList;
|
||||
|
||||
/**
|
||||
* The Class UserAliases.
|
||||
|
|
|
@ -31,7 +31,7 @@ import java.util.Locale;
|
|||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.april.hebdobot.model.UserAliases;
|
||||
|
||||
import fr.devinsy.util.strings.StringSet;
|
||||
import fr.devinsy.strings.StringSet;
|
||||
|
||||
/**
|
||||
* The Class Review.
|
||||
|
@ -61,8 +61,8 @@ public class Review
|
|||
public Review(final String owner, final UserAliases aliases)
|
||||
{
|
||||
this.participants = new StringSet();
|
||||
this.individualTopics = new LinkedList<IndividualTopic>();
|
||||
this.collectiveTopics = new LinkedList<CollectiveTopic>();
|
||||
this.individualTopics = new LinkedList<>();
|
||||
this.collectiveTopics = new LinkedList<>();
|
||||
this.messages = new MessageList();
|
||||
|
||||
this.owner = owner;
|
||||
|
@ -230,7 +230,7 @@ public class Review
|
|||
{
|
||||
Collection<String> result;
|
||||
|
||||
result = new HashSet<String>();
|
||||
result = new HashSet<>();
|
||||
|
||||
for (final Topic topic : this.individualTopics)
|
||||
{
|
||||
|
|
|
@ -23,7 +23,7 @@ import java.util.HashMap;
|
|||
import java.util.Iterator;
|
||||
import java.util.Map;
|
||||
|
||||
import fr.devinsy.util.strings.StringList;
|
||||
import fr.devinsy.strings.StringList;
|
||||
|
||||
/**
|
||||
* The Class Integers.
|
||||
|
@ -39,7 +39,7 @@ public class IntegerBoard implements Iterable<IntegerStat>
|
|||
*/
|
||||
public IntegerBoard()
|
||||
{
|
||||
this.integers = new HashMap<Integer, IntegerStat>(30);
|
||||
this.integers = new HashMap<>(30);
|
||||
this.isUptodate = false;
|
||||
this.board = new IntegerStats(this.integers.size());
|
||||
}
|
||||
|
|
|
@ -34,8 +34,8 @@ import org.april.hebdobot.HebdobotException;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import fr.devinsy.util.strings.StringList;
|
||||
import fr.devinsy.util.strings.StringsUtils;
|
||||
import fr.devinsy.strings.StringList;
|
||||
import fr.devinsy.strings.StringsUtils;
|
||||
|
||||
/**
|
||||
* The Class StatsFile.
|
||||
|
|
|
@ -25,7 +25,7 @@ import java.util.Iterator;
|
|||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
import fr.devinsy.util.strings.StringList;
|
||||
import fr.devinsy.strings.StringList;
|
||||
|
||||
/**
|
||||
* The Class Integers.
|
||||
|
@ -41,9 +41,9 @@ public class SimpleIntegerBoard implements Iterable<Integer>
|
|||
*/
|
||||
public SimpleIntegerBoard()
|
||||
{
|
||||
this.integers = new HashSet<Integer>(30);
|
||||
this.integers = new HashSet<>(30);
|
||||
this.isUptodate = false;
|
||||
this.board = new ArrayList<Integer>(30);
|
||||
this.board = new ArrayList<>(30);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue