mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user