| 22 | | * [source:molgenis_apps/trunk/apps /apps] -- apps in the suite |
| 23 | | * [source:molgenis_apps/trunk/modules /modules] -- pieces of reusable software shared between apps |
| 24 | | * [source:molgenis_apps/trunk/generated /generated] -- autogenerated code by MOLGENIS (svn:ignore) |
| 25 | | * [source:molgenis_apps/trunk/dist /dist] -- result of the build process (svn:ignore) |
| 26 | | * [source:molgenis_apps/trunk/WebContent /WebContent] -- images, style sheets and scripts for on the web |
| 27 | | * [source:molgenis_apps/trunk/build_xgap.xml /build_xyz.xml] -- script to automatically build a complete app from above |
| | 22 | * [source:molgenis_apps/trunk/apps /apps] -- apps in the suite, one folder per app. |
| | 23 | * [source:molgenis_apps/trunk/modules /modules] -- pieces of reusable software shared between apps, one folder per module |
| | 24 | * [source:molgenis_apps/trunk/generated /generated] -- autogenerated code by MOLGENIS (svn:ignore), one folder for java, python, cpp, sql. |
| | 25 | * [source:molgenis_apps/trunk/dist /dist] -- where all outputs of the build process are collected (svn:ignore) |
| | 26 | * [source:molgenis_apps/trunk/WebContent /WebContent] -- images, style sheets and scripts to serve on the web |
| | 27 | * [source:molgenis_apps/trunk/build_xgap.xml /build_xyz.xml] -- script to automatically build a complete app from above (build_<name>.xml == apps/<name>) |