AppFuseQuickStart |
|
Your trail: |
Difference between
version 26
and
version 25:
At line 19 changed 7 lines. |
{{{* metadata/web/global-exceptions.xml |
* web/WEB-INF/tiles-config.xml |
* web/WEB-INF/classes/log4j.properties |
* web/WEB-INF/validator-rules-custom.xml |
* src/service/com/company/service/applicationContext-service.xml |
* src/dao/com/company/persistence/hibernate/applicationContext-hibernate.xml |
* metadata/templates/struts_form.xdt}}} |
{{{- metadata/web/global-exceptions.xml |
- web/WEB-INF/tiles-config.xml |
- web/WEB-INF/classes/log4j.properties |
- web/WEB-INF/validator-rules-custom.xml |
- src/service/com/company/service/applicationContext-service.xml |
- src/dao/com/company/persistence/hibernate/applicationContext-hibernate.xml |
- metadata/templates/struts_form.xdt}}} |
At line 27 changed 1 line. |
You'll also need to change a few targets in build.xml to refer to the new package names. These targets are listed below: |
You'll also need to change a few targets in build.xml to refer to the new package names. These targets/changes are listed below: |
At line 29 changed 3 lines. |
{{{* compile-service - change org/appfuse to com/company |
* junitdoclet-module - change org.* to com.* |
* javadoc - change org.* to com.*}}} |
{{{- compile-service - change org/appfuse to com/company |
- junitdoclet-module - change org.* to com.* |
- javadoc - change org.* to com.*}}} |
Back to AppFuseQuickStart,
or to the Page History.
|