<target name="deploy" depends="install"
description="deploy citation in ${jee.server.nuxeo}">
- <ant antfile="nuxeo-platform-cs-citation/build.xml" target="deploy" inheritall="false"/>
+ <!-- This target is obsolete. The Nuxeo artifacts are now created and deployed using the "csmake" tool
+ <ant antfile="nuxeo-platform-cs-citation/build.xml" target="deploy" inheritall="false"/>
+ -->
</target>
<target name="undeploy"
description="undeploy citation from ${jee.server.nuxeo}">
+ <!-- This target is obsolete. The Nuxeo artifacts are now created and deployed using the "csmake" tool
+ leaving this only for backwards compatibility reasons. -->
<ant antfile="nuxeo-platform-cs-citation/build.xml" target="undeploy" inheritall="false"/>
</target>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.collectionspace.services</groupId>
<artifactId>org.collectionspace.services.citation.3rdparty.nuxeo</artifactId>
<name>services.citation.3rdparty.nuxeo</name>
<packaging>jar</packaging>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.collectionspace.services</groupId>
<artifactId>org.collectionspace.services.citation.3rdparty</artifactId>
<name>services.citation.3rdparty</name>
<packaging>pom</packaging>
</properties>
<modules>
- <module>nuxeo-platform-cs-citation</module>
+ <!-- This module is obsolete. The Nuxeo artifacts are now created and deployed using the "csmake" tool
+ <module>nuxeo-platform-cs-citation</module>
+ -->
</modules>
</project>
\r
<target name="deploy" depends="install"\r
description="deploy location in ${jee.server.nuxeo}">\r
- <!-- This module is obsolete. The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
+ <!-- This target is obsolete. The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
<ant antfile="nuxeo-platform-cs-location/build.xml" target="deploy" inheritall="false"/>\r
-->\r
</target>\r
</description>\r
\r
<modules>\r
- <module>nuxeo-platform-cs-location</module>\r
+ <!-- This module is obsolete. The Nuxeo artifacts are now created and deployed using the "csmake" tool\r
+ <module>nuxeo-platform-cs-location</module>\r
+ -->\r
</modules>\r
</project>\r
<target name="deploy" depends="install"
description="deploy work in ${jee.server.nuxeo}">
- <ant antfile="nuxeo-platform-cs-work/build.xml" target="deploy" inheritall="false"/>
+ <!-- This target is obsolete. The Nuxeo artifacts are now created and deployed using the "csmake" tool
+ <ant antfile="nuxeo-platform-cs-work/build.xml" target="deploy" inheritall="false"/>
+ -->
</target>
<target name="undeploy"
description="undeploy work from ${jee.server.nuxeo}">
+ <!-- This target is obsolete. The Nuxeo artifacts are now created and deployed using the "csmake" tool
++ leaving this only for backwards compatibility reasons. -->
<ant antfile="nuxeo-platform-cs-work/build.xml" target="undeploy" inheritall="false"/>
</target>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.collectionspace.services</groupId>
<artifactId>org.collectionspace.services.work.3rdparty.nuxeo</artifactId>
<name>services.work.3rdparty.nuxeo</name>
<packaging>jar</packaging>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.collectionspace.services</groupId>
<artifactId>org.collectionspace.services.work.3rdparty</artifactId>
<name>services.work.3rdparty</name>
<packaging>pom</packaging>
</description>
<modules>
- <module>nuxeo-platform-cs-work</module>
+ <!-- This module is obsolete. The Nuxeo artifacts are now created and deployed using the "csmake" tool
+ <module>nuxeo-platform-cs-work</module>
+ -->
</modules>
</project>