]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-5498: Update package names in Nuxeo bundle to current name.
authorAron Roberts <aron@socrates.berkeley.edu>
Tue, 4 Dec 2012 21:45:57 +0000 (13:45 -0800)
committerAron Roberts <aron@socrates.berkeley.edu>
Tue, 4 Dec 2012 21:45:57 +0000 (13:45 -0800)
3rdparty/nuxeo/nuxeo-platform-listener/updaterelationsondelete/build.xml
3rdparty/nuxeo/nuxeo-platform-listener/updaterelationsondelete/src/main/resources/META-INF/MANIFEST.MF
3rdparty/nuxeo/nuxeo-platform-listener/updaterelationsondelete/src/main/resources/OSGI-INF/core-types-contrib.xml
3rdparty/nuxeo/nuxeo-platform-listener/updaterelationsondelete/src/main/resources/OSGI-INF/default-life-cycle-contrib.xml
3rdparty/nuxeo/nuxeo-platform-listener/updaterelationsondelete/src/main/resources/OSGI-INF/ecm-types-contrib.xml
3rdparty/nuxeo/nuxeo-platform-listener/updaterelationsondelete/src/main/resources/OSGI-INF/layouts-contrib.xml

index e48ae6e638482eb027be63607536f8a10657e25c..fa84d03623e7f994400d518a7d017b276a51d48e 100644 (file)
   </target>
   
   <target name="deploy" depends="install"
-    description="deploy collectionspace core doctype in ${jee.server.nuxeo}">
+    description="deploy doctype in ${jee.server.nuxeo}">
     <copy file="${basedir}/target/${jar.name}"
       todir="${jee.deploy.nuxeo.plugins}"/>
   </target>
   
   <target name="undeploy"
-    description="undeploy collectionspace Thumbnail service from ${jee.server.nuxeo}">
+    description="undeploy doctype from ${jee.server.nuxeo}">
     <delete>
       <fileset dir="${jee.deploy.nuxeo.plugins}">
         <include name="${jar.all}"/>
index 4fae07ad7cd4cab1b14314239bdef80f284d043a..f1966d3132b5bc424da85f03413b131ccf41f9bd 100644 (file)
@@ -1,7 +1,7 @@
 Manifest-Version: 1.0 
 Bundle-ManifestVersion: 1 
-Bundle-Name: org.collectionspace.nuxeo.listener.relation
-Bundle-SymbolicName: org.collectionspace.nuxeo.listener.relation;singleton:=true 
+Bundle-Name: org.collectionspace.services.listener.updaterelationsondelete
+Bundle-SymbolicName: org.collectionspace.services.listener.updaterelationsondelete;singleton:=true 
 Bundle-Version: 1.0.0
 Bundle-Localization: plugin
 Bundle-Vendor: Nuxeo
@@ -9,7 +9,7 @@ Require-Bundle: org.nuxeo.runtime,
  org.nuxeo.ecm.core.api,
  org.nuxeo.ecm.core,
  org.nuxeo.ecm.webapp.core
-Provide-Package: org.collectionspace.nuxeo.listener.relation
+Provide-Package: org.collectionspace.services.listener.updaterelationsondelete
 Nuxeo-Component: OSGI-INF/core-types-contrib.xml,
  OSGI-INF/default-life-cycle-contrib.xml,
  OSGI-INF/ecm-types-contrib.xml,
index 8cedf80097a8bea7702a623251e2942d20a32cc0..9545926c07ebf1c9589fbb069fe81fe4c4ff0513 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0"?>
-<component name="org.collectionspace.nuxeo.listener.relation.core.types">
+<component name="org.collectionspace.services.listener.updaterelationsondelete.core.types">
     <!-- This page intentionally left blank -->
 </component>
index 08d595182c24eefc695e5137ea0c822fba7affc5..a6bc452284482c13897b91e95c1008b413a6e81d 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0"?>
-<component name="org.collectionspace.nuxeo.listener.relation.LifeCycle">
+<component name="org.collectionspace.services.listener.updaterelationsondelete.LifeCycle">
     <!-- This page intentionally left blank -->
 </component>
index d25de03a767c60a51a3f5cb09fa0bbed1b0c22e4..44fcb5839e91ff0981578e4b08889c40bec70d90 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<component name="org.collectionspace.nuxeo.listener.relation.ecm.types">
+<component name="org.collectionspace.services.listener.updaterelationsondelete.ecm.types">
     
     <extension target="org.nuxeo.ecm.core.event.EventServiceComponent" point="listener">
         <listener name="relationsuborobjdeletionlistener" async="false" postCommit="false"
index 91f74f30b649aa82b84cecfc6d0f61de17ffe5ac..bad90cce66ebf866d789dfaf44ca05faf2140c62 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0"?>
-<component name="org.collectionspace.nuxeo.listener.relation.layouts.webapp">
+<component name="org.collectionspace.services.listener.updaterelationsondelete.layouts.webapp">
        <!-- This page intentionally left blank -->
 </component>