</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}"/>
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
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,
<?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>
<?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>
<?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"
<?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>