]> git.mxchange.org Git - addressbook-war.git/log
addressbook-war.git
7 years agono recruiter here
Roland Häder [Sun, 23 Apr 2017 12:08:13 +0000 (14:08 +0200)]
no recruiter here

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sun, 23 Apr 2017 11:19:32 +0000 (13:19 +0200)]
Please cherry-pick:
- updated design, now looks more modern

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Sat, 22 Apr 2017 20:04:26 +0000 (22:04 +0200)]
Please cherry-pick:
- Let's always call super constructor (not the default one, of course), maybe
  one day there will be something added
- sorted members a bit
- some constructors still contain EJB-lookup code, moved to init()
  (@PostConstruct) method

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued:
Roland Häder [Sat, 22 Apr 2017 19:38:37 +0000 (21:38 +0200)]
Continued:
- no need to double-include footer, was an old left-over
- 'session-scoped' is better wording

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Fri, 21 Apr 2017 21:05:12 +0000 (23:05 +0200)]
Please cherry-pick:
- added missing controllers
- renamed helper bean to more common name
- updated other beans as they seem to be not fully upgraded

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Fri, 21 Apr 2017 20:17:19 +0000 (22:17 +0200)]
Please cherry-pick:
- let's move EJB-lookup into post-construct method and out of constructors as
  this seems to tricker a bug in Glassfish:
  https://github.com/payara/Payara/issues/1035

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:58:46 +0000 (21:58 +0200)]
Please cherry-pick:
- passwords for account creation are now optional as random passwords can be
  generated
- added required-message for email-address and user name to not have such
  "strange" messages for the user

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:51:11 +0000 (21:51 +0200)]
Please cherry-pick:
- error messages for user name/email address

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:40:23 +0000 (21:40 +0200)]
Please cherry-pick:
- opps, table_left25_medium and table_left75_medium are not right

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:37:40 +0000 (21:37 +0200)]
Please cherry-pick:
- way to long, broke design

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:30:40 +0000 (21:30 +0200)]
Please cherry-pick:
- updated templates
- added missing template message_box_mini.tpl

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:15:18 +0000 (21:15 +0200)]
Please cherry-pick:
- used h:outputText to wrap text

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 19:08:57 +0000 (21:08 +0200)]
Please cherry-pick:
- used h:panelGroup instead of direct div tag, remember that JSF pages are WUIs
  (like GUIs)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years ago+ is not for adding strings, it is addition (math)
Roland Häder [Thu, 20 Apr 2017 19:03:38 +0000 (21:03 +0200)]
+ is not for adding strings, it is addition (math)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 15:53:23 +0000 (17:53 +0200)]
Please cherry-pick:
- removed event-observing methods from interfaces as they should not be called
  from other beans, but only invoked when the specific event has been fired.
- remember these guide-lines:
  1) Use interface for type-hinting objects, not direct class name.
  2) All methods in interface are considered as callable (by you)
  3) If you still need public methods (like it is needed for @PostConstruct or
     @Observes) don't add that method to interface.
  4) This way, the interface is clean and simple (KISS), no exceptions (of,
     course thrown ...)!

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoplease copy a matching file from templates.dist and remove this dummy when you want...
Roland Häder [Thu, 20 Apr 2017 10:34:31 +0000 (12:34 +0200)]
please copy a matching file from templates.dist and remove this dummy when you want to create your JSF pages

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 09:29:15 +0000 (11:29 +0200)]
Please cherry-pick:
- let's get rid of all these debug messages

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 09:14:04 +0000 (11:14 +0200)]
Please cherry-pick:
- XML header added
- admin_logout is now the outcome

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agotpzo fixed
Roland Häder [Thu, 20 Apr 2017 09:10:52 +0000 (11:10 +0200)]
tpzo fixed

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agono need for value='' here, only the pure value is okay
Roland Häder [Thu, 20 Apr 2017 09:06:02 +0000 (11:06 +0200)]
no need for value='' here, only the pure value is okay

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoInjection is not working in converters/validators as JavaEE is not so super-flexible ...
Roland Häder [Thu, 20 Apr 2017 08:45:37 +0000 (10:45 +0200)]
Injection is not working in converters/validators as JavaEE is not so super-flexible ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 08:39:51 +0000 (10:39 +0200)]
Please cherry-pick:
- don't get local logger here, local invokations are CDI, but here JNDI would be
  needed
- maybe old-feshioned System.out.println() ?

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 00:50:39 +0000 (02:50 +0200)]
Please cherry-pick:
- don't double-include this, already done by other template

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 00:42:52 +0000 (02:42 +0200)]
Please cherry-pick:
- much more cleanups

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Thu, 20 Apr 2017 00:30:31 +0000 (02:30 +0200)]
Please cherry-pick:
- let's wrap all text in h:outputText

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoreally no more cellphone ... :-/ Let's hope it.
Roland Häder [Thu, 20 Apr 2017 00:20:36 +0000 (02:20 +0200)]
really no more cellphone ... :-/ Let's hope it.

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

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated i18n strings (tons of)
Roland Häder [Thu, 20 Apr 2017 00:09:27 +0000 (02:09 +0200)]
updated i18n strings (tons of)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed JNDI name, is case-sensitive ...
Roland Häder [Wed, 19 Apr 2017 23:49:08 +0000 (01:49 +0200)]
fixed JNDI name, is case-sensitive ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Wed, 24 Aug 2016 08:52:00 +0000 (10:52 +0200)]
Please cherry-pick:
- got rid of redundant hasFoos() as #{ no someController.allFoos().isEmpty()} works fine
- renamed controller method allMobileProvider() -> allMobileProviders()

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoTODO now to use JSF tag with regex
Roland Häder [Wed, 19 Apr 2017 23:31:48 +0000 (01:31 +0200)]
TODO now to use JSF tag with regex

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoLet's don't call EJBs to often to have best performance
Roland Häder [Wed, 19 Apr 2017 23:28:26 +0000 (01:28 +0200)]
Let's don't call EJBs to often to have best performance

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Wed, 19 Apr 2017 23:03:42 +0000 (01:03 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agorenamed to better names
Roland Häder [Wed, 19 Apr 2017 22:48:37 +0000 (00:48 +0200)]
renamed to better names

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoother projects will have more than one login, not just users (doLogin)
Roland Häder [Wed, 19 Apr 2017 22:31:52 +0000 (00:31 +0200)]
other projects will have more than one login, not just users (doLogin)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoother projects will have more than one login, not just users (Java files)
Roland Häder [Wed, 19 Apr 2017 22:29:13 +0000 (00:29 +0200)]
other projects will have more than one login, not just users (Java files)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoother projects will have more than one login, not just users
Roland Häder [Wed, 19 Apr 2017 22:28:06 +0000 (00:28 +0200)]
other projects will have more than one login, not just users

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agocellphone is history, now there is mobile ... ;-)
Roland Häder [Wed, 19 Apr 2017 22:23:36 +0000 (00:23 +0200)]
cellphone is history, now there is mobile ... ;-)

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

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed project names
Roland Häder [Wed, 19 Apr 2017 21:56:56 +0000 (23:56 +0200)]
fixed project names

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoOpps, ids must be unique ... ;-)
Roland Häder [Wed, 19 Apr 2017 21:55:47 +0000 (23:55 +0200)]
Opps, ids must be unique ... ;-)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoOpps, ids must be unique ... ;-)
Roland Häder [Wed, 19 Apr 2017 21:54:40 +0000 (23:54 +0200)]
Opps, ids must be unique ... ;-)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoOpps, no upper-case in package names
Roland Häder [Wed, 19 Apr 2017 21:52:11 +0000 (23:52 +0200)]
Opps, no upper-case in package names

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agono more .strings/bool package + added name fields/validator where missing
Roland Häder [Wed, 19 Apr 2017 21:40:32 +0000 (23:40 +0200)]
no more .strings/bool package + added name fields/validator where missing

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoNope, not here
Roland Häder [Wed, 19 Apr 2017 20:57:43 +0000 (22:57 +0200)]
Nope, not here

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agochaos in faces-config.xml, now lifted, still navigation rules are missing for some...
Roland Häder [Wed, 19 Apr 2017 20:12:39 +0000 (22:12 +0200)]
chaos in faces-config.xml, now lifted, still navigation rules are missing for some projects, e.g. basket/checkout for pizzaservice or addressbook

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agomore fixes, 'register' was to much around, comes from copy-paste template ... :-(
Roland Häder [Wed, 19 Apr 2017 20:03:51 +0000 (22:03 +0200)]
more fixes, 'register' was to much around, comes from copy-paste template ... :-(

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed more link outcomes, opps
Roland Häder [Wed, 19 Apr 2017 19:56:29 +0000 (21:56 +0200)]
fixed more link outcomes, opps

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed targets, removed obsolete login.xhtml, as user_login.xhtml is around
Roland Häder [Wed, 19 Apr 2017 19:54:14 +0000 (21:54 +0200)]
fixed targets, removed obsolete login.xhtml, as user_login.xhtml is around

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Haeder [Thu, 8 Sep 2016 20:52:05 +0000 (22:52 +0200)]
Please cherry-pick:
- fixed tzpo ...

Signed-off-by: Roland Häder <roland@mxchange.org>
Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Wed, 19 Apr 2017 19:20:17 +0000 (21:20 +0200)]
Please cherry-pick:
- added missing template ...

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

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

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:29 +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 agoPlease cherry-pick:
Roland Häder [Wed, 19 Apr 2017 16:09:57 +0000 (18:09 +0200)]
Please cherry-pick:
- opps, forgot this to wrap ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoMaybe cherry-pick:
Roland Häder [Wed, 19 Apr 2017 15:47:37 +0000 (17:47 +0200)]
Maybe cherry-pick:
- text should be wrapped in h:outputText

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Wed, 19 Apr 2017 15:41:08 +0000 (17:41 +0200)]
Please cherry-pick:
- text should be wrapped in h:outputText as this is like a GUI for web browsers

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoremoved obsolete JSF page (no longer used)
Roland Häder [Wed, 19 Apr 2017 15:17:18 +0000 (17:17 +0200)]
removed obsolete JSF page (no longer used)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued porting templates:
Roland Häder [Wed, 19 Apr 2017 14:52:47 +0000 (16:52 +0200)]
Continued porting templates:
- added a lot missing templates which are used for handling fax/land-line
  numbers
- no more cellphone, now all mobiles are welcome ...
- renamed files as they belong to user (not generic)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Wed, 19 Apr 2017 14:07:36 +0000 (16:07 +0200)]
Please cherry-pick:
- used h:outputText to wrap text ... this is a WUI (like a GUI) and text
  elements should be wrapped into JSF tags

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agonew way, was not done here
Roland Häder [Wed, 19 Apr 2017 13:46:38 +0000 (15:46 +0200)]
new way, was not done here

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoCleanups:
Roland Häder [Wed, 19 Apr 2017 12:24:14 +0000 (14:24 +0200)]
Cleanups:
- added id for menu include (maybe more follow? or I revert all these?)
- removed no longer used i18n strings
- user_menu is no longer included in page template, only in user_base.xhtml

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:10 +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 agoPlease cherry-pick:
Roland Häder [Sun, 16 Apr 2017 09:23:47 +0000 (11:23 +0200)]
Please cherry-pick:
- renamed login_change_* to login_user_change_* as these are user-specific
  changes
- also renamed i18n strings
- renamed method in email-change controller as it is user-specific, too
- deleted left-over index.xhtml

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:34 +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:35 +0000 (21:29 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued:
Roland Häder [Sat, 15 Apr 2017 18:55:54 +0000 (20:55 +0200)]
Continued:
- addressbook-core/mailer are now referenced as projects as they are
  application-specific projects and not libraries (like e.g. juser-core is)

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

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoCleanups:
Roland Haeder [Thu, 13 Apr 2017 12:16:37 +0000 (14:16 +0200)]
Cleanups:
- moved Apache PIO to own sub-folder
- removed double-reference of addressbook-lib

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

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated primefaces to 6.0 - latest stable
Roland Haeder [Tue, 11 Apr 2017 10:59:29 +0000 (12:59 +0200)]
updated primefaces to 6.0 - latest stable

7 years agoContinued a bit:
Roland Haeder [Tue, 11 Apr 2017 10:11:07 +0000 (12:11 +0200)]
Continued a bit:
- added clear() method for clearing bean after form has been processed
- added navigation rule

7 years agodon't show a warning here, returning original list is wanted
Roland Haeder [Tue, 11 Apr 2017 09:58:27 +0000 (11:58 +0200)]
don't show a warning here, returning original list is wanted

7 years agoNope. keep these names unified, but class names project-dependent so the IDE is not...
Roland Haeder [Tue, 11 Apr 2017 09:20:11 +0000 (11:20 +0200)]
Nope. keep these names unified, but class names project-dependent so the IDE is not getting confused which implementation (if you have all projects loaded into it) is meant.

7 years agofixed JNDI names
Roland Haeder [Mon, 10 Apr 2017 22:33:11 +0000 (00:33 +0200)]
fixed JNDI names

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:40 +0000 (00:09 +0200)]
Updatede jar(s) + fixed some names + fixed some imports

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed imports
Roland Haeder [Mon, 10 Apr 2017 22:03:18 +0000 (00:03 +0200)]
fixed imports

7 years agoupdated own name and resources
Roland Haeder [Mon, 10 Apr 2017 21:55:12 +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:27 +0000 (22:13 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued a bit:
Roland Haeder [Mon, 10 Apr 2017 20:08:20 +0000 (22:08 +0200)]
Continued a bit:
- not just cellphones, let's support any mobile phone
- mobileNumbers was no longer used
- tpzo fixed

7 years agoupdated jar(s)
Roland Haeder [Mon, 10 Apr 2017 19:58:38 +0000 (21:58 +0200)]
updated jar(s)

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

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Sat, 3 Sep 2016 12:24:29 +0000 (14:24 +0200)]
updated jar(s)

7 years agoDon't cherry-pick:
Roland Haeder [Sat, 3 Sep 2016 12:19:55 +0000 (14:19 +0200)]
Don't cherry-pick:
- fixed JNDI name (possibly)

7 years agoupdated jar(s)
Roland Haeder [Sat, 3 Sep 2016 12:17:25 +0000 (14:17 +0200)]
updated jar(s)

7 years agoupdated jar(s)
Roland Haeder [Fri, 2 Sep 2016 20:21:39 +0000 (22:21 +0200)]
updated jar(s)

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

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Tue, 30 Aug 2016 17:46:05 +0000 (19:46 +0200)]
updated jar(s)

7 years agoupdated jar(s)
Roland Haeder [Mon, 29 Aug 2016 19:54:59 +0000 (21:54 +0200)]
updated jar(s)

7 years agoupdated jar(s)
Roland Haeder [Thu, 25 Aug 2016 20:12:51 +0000 (22:12 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Wed, 24 Aug 2016 20:22:13 +0000 (22:22 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Tue, 23 Aug 2016 17:47:41 +0000 (19:47 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Sun, 21 Aug 2016 20:07:41 +0000 (22:07 +0200)]
updated jar(s)

7 years agofixed Windows -> Linux path style
Roland Haeder [Fri, 19 Aug 2016 21:15:32 +0000 (23:15 +0200)]
fixed Windows -> Linux path style

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Thu, 18 Aug 2016 17:43:00 +0000 (19:43 +0200)]
updated jar(s)

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

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Wed, 17 Aug 2016 19:11:56 +0000 (21:11 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Wed, 17 Aug 2016 18:16:18 +0000 (20:16 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Tue, 9 Aug 2016 20:07:55 +0000 (22:07 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>