Addition of Developer SDK bundle to continuous build.

- creation of SDK project
- Allow ACP files to be imported from .jar

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2799 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2006-05-09 17:48:30 +00:00
parent d3708a3675
commit 76740ffe1c
2 changed files with 42 additions and 12 deletions

View File

@@ -14,16 +14,6 @@
</bind>
</target>
<target name="compile-javadocs" depends="common.compile-javadocs" description="Creates the JavaDocs for the project">
<mkdir dir="${dir.javadoc.api.service}" />
<javadoc sourcepath="${dir.src.java}" destdir="${dir.javadoc.api.service}"
packagenames="org.alfresco.service.*" excludepackagenames=""
author="true" version="true" doctitle="Alfresco Content Management Service API Specification"
windowtitle="Alfresco Content Management Service API" classpathref="classpath.compile">
<bottom>${javadoc.copyright}</bottom>
</javadoc>
</target>
<target name="build-single-jar" depends="common.compile-java" description="Build an self-contained executable jar" >
<property name="dir.one-jar" value="${dir.build}/one-jar" />
<!-- extract the one-jar file -->