]> git.mxchange.org Git - pizzaservice-war.git/log
pizzaservice-war.git
7 years agonope, panelGroup
Roland Häder [Tue, 25 Apr 2017 11:13:12 +0000 (13:13 +0200)]
nope, panelGroup

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoPlease cherry-pick:
Roland Häder [Tue, 25 Apr 2017 11:05:57 +0000 (13:05 +0200)]
Please cherry-pick:
- added missing .footer (CSS id)
- added id="head" for h:head tag
- replaced large div with h:panelGrid

Signed-off-by: Roland Häder <roland@mxchange.org>
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:38 +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 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 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:33 +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 agorenamed methods
Roland Häder [Thu, 20 Apr 2017 09:59:03 +0000 (11:59 +0200)]
renamed methods

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 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:21 +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:59 +0000 (02:12 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agorenaming this was a bad idea anyway ... let's keep it generic as "USER"
Roland Häder [Thu, 20 Apr 2017 00:10:33 +0000 (02:10 +0200)]
renaming this was a bad idea anyway ... let's keep it generic as "USER"

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 agoupdated jar(s)
Roland Häder [Wed, 19 Apr 2017 23:03:43 +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:56:52 +0000 (00:56 +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 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:15 +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 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 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 18:55:57 +0000 (20:55 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoOpps, missed this event observer ...
Roland Häder [Wed, 19 Apr 2017 17:51:18 +0000 (19:51 +0200)]
Opps, missed this event observer ...

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 agoRewrites:
Roland Häder [Wed, 19 Apr 2017 17:45:02 +0000 (19:45 +0200)]
Rewrites:
- use beanHelper where possible, lesser class attributes to handle
- set checkout-wrapper in event than customer only
- let's hope, this is working ... (template)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years ago@TODO is better than only 'TODO'
Roland Häder [Wed, 19 Apr 2017 17:26:34 +0000 (19:26 +0200)]
@TODO is better than only 'TODO'

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued:
Roland Häder [Wed, 19 Apr 2017 17:24:14 +0000 (19:24 +0200)]
Continued:
- rewrote to event-observer instead of directly calling those methods
- much smaller and easier code

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Häder [Wed, 19 Apr 2017 17:24:01 +0000 (19:24 +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:31 +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 agoDon't cherry-pick:
Roland Häder [Wed, 19 Apr 2017 16:22:35 +0000 (18:22 +0200)]
Don't cherry-pick:
- text needs to be wrapped in h:outputText, here too.
- no need for mini_basket_empty.tpl, there is a generic message_box.tpl

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoDon't cherry-pick:
Roland Häder [Wed, 19 Apr 2017 16:12:01 +0000 (18:12 +0200)]
Don't cherry-pick:
- forgot this as well ...

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 agoDon't cherry-pick:
Roland Häder [Wed, 19 Apr 2017 16:08:37 +0000 (18:08 +0200)]
Don't cherry-pick:
- text needs to be wrapped into h:outputText

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 agoDon't cherry-pick:
Roland Häder [Wed, 19 Apr 2017 15:19:14 +0000 (17:19 +0200)]
Don't cherry-pick:
- rewrote index.xhtml (guest) to more common way, even when in this project
  registration in index page is not wanted. This has the benefit that (almost)
  all JSF pages remain generic and therefor they can be cherry-picked from
  project to project.
- Now only guest_index.tpl holds the different content

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 jar(s)
Roland Häder [Sat, 15 Apr 2017 22:13:58 +0000 (00:13 +0200)]
updated jar(s)

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:35 +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:36 +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 19:12:13 +0000 (21:12 +0200)]
Continued:
- pizzaservice-core/mailer are now referenced as projects as they are
  application-specific projects and not libraries (like e.g. juser-core is)
- added new dependency jproduct-core
- updated jar(s)

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 agoupdated jar(s)
Roland Haeder [Wed, 12 Apr 2017 22:34:48 +0000 (00:34 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agosorted imports
Roland Haeder [Tue, 11 Apr 2017 12:51:54 +0000 (14:51 +0200)]
sorted imports

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoFixes:
Roland Haeder [Tue, 11 Apr 2017 11:24:33 +0000 (13:24 +0200)]
Fixes:
- need to use concat() and not + because it is only for numeric values

7 years agoAPI has changed: no more cellphone, now is mobile
Roland Haeder [Tue, 11 Apr 2017 10:47:54 +0000 (12:47 +0200)]
API has changed: no more cellphone, now is mobile

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

Signed-off-by: Roland Häder <roland@mxchange.org>
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 agomore JNDIs fixed
Roland Haeder [Mon, 10 Apr 2017 22:35:33 +0000 (00:35 +0200)]
more JNDIs fixed

Signed-off-by: Roland Häder <roland@mxchange.org>
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 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:34 +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:07:13 +0000 (22:07 +0200)]
Continued a bit:
- not just cellphones, let's support any mobile phone
- tpzo fixed

7 years agoupdated jar(s)
Roland Haeder [Mon, 10 Apr 2017 20:05:13 +0000 (22:05 +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:25:28 +0000 (14:25 +0200)]
updated jar(s)

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

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

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Thu, 1 Sep 2016 21:12:19 +0000 (23:12 +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:46 +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:46 +0000 (19:46 +0200)]
updated jar(s)

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

7 years agoupdated jar(s)
Roland Haeder [Thu, 25 Aug 2016 20:12:52 +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:18 +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:43 +0000 (19:47 +0200)]
updated jar(s)

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

7 years agoupdated jar(s)
Roland Haeder [Sun, 21 Aug 2016 20:06:48 +0000 (22:06 +0200)]
updated jar(s)