05-07-2009 04:49 AM
>config
>alfresco
>module
>mymodule
>ui
>jsp
>actions
HERE
>source
05-26-2009 07:54 AM
>config
>source
>web
>jsp
>extension
>actions
HERE the jsp
Ant file (look at the line with "web")
…
<target name="package-amp" depends="mkdirs, package-jar" description="Package the Module">
<zip destfile="${amp.file}">
<fileset dir="${project.dir}/build" includes="lib/*.jar" />
<fileset dir="${project.dir}" includes="web/**/*.*" />
<fileset dir="${project.dir}" includes="config/**/*.*" excludes="**/module.properties" />
<fileset dir="${project.dir}/config/alfresco/module/syslog" includes="module.properties" />
</zip>
</target>
…
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.