]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Trivial corrections to two comments re collectionspace_core doctype deploymen...
authorAron Roberts <aron@socrates.berkeley.edu>
Sat, 4 Dec 2010 01:05:13 +0000 (01:05 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Sat, 4 Dec 2010 01:05:13 +0000 (01:05 +0000)
3rdparty/nuxeo/nuxeo-platform-collectionspace/build.xml

index ad4728d3c8c0b3d1cebefe820926143e49aaf908..d151266eb020a092fa1dcfec45daf3e5b0e8a6ce 100644 (file)
   </target>
   
   <target name="deploy" depends="install"
-    description="deploy dimension doctype in ${jboss.server.nuxeo}">
+    description="deploy collectionspace core doctype in ${jboss.server.nuxeo}">
     <copy file="${basedir}/target/${nuxeo.collectionspace_core.jar}"
       todir="${jboss.deploy.nuxeo.plugins}"/>
   </target>
   
   <target name="undeploy"
-    description="undeploy dimension doctype from ${jboss.server.nuxeo}">
+    description="undeploy collectionspace core doctype from ${jboss.server.nuxeo}">
     <delete>
       <fileset dir="${jboss.deploy.nuxeo.plugins}">
         <include name="${nuxeo.collectionspace_core.jars.all}"/>