</sql>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy services in ${jboss.server.cspace}">\r
<!-- copy db scripts, etc. -->\r
<copy todir="${jboss.server.cspace}/cspace/services">\r
</exec>
</target>
- <target name="deploy" depends="package"
+ <target name="deploy" depends="install"
description="deploy cspace services in ${jboss.server.cspace}">
<copy file="${basedir}/target/${cspace-services.war}" todir="${jboss.server.cspace}/deploy"/>
</target>
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy acquisition in ${jboss.server.nuxeo}">\r
<ant antfile="nuxeo-platform-cs-acquisition/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
</exec>
</target>
- <target name="deploy" depends="package"
+ <target name="deploy" depends="install"
description="deploy acquisition doctype in ${jboss.server.nuxeo}">
<copy file="${basedir}/target/${nuxeo.acquisition.jar}"
todir="${jboss.deploy.nuxeo.system}"/>
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy acquisition service">\r
<ant antfile="3rdparty/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy authentication service">\r
<ant antfile="service/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy authentication service in ${jboss.server.cspace}">\r
<copy file="${basedir}/target/${authentication.jar}" todir="${jboss.server.cspace}/lib"/>\r
<echo message="Add authentication-policy to ${jboss.server.cspace}/conf/login-config.xml"/>\r
</target>\r
\r
<!-- this target is called in order based on the dependencies between the services -->\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy services in ${jboss.server.cspace}">\r
<ant antfile="common/build.xml" target="deploy" inheritAll="false"/>\r
<ant antfile="authentication/build.xml" target="deploy" inheritAll="false"/>\r
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy collectionobject in ${jboss.server.nuxeo}">\r
<ant antfile="nuxeo-platform-cs-collectionobject/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy collectionobject doctype in ${jboss.server.nuxeo}">\r
<copy file="${basedir}/target/${nuxeo.collectionobject.jar}"\r
todir="${jboss.deploy.nuxeo.system}"/>\r
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy collectionobject service">\r
<ant antfile="3rdparty/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
</exec>
</target>
- <target name="deploy" depends="package"
+ <target name="deploy" depends="install"
description="deploy common elements in ${jboss.server.cspace}">
<copy todir="${jboss.server.cspace}/cspace/config/services">
<fileset dir="${basedir}/src/main/config"/>
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy id service">\r
\r
</target>\r
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy intake in ${jboss.server.nuxeo}">\r
<ant antfile="nuxeo-platform-cs-intake/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
</exec>
</target>
- <target name="deploy" depends="package"
+ <target name="deploy" depends="install"
description="deploy intake doctype in ${jboss.server.nuxeo}">
<copy file="${basedir}/target/${nuxeo.intake.jar}"
todir="${jboss.deploy.nuxeo.system}"/>
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy intake service">\r
<ant antfile="3rdparty/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy relation in ${jboss.server.nuxeo}">\r
<ant antfile="nuxeo-platform-cs-relation/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy relation doctype in ${jboss.server.cspace}">\r
<copy file="${basedir}/target/${nuxeo.relation.jar}"\r
todir="${jboss.deploy.nuxeo.system}"/>\r
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy relation service">\r
<ant antfile="3rdparty/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy vocabulary in ${jboss.server.nuxeo}">\r
<ant antfile="nuxeo-platform-cs-vocabulary/build.xml" target="deploy" inheritall="false"/>\r
</target>\r
</exec>
</target>
- <target name="deploy" depends="package"
+ <target name="deploy" depends="install"
description="deploy vocabulary doctype in ${jboss.server.nuxeo}">
<copy file="${basedir}/target/${nuxeo.vocabulary.jar}"
todir="${jboss.deploy.nuxeo.system}"/>
</exec>\r
</target>\r
\r
- <target name="deploy" depends="package"\r
+ <target name="deploy" depends="install"\r
description="deploy vocabulary service">\r
<ant antfile="3rdparty/build.xml" target="deploy" inheritall="false"/>\r
</target>\r