Skip to content

Commit

Permalink
#42 remove not used classes
Browse files Browse the repository at this point in the history
  • Loading branch information
dve committed Feb 3, 2017
1 parent 7ed8cc1 commit f7b8de3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 94 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2014, 2016 Daniel Norhoff-Vergien and akquinet engineering GmbH
* Copyright 2014, 2016, 2017 Daniel Norhoff-Vergien and akquinet engineering GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down Expand Up @@ -154,17 +154,6 @@ public void generateCode(VaadinatorConfig vaadinatorConfig) throws IOException {
vaadinatorConfig.getBasePckg() + ".ui.view", "DefaultButtonFactory", ".java"),
TEMPLATE_PACKAGE, log);
}
// auch für Service-Layer
if (vaadinatorConfig.isHasDisplayBeans() || vaadinatorConfig.isHasServiceBeans()) {
runVelocity(null, vaadinatorConfig.getCommonMap(), vaadinatorConfig.getBasePckg(), null, null, null,
null, "BusinessException.template", packageToFile(vaadinatorConfig.getTargetFolderSrcStart(),
vaadinatorConfig.getBasePckg(), "BusinessException", ".java"),
TEMPLATE_PACKAGE, log);
runVelocity(null, vaadinatorConfig.getCommonMap(), vaadinatorConfig.getBasePckg(), null, null, null,
null, "TechnicalException.template", packageToFile(vaadinatorConfig.getTargetFolderSrcStart(),
vaadinatorConfig.getBasePckg(), "TechnicalException", ".java"),
TEMPLATE_PACKAGE, log);
}
// wenn wir Basis generieren wollen auch das Folgende:
if (vaadinatorConfig.isHasDisplayBeans() && vaadinatorConfig.isGenServletBase()) {
runVelocity(null, vaadinatorConfig.getCommonMap(), vaadinatorConfig.getBasePckg(), null, null, null,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit f7b8de3

Please sign in to comment.