]> git.mxchange.org Git - jcore-utils.git/log
jcore-utils.git
3 months agoUpdated copyright year master
Roland Häder [Tue, 9 Jan 2024 22:46:13 +0000 (23:46 +0100)]
Updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
17 months agoDon't cherry-pick:
Roland Häder [Thu, 24 Nov 2022 01:12:37 +0000 (02:12 +0100)]
Don't cherry-pick:
- upgraded project files for Apache NetBeans IDE 15

17 months agoContinued:
Roland Häder [Sat, 12 Nov 2022 18:44:39 +0000 (19:44 +0100)]
Continued:
- added utilities class EnumUtils for enumerations
- added unit tests for method EnumUtils.compare()
- sorted members
- ignored some temporary files

17 months agoContinued:
Roland Häder [Sat, 12 Nov 2022 01:13:08 +0000 (02:13 +0100)]
Continued:
- added null-safe utility class BooleanUtils

17 months agoContinued:
Roland Häder [Sun, 6 Nov 2022 16:08:35 +0000 (17:08 +0100)]
Continued:
- NetBeans IDE puts this file in "default package"

17 months agoContinued:
Roland Häder [Sat, 5 Nov 2022 05:10:49 +0000 (06:10 +0100)]
Continued:
- ignoring any log files, e.g. you can run $ ant test >test.log 2>&1 and check
  it with an editor/text viewer instead of scrolling in your xterm/console

17 months agoContinued:
Roland Häder [Sat, 5 Nov 2022 04:31:56 +0000 (05:31 +0100)]
Continued:
- moved to same package as the concrete classes are

17 months agoContinued:
Roland Häder [Fri, 4 Nov 2022 17:06:57 +0000 (18:06 +0100)]
Continued:
- added DateUtils class for comparing Date objects with each other
- currently only year, month and day (of month) are compared
- added unit test for above class

18 months agoContinued:
Roland Häder [Wed, 19 Oct 2022 11:34:34 +0000 (13:34 +0200)]
Continued:
- added GIT hook "pre-commit" which you should copy to .git/hooks/ or symlink
  it there
- renamed Comparables -> ComparableUtils to conform with naming-convention

18 months agoNot needed here
Roland Häder [Tue, 18 Oct 2022 14:02:23 +0000 (16:02 +0200)]
Not needed here

18 months agoContined:
Roland Häder [Thu, 6 Oct 2022 18:09:22 +0000 (20:09 +0200)]
Contined:
- added tests for Comparables.checkAll()

18 months agoContinued:
Roland Häder [Thu, 6 Oct 2022 17:43:45 +0000 (19:43 +0200)]
Continued:
- moved classes to own packages
- introduced TestNG 6.8.1
- added test case for SameNumberUtils class

19 months agoUpdated copyright year
Roland Häder [Fri, 23 Sep 2022 12:52:51 +0000 (14:52 +0200)]
Updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
22 months agoContinued:
Roland Häder [Thu, 23 Jun 2022 11:09:13 +0000 (13:09 +0200)]
Continued:
- tpzo fixed

Signed-off-by: Roland Häder <roland@mxchange.org>
22 months agoonly these files are text/plain
Roland Häder [Tue, 21 Jun 2022 23:15:12 +0000 (01:15 +0200)]
only these files are text/plain

Signed-off-by: Roland Häder <roland@mxchange.org>
22 months agoonly these files are text/plain
Roland Häder [Tue, 21 Jun 2022 23:14:45 +0000 (01:14 +0200)]
only these files are text/plain

Signed-off-by: Roland Häder <roland@mxchange.org>
22 months agoupdated .gitattributes
Roland Häder [Tue, 21 Jun 2022 23:12:32 +0000 (01:12 +0200)]
updated .gitattributes

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoContinued:
Roland Häder [Wed, 15 Apr 2020 21:50:38 +0000 (23:50 +0200)]
Continued:
- JCache (JSR 107) and JavaEE 7.0 API is not required here (no JavaEE project)

Signed-off-by: Roland Häder <roland@mxchange.org>
4 years agoUpdated copyright year
Roland Häder [Wed, 15 Jan 2020 10:43:49 +0000 (11:43 +0100)]
Updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoContinued:
Roland Häder [Mon, 19 Mar 2018 00:01:58 +0000 (01:01 +0100)]
Continued:
- jcore-utils was splitted out from jcoreee to reduce project centralization
  (means you have to that whole fat bunch of classes but only use a few)
- these utility classes may also be used in JavaSE projects so better split
  them out as they are generic enough
- rename CoreNumberUtils to SafeNumberUtils as this class provides null-safe
  methods for any kind of Java numbers

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoContinued:
Roland Häder [Sun, 18 Mar 2018 21:46:46 +0000 (22:46 +0100)]
Continued:
- removed StringUtils class as Apache Lang3 is around ... (ops)
- added CoreNumberUtils class which is a null-safe (no NPE will be thrown)
  alternative to Apache's Common Lang3's NumberUtils class

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoContinued:
Roland Häder [Thu, 15 Mar 2018 23:34:52 +0000 (00:34 +0100)]
Continued:
- added utility class Comparables which is intended for compareTo() tests on
  objects/entities
- changed copyright to Free Software Foundation

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoContinued:
Roland Häder [Tue, 13 Mar 2018 00:00:03 +0000 (01:00 +0100)]
Continued:
- renamed BaseDatabaseBean to BaseEnterpriseBean as this is a generic bean for EJBs
- only EJBs have message queues and the others, so no real good idea of having such
  code in BaseBean
- removed no longer used BaseBean, was an overdose anyway ... ;-)

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoUpdated copyright, changes in 2018 did take happen ...
Roland Häder [Thu, 25 Jan 2018 22:24:24 +0000 (23:24 +0100)]
Updated copyright, changes in 2018 did take happen ...

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoContinued:
Roland Häder [Thu, 25 Jan 2018 22:05:34 +0000 (23:05 +0100)]
Continued:
- added method FacesUtils.comareTo() and FacesUtils.compareToIgnoreCase() which
  are a null-safe compareTo()/compareToIgnoreCase() methods

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoChanged copyright notice to the FSF, so after my death they will continue my
Roland Häder [Fri, 22 Dec 2017 23:01:53 +0000 (00:01 +0100)]
Changed copyright notice to the FSF, so after my death they will continue my
interests, nice!

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoContinued a bit:
Roland Häder [Sun, 5 Nov 2017 14:02:37 +0000 (15:02 +0100)]
Continued a bit:
- now there are 3 message bundles: generic, project and local
- added public, static method removeBundles()
- fixed exception message, the i18nKey was empty, not NULL

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoContinued:
Roland Häder [Thu, 12 Oct 2017 20:05:03 +0000 (22:05 +0200)]
Continued:
- let's support both generic and project-specific bundles to have most
  flexibility
- also moved resource bundle list to this class to have it further encapsulated
- also the loadResourceBundle() method has been renamed to loadResourceBundles()
  does no longer return the bundle(s). You have to use
  BaseFacesBean.getBundles() for now on.

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoContinued:
Roland Häder [Sat, 23 Sep 2017 20:12:46 +0000 (22:12 +0200)]
Continued:
- introduced getMessageFromBundle() which will return a localized message from
  message bundle

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoPlease cherry-pick:
Roland Häder [Sun, 3 Sep 2017 15:56:13 +0000 (17:56 +0200)]
Please cherry-pick:
- removed repeated interface Validator and added generic on Object instead
  making the Java compiler happy again
- added beans.xml but it didn't help CDI finding any factory/producer here
- added new depdendency cache-api (jcache) including javadoc JAR

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoContinued:
Roland Häder [Sat, 26 Aug 2017 11:34:24 +0000 (13:34 +0200)]
Continued:
- let's be better programmers and don't ignore warnings about rawtypes as this
  causes the Java compiler to create a workaround which may *not* work on all
  environments and JVMs

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoAdded event for when a locale has changed. The new locale is included in the
Roland Häder [Fri, 18 Aug 2017 22:32:40 +0000 (00:32 +0200)]
Added event for when a locale has changed. The new locale is included in the
event class.

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated jar(s)
Roland Häder [Fri, 18 Aug 2017 21:02:12 +0000 (23:02 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated dist.sh
Roland Häder [Wed, 16 Aug 2017 19:02:25 +0000 (21:02 +0200)]
updated dist.sh

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated dist.sh
Roland Häder [Tue, 15 Aug 2017 20:54:27 +0000 (22:54 +0200)]
updated dist.sh

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated jar(s)
Roland Häder [Sun, 6 Aug 2017 21:22:28 +0000 (23:22 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agofixed my name
Roland Häder [Sun, 6 Aug 2017 21:13:05 +0000 (23:13 +0200)]
fixed my name

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agofixed tpzo
Roland Häder [Sun, 6 Aug 2017 19:45:26 +0000 (21:45 +0200)]
fixed tpzo

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated jar(s)
Roland Häder [Sat, 5 Aug 2017 18:20:41 +0000 (20:20 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated jar(s)
Roland Häder [Mon, 31 Jul 2017 20:29:03 +0000 (22:29 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated .gitattributes
Roland Häder [Wed, 26 Jul 2017 17:35:57 +0000 (19:35 +0200)]
updated .gitattributes

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoBoolean is an object, boolean a primitive variable, better use objects
Roland Häder [Tue, 25 Jul 2017 19:16:35 +0000 (21:16 +0200)]
Boolean is an object, boolean a primitive variable, better use objects

6 years agoupdated jar(s)
Roland Häder [Sat, 22 Jul 2017 21:43:35 +0000 (23:43 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoThe security principal is a faces-only (web container) feature and not
Roland Häder [Wed, 19 Jul 2017 09:16:27 +0000 (11:16 +0200)]
The security principal is a faces-only (web container) feature and not
generally for beans.

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated dist.sh
Roland Häder [Wed, 19 Jul 2017 09:14:31 +0000 (11:14 +0200)]
updated dist.sh

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoremove superflous abstract declaration
Roland Häder [Fri, 7 Jul 2017 22:12:18 +0000 (00:12 +0200)]
remove superflous abstract declaration

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoIntroduced initLoggerInstance() which every contructor needs to call, surely
Roland Häder [Thu, 6 Jul 2017 19:52:05 +0000 (21:52 +0200)]
Introduced initLoggerInstance() which every contructor needs to call, surely
after super() has been called.

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoThe local logger EJB is only available to EJBs, not web applications. Therefore
Roland Häder [Thu, 6 Jul 2017 19:26:43 +0000 (21:26 +0200)]
The local logger EJB is only available to EJBs, not web applications. Therefore
it needs to be moved to BaseDatabaseBean (which is the super class for EJBs).

Same with sendMessage() method. No web application shall send out mails
directly. Only an EJB (message-driven, of course) should do that.

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoCleanups:
Roland Häder [Mon, 26 Jun 2017 22:29:59 +0000 (00:29 +0200)]
Cleanups:
- removed no longer used imports
- first method, then value is fine

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agorenamed parameter as this is no email-specific queue JNDI name ;-)
Roland Häder [Mon, 26 Jun 2017 21:04:19 +0000 (23:04 +0200)]
renamed parameter as this is no email-specific queue JNDI name ;-)

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agosplitted faces-related methods to new BaseFacesBean class. BaseDatabaseBean is
Roland Häder [Mon, 26 Jun 2017 20:37:15 +0000 (22:37 +0200)]
splitted faces-related methods to new BaseFacesBean class. BaseDatabaseBean is
then for EJBs and BaseFacesBean for web controllers (aka Bean).

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoBundle.loadBundle() being called here means that also the bundle file(s) must
Roland Häder [Mon, 26 Jun 2017 20:10:01 +0000 (22:10 +0200)]
Bundle.loadBundle() being called here means that also the bundle file(s) must
be present in this project (and resulting JAR file).

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated dist.sh
Roland Häder [Mon, 26 Jun 2017 19:02:13 +0000 (21:02 +0200)]
updated dist.sh

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated path for local cp of libraries
Roland Häder [Sat, 24 Jun 2017 21:10:56 +0000 (23:10 +0200)]
updated path for local cp of libraries

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoneed to call super/default constructor, too.
Roland Häder [Sat, 10 Jun 2017 22:21:05 +0000 (00:21 +0200)]
need to call super/default constructor, too.

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoupdated jar(s)
Roland Häder [Wed, 7 Jun 2017 20:45:21 +0000 (22:45 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agomoved generic code to new constructor which takes JNDI names as parameter.
Roland Häder [Tue, 6 Jun 2017 20:42:29 +0000 (22:42 +0200)]
moved generic code to new constructor which takes JNDI names as parameter.

maybe later this needs to be expanded to allow properties for the wrapped classes.

Signed-off-by: Roland Häder <roland@mxchange.org>
6 years agoContinued a bit:
Roland Häder [Sat, 3 Jun 2017 16:16:57 +0000 (18:16 +0200)]
Continued a bit:
- updated copyright
- updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agodon't copy jcore(-swing) (EE/Swing) to JavaEE container
Roland Häder [Thu, 27 Apr 2017 12:33:38 +0000 (14:33 +0200)]
don't copy jcore(-swing) (EE/Swing) to JavaEE container

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agolets don't use back-ticks
Roland Häder [Thu, 20 Apr 2017 01:27:32 +0000 (03:27 +0200)]
lets don't use back-ticks

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Thu, 20 Apr 2017 00:17:19 +0000 (02:17 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Thu, 20 Apr 2017 00:12:55 +0000 (02:12 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agodeleted deprecated validators
Roland Häder [Wed, 19 Apr 2017 19:13:52 +0000 (21:13 +0200)]
deleted deprecated validators

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agonope, 'src/' must be present, then the IDE (NetBeans at least) can find it
Roland Häder [Wed, 19 Apr 2017 16:40:21 +0000 (18:40 +0200)]
nope, 'src/' must be present, then the IDE (NetBeans at least) can find it

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoremoved navdata as it will be regenerated and ignored it as it always caused merge...
Roland Häder [Sun, 16 Apr 2017 09:52:08 +0000 (11:52 +0200)]
removed navdata as it will be regenerated and ignored it as it always caused merge conflicts

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated source references, how does '/src/' come in everywhere?
Roland Häder [Sat, 15 Apr 2017 22:05:31 +0000 (00:05 +0200)]
updated source references, how does '/src/' come in everywhere?

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Sat, 15 Apr 2017 19:29:30 +0000 (21:29 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Wed, 12 Apr 2017 22:33:46 +0000 (00:33 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoUpdatede jar(s) + fixed some names + fixed some imports
Roland Haeder [Mon, 10 Apr 2017 22:09:39 +0000 (00:09 +0200)]
Updatede jar(s) + fixed some names + fixed some imports

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated own name and resources
Roland Haeder [Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)]
updated own name and resources

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Mon, 10 Apr 2017 20:13:23 +0000 (22:13 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoCRLF->LF converted
Roland Haeder [Mon, 10 Apr 2017 20:00:36 +0000 (22:00 +0200)]
CRLF->LF converted

7 years agoupdated jar(s)
Roland Haeder [Mon, 10 Apr 2017 18:03:24 +0000 (20:03 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed my name, is with "A-Umlaut" ä, not ae
Roland Häder [Mon, 3 Apr 2017 12:17:19 +0000 (14:17 +0200)]
fixed my name, is with "A-Umlaut" ä, not ae

7 years agoPlease distribute:
Roland Häder [Tue, 30 Aug 2016 07:59:39 +0000 (09:59 +0200)]
Please distribute:
- ignored temporary files + navData

7 years agolog also class name
Roland Häder [Mon, 29 Aug 2016 10:57:25 +0000 (12:57 +0200)]
log also class name

7 years agoignored + removed (will be re-generated) genfiles.properties as this caused update...
Roland Häder [Mon, 22 Aug 2016 07:46:52 +0000 (09:46 +0200)]
ignored + removed (will be re-generated) genfiles.properties as this caused update problems

Signed-off-by: Roland Häder <roland@haeder.net>
7 years agoupdated jar(s)
Roland Haeder [Wed, 17 Aug 2016 20:19:40 +0000 (22:19 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Mon, 15 Aug 2016 07:23:53 +0000 (09:23 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@haeder.net>
7 years agoIgnored faces-config.NavData because this file will differ from user to user
Roland Häder [Wed, 10 Aug 2016 07:57:51 +0000 (09:57 +0200)]
Ignored faces-config.NavData because this file will differ from user to user

Signed-off-by: Roland Häder <roland@haeder.net>
7 years agofixed copyright/author's email address to my private address
Roland Häder [Wed, 3 Aug 2016 07:55:10 +0000 (09:55 +0200)]
fixed copyright/author's email address to my private address

7 years agoupdated dist.sh (don't upload jcore-swing on JavaEE-enabled server ...)
Roland Haeder [Tue, 2 Aug 2016 19:39:39 +0000 (21:39 +0200)]
updated dist.sh (don't upload jcore-swing on JavaEE-enabled server ...)

7 years agoupdated jar(s)
Roland Haeder [Thu, 21 Jul 2016 19:42:13 +0000 (21:42 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoadded some empty lines + added a bit documentation of parameter
Roland Häder [Tue, 21 Jun 2016 09:20:42 +0000 (11:20 +0200)]
added some empty lines + added a bit documentation of parameter

7 years agoupdated .gitignore (no more includes ejb project, please keep it separated)
Roland Haeder [Wed, 1 Jun 2016 19:03:23 +0000 (21:03 +0200)]
updated .gitignore (no more includes ejb project, please keep it separated)

7 years agothis thing does not work if you don't have the JAR inside the WAR file. Better is...
Roland Häder [Mon, 23 May 2016 11:54:44 +0000 (13:54 +0200)]
this thing does not work if you don't have the JAR inside the WAR file. Better is to copy this to your project and remove the deprecation annotation + from javadoc-tag

7 years agoContinued a bit:
Roland Häder [Mon, 23 May 2016 08:45:14 +0000 (10:45 +0200)]
Continued a bit:
- added support for port number
- use context path + servlet path

7 years agoadded generic date validator which needs to be extended
Roland Häder [Fri, 20 May 2016 15:17:08 +0000 (17:17 +0200)]
added generic date validator which needs to be extended

7 years agoupdated jar(s)
Roland Haeder [Wed, 18 May 2016 19:36:43 +0000 (21:36 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoadded FacesUtils which will contain methods for dealing with JSF, such as generating...
Roland Häder [Wed, 18 May 2016 12:15:58 +0000 (14:15 +0200)]
added FacesUtils which will contain methods for dealing with JSF, such as generating the "base URL" for mail templates and other various places.

You cannot use this from your EJBs as they don't have a faces context ... ;-)

7 years agoContinued a bit:
Roland Häder [Wed, 18 May 2016 07:34:11 +0000 (09:34 +0200)]
Continued a bit:
- added trace messages
- added check on parameter for null

7 years agoadded method sendMessage()
Roland Häder [Tue, 17 May 2016 15:10:12 +0000 (17:10 +0200)]
added method sendMessage()

7 years agoupdated jar(s)
Roland Haeder [Mon, 9 May 2016 17:04:03 +0000 (19:04 +0200)]
updated jar(s)

7 years agoignored lock files
Roland Häder [Mon, 9 May 2016 08:04:09 +0000 (10:04 +0200)]
ignored lock files

7 years agoupdated jar(s)
Roland Häder [Mon, 9 May 2016 07:16:36 +0000 (09:16 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@haeder.net>
7 years agothese are noisy debug lines ...
Roland Haeder [Sat, 7 May 2016 14:34:24 +0000 (16:34 +0200)]
these are noisy debug lines ...

7 years agoMinor: fixed copyright, no email address needed here
Roland Haeder [Fri, 6 May 2016 20:36:37 +0000 (22:36 +0200)]
Minor: fixed copyright, no email address needed here

7 years agoupdated dist.sh
Roland Häder [Mon, 2 May 2016 07:48:27 +0000 (09:48 +0200)]
updated dist.sh

7 years agoglobally updated jar(s)
Roland Haeder [Fri, 29 Apr 2016 19:59:43 +0000 (21:59 +0200)]
globally updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoremoved jcore.jar, it is not intended for JavaEE applications
Roland Häder [Fri, 29 Apr 2016 13:24:31 +0000 (15:24 +0200)]
removed jcore.jar, it is not intended for JavaEE applications