]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-3441: Updating CollectionObject doctype/bundle module names to better reflect...
authorRichard Millet <richard.millet@berkeley.edu>
Fri, 17 Jun 2011 21:12:55 +0000 (21:12 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Fri, 17 Jun 2011 21:12:55 +0000 (21:12 +0000)
services/collectionobject/3rdparty/build.xml
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-core/.settings/org.maven.ide.eclipse.prefs [moved from services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/.settings/org.maven.ide.eclipse.prefs with 100% similarity]
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-core/build.xml [moved from services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/build.xml with 100% similarity]
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-core/pom.xml [moved from services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/pom.xml with 100% similarity]
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-core/src/main/resources/META-INF/MANIFEST.MF [moved from services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/META-INF/MANIFEST.MF with 100% similarity]
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-core/src/main/resources/OSGI-INF/core-types-contrib.xml [moved from services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/core-types-contrib.xml with 100% similarity]
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-core/src/main/resources/OSGI-INF/deployment-fragment.xml [moved from services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/deployment-fragment.xml with 100% similarity]
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-core/src/main/resources/OSGI-INF/ecm-types-contrib.xml [moved from services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/ecm-types-contrib.xml with 100% similarity]
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-core/src/main/resources/OSGI-INF/layouts-contrib.xml [moved from services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/layouts-contrib.xml with 100% similarity]
services/collectionobject/3rdparty/nuxeo-platform-collectionobject-core/src/main/resources/OSGI-INF/life-cycle-contrib.xml [moved from services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/src/main/resources/OSGI-INF/life-cycle-contrib.xml with 100% similarity]
services/collectionobject/3rdparty/pom.xml

index de0e27d3c9a73453f56504a96d1015578c56263a..9cb902e30e423aece79bd769cb23d1ffb5aa9df0 100644 (file)
@@ -9,7 +9,7 @@
     <property environment="env" />\r
     <property file="${services.trunk}/build.properties" />\r
        <property name="nuxeo-platform-collectionobjects_common" value="nuxeo-platform-collectionobjects_common"/>\r
-       <property name="nuxeo-platform-cs-collectionobject" value="nuxeo-platform-cs-collectionobject"/>\r
+       <property name="nuxeo-platform-collectionobject-core" value="nuxeo-platform-collectionobject-core"/>\r
        <property name="nuxeo-platform-collectionobject-hearst" value="nuxeo-platform-collectionobject-hearst"/>\r
     <property name="mvn.opts" value="" />\r
     <property name="src" location="src"/>\r
     <target name="deploy" depends="install"\r
     description="deploy collectionobject in ${jboss.server.nuxeo}">\r
         <ant antfile="${nuxeo-platform-collectionobjects_common}/build.xml" target="deploy" inheritall="false"/>\r
-        <ant antfile="${nuxeo-platform-cs-collectionobject}/build.xml" target="deploy" inheritall="false"/>\r
+        <ant antfile="${nuxeo-platform-collectionobject-core}/build.xml" target="deploy" inheritall="false"/>\r
         <ant antfile="${nuxeo-platform-collectionobject-hearst}/build.xml" target="deploy" inheritall="false"/>\r
     </target>\r
 \r
     <target name="undeploy"\r
     description="undeploy collectionobject from ${jboss.server.nuxeo}">\r
         <ant antfile="${nuxeo-platform-collectionobjects_common}/build.xml" target="undeploy" inheritall="false"/>\r
-        <ant antfile="${nuxeo-platform-cs-collectionobject}/build.xml" target="undeploy" inheritall="false"/>\r
+        <ant antfile="${nuxeo-platform-collectionobject-core}/build.xml" target="undeploy" inheritall="false"/>\r
         <ant antfile="${nuxeo-platform-collectionobject-hearst}/build.xml" target="undeploy" inheritall="false"/>\r
     </target>\r
 \r
     <target name="dist"\r
     description="generate distribution for collectionobject" depends="package">\r
         <ant antfile="${nuxeo-platform-collectionobjects_common}/build.xml" target="dist" inheritall="false"/>\r
-        <ant antfile="${nuxeo-platform-cs-collectionobject}/build.xml" target="dist" inheritall="false"/>\r
+        <ant antfile="${nuxeo-platform-collectionobject-core}/build.xml" target="dist" inheritall="false"/>\r
         <ant antfile="${nuxeo-platform-collectionobject-hearst}/build.xml" target="dist" inheritall="false"/>\r
     </target>\r
 \r
     <target name="dist_installer"\r
     description="generate distribution for collectionobject" depends="package">\r
         <ant antfile="${nuxeo-platform-collectionobjects_common}/build.xml" target="dist_installer" inheritall="false"/>\r
-        <ant antfile="${nuxeo-platform-cs-collectionobject}/build.xml" target="dist_installer" inheritall="false"/>\r
+        <ant antfile="${nuxeo-platform-collectionobject-core}/build.xml" target="dist_installer" inheritall="false"/>\r
         <ant antfile="${nuxeo-platform-collectionobject-hearst}/build.xml" target="dist_installer" inheritall="false"/>\r
     </target>\r
 \r
index ef1a30ac6bda106aadda67e8143adcbb395d5526..ed75b9eee68e571b08b6d96ce7767e99caad03fb 100644 (file)
@@ -19,7 +19,7 @@
 \r
     <modules>\r
        <module>nuxeo-platform-collectionobjects_common</module>\r
-               <module>nuxeo-platform-cs-collectionobject</module>\r
+               <module>nuxeo-platform-collectionobject-core</module>\r
         <module>nuxeo-platform-collectionobject-hearst</module>\r
     </modules>\r
 \r