This is the CMS6 list, not the CMS7 or HST2 list. Jasha
On 8 February 2011 11:44, Vijay Kiran <[email protected]> wrote: > The pom is based on the hst-editor pom. Yes, we can remove them. > > ./Vijay > > On Feb 8, 2011, at 11:24 AM, Frank van Lankvelt wrote: > > > the build also succeeds without hippo-repository-connector, > hippo-cms-editor-frontend, hippo-cms-gallery-frontend and hippo-cms-browse. > > Is there a reason for them to be there, or has this been copy-pasted? > > > > cheers, Frank > > > > On Thu, Feb 3, 2011 at 11:23 AM, vkiran <[email protected]> wrote: > > Revision: 26802 > > Author: vkiran > > Date: 2011-02-03 11:23:07 +0100 (Thu, 03 Feb 2011) > > Log Message: > > ----------- > > CMS7-4928 Channel Manager Addon > > > > Added Paths: > > ----------- > > hippo-cms7/addons/addon-channel-manager/trunk/ > > hippo-cms7/addons/addon-channel-manager/trunk/.hgignore > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/ > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/pom.xml > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/ > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/ > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/ > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/ > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/ > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/ > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.html > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.java > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.properties > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_fr.properties > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_it.propeties > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_nl.properties > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/channel-manager-32.png > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/test/ > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/test/java/ > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/test/java/org/ > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/test/java/org/onehippo/ > > > > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/test/java/org/onehippo/cms7/ > > hippo-cms7/addons/addon-channel-manager/trunk/pom.xml > > hippo-cms7/addons/addon-channel-manager/trunk/repository/ > > hippo-cms7/addons/addon-channel-manager/trunk/repository/pom.xml > > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/ > > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/ > > > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/java/ > > > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/ > > > > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/channel-manager-perspective.xml > > > > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/hippoecm-extension.xml > > > > Added: hippo-cms7/addons/addon-channel-manager/trunk/.hgignore > > =================================================================== > > --- hippo-cms7/addons/addon-channel-manager/trunk/.hgignore > (rev 0) > > +++ hippo-cms7/addons/addon-channel-manager/trunk/.hgignore > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1,6 @@ > > +syntax:glob > > +target > > +.idea > > +*.iml > > +*.iws > > +*.ipr > > > > Added: hippo-cms7/addons/addon-channel-manager/trunk/frontend/pom.xml > > =================================================================== > > --- hippo-cms7/addons/addon-channel-manager/trunk/frontend/pom.xml > (rev 0) > > +++ hippo-cms7/addons/addon-channel-manager/trunk/frontend/pom.xml > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1,135 @@ > > +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" > > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd"> > > + <modelVersion>4.0.0</modelVersion> > > + > > + <parent> > > + <artifactId>hippo-addon-channel-manager</artifactId> > > + <groupId>org.onehippo.cms7</groupId> > > + <version>1.01.00-SNAPSHOT</version> > > + </parent> > > + > > + > > + <artifactId>hippo-addon-channel-manager-frontend</artifactId> > > + <packaging>jar</packaging> > > + > > + <name>Addon Channel Manager Frontend</name> > > + > > + <properties> > > + > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > + </properties> > > + > > + <dependencies> > > + <dependency> > > + <groupId>org.onehippo.cms7</groupId> > > + <artifactId>hippo-cms-engine</artifactId> > > + <version>${cms.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + > > + <dependency> > > + <groupId>org.onehippo.cms7</groupId> > > + <artifactId>hippo-cms-api</artifactId> > > + <version>${cms.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + > > + <dependency> > > + <groupId>org.onehippo.cms7</groupId> > > + <artifactId>hippo-repository-connector</artifactId> > > + <version>${repository.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + > > + <dependency> > > + <groupId>org.onehippo.cms7</groupId> > > + <artifactId>hippo-cms-editor-frontend</artifactId> > > + <version>${cms.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + > > + <dependency> > > + <groupId>org.onehippo.cms7</groupId> > > + <artifactId>hippo-cms-gallery-frontend</artifactId> > > + <version>${cms.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + > > + <dependency> > > + <groupId>org.onehippo.cms7</groupId> > > + <artifactId>hippo-cms-browse</artifactId> > > + <version>${cms.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + > > + <!-- JCR API and Hippo ECM API dependency --> > > + <dependency> > > + <groupId>javax.jcr</groupId> > > + <artifactId>jcr</artifactId> > > + <version>${javax.jcr.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + > > + <dependency> > > + <groupId>org.onehippo.cms7</groupId> > > + <artifactId>hippo-repository-api</artifactId> > > + <version>${repository.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + > > + <dependency> > > + <groupId>commons-lang</groupId> > > + <artifactId>commons-lang</artifactId> > > + <version>${commons-lang.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + > > + <dependency> > > + <groupId>junit</groupId> > > + <artifactId>junit</artifactId> > > + <version>3.8.1</version> > > + <scope>test</scope> > > + </dependency> > > + </dependencies> > > + <build> > > + <defaultGoal>package</defaultGoal> > > + <resources> > > + <resource> > > + <filtering>false</filtering> > > + <directory>${basedir}/src/main/java</directory> > > + <includes> > > + <include>**/*.html</include> > > + <include>**/*.css</include> > > + <include>**/*.properties</include> > > + <include>**/*.jpg</include> > > + <include>**/*.png</include> > > + </includes> > > + </resource> > > + </resources> > > + <plugins> > > + <plugin> > > + <inherited>true</inherited> > > + <groupId>org.zeroturnaround</groupId> > > + <artifactId>javarebel-maven-plugin</artifactId> > > + <executions> > > + <execution> > > + <id>generate-rebel-xml</id> > > + <phase>process-resources</phase> > > + <goals> > > + <goal>generate</goal> > > + </goals> > > + </execution> > > + </executions> > > + </plugin> > > + > > + <plugin> > > + <groupId>org.apache.maven.plugins</groupId> > > + <artifactId>maven-surefire-plugin</artifactId> > > + <configuration> > > + <forkMode>always</forkMode> > > + > <workingDirectory>${project.build.directory}</workingDirectory> > > + </configuration> > > + </plugin> > > + </plugins> > > + </build> > > + > > +</project> > > > > > > Property changes on: > hippo-cms7/addons/addon-channel-manager/trunk/frontend/pom.xml > > ___________________________________________________________________ > > Added: svn:keywords > > + Id Revision > > Added: svn:eol-style > > + LF > > > > Added: > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.html > > =================================================================== > > --- > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.html > (rev 0) > > +++ > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.html > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1,23 @@ > > +<!-- > > + * Copyright 2010 Hippo > > + * > > + * Licensed under the Apache License, Version 2.0 (the "License"); > > + * you may not use this file except in compliance with the License. > > + * You may obtain a copy of the License at > > + * > > + * http://www.apache.org/licenses/LICENSE-2.0 > > + * > > + * Unless required by applicable law or agreed to in writing, software > > + * distributed under the License is distributed on an "AS IS" BASIS, > > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > > + * See the License for the specific language governing permissions and > > + * limitations under the License. > > +--> > > + > > +<html xmlns:wicket="http://wicket.apache.org/"> > > +<wicket:panel> > > + <div class="channel-manager-perspective"> > > + <iframe wicket:id="channel-manager-iframe" > style="width:100%;height:100%"></iframe> > > + </div> > > +</wicket:panel> > > +</html> > > \ No newline at end of file > > > > Added: > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.java > > =================================================================== > > --- > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.java > (rev 0) > > +++ > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.java > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1,61 @@ > > +/** > > + * Copyright 2010 Hippo > > + * > > + * Licensed under the Apache License, Version 2.0 (the "License"); > > + * you may not use this file except in compliance with the License. > > + * You may obtain a copy of the License at > > + * > > + * http://www.apache.org/licenses/LICENSE-2.0 > > + * > > + * Unless required by applicable law or agreed to in writing, software > > + * distributed under the License is distributed on an "AS IS" BASIS, > > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > > + * See the License for the specific language governing permissions and > > + * limitations under the License. > > +*/ > > + > > +package org.onehippo.cms7.channelmanager; > > + > > +import org.apache.wicket.ResourceReference; > > +import org.apache.wicket.behavior.SimpleAttributeModifier; > > +import org.apache.wicket.markup.ComponentTag; > > +import org.apache.wicket.markup.html.WebMarkupContainer; > > +import org.apache.wicket.model.IModel; > > +import org.apache.wicket.model.Model; > > +import org.apache.wicket.model.StringResourceModel; > > +import org.hippoecm.frontend.plugin.IPluginContext; > > +import org.hippoecm.frontend.plugin.config.IPluginConfig; > > +import org.hippoecm.frontend.plugins.standards.perspective.Perspective; > > +import org.hippoecm.frontend.service.IconSize; > > +import org.slf4j.Logger; > > +import org.slf4j.LoggerFactory; > > + > > +/** > > + * ChannelManagerPerspective renders an iframe with the url specified in > the <i>template.composer.url</li> in the CMS. > > + @author Vijay Kiran > > + */ > > +public class ChannelManagerPerspective extends Perspective { > > + private static final Logger log = > LoggerFactory.getLogger(ChannelManagerPerspective.class); > > + > > + public ChannelManagerPerspective(IPluginContext context, > IPluginConfig config) { > > + super(context, config); > > + final String TEMPLATE_COMPOSER_URL = > config.getString("template.composer.url", "about:blank"); > > + if(TEMPLATE_COMPOSER_URL.equals("about:blank")){ > > + log.warn("No template.composer.url specified in the plugin > configuration"); > > + } > > + add(new WebMarkupContainer("channel-manager-iframe").add(new > SimpleAttributeModifier("src", TEMPLATE_COMPOSER_URL))); > > + } > > + > > + > > + @Override > > + public IModel<String> getTitle() { > > + return new StringResourceModel("perspective-title", this, new > Model<String>("Channel Manager")); > > + } > > + > > + > > + @Override > > + public ResourceReference getIcon(IconSize type) { > > + return new ResourceReference(ChannelManagerPerspective.class, > "channel-manager-" + type.getSize() + ".png"); > > + > > + } > > +} > > > > > > Property changes on: > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.java > > ___________________________________________________________________ > > Added: svn:keywords > > + Id Revision > > Added: svn:eol-style > > + LF > > > > Added: > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.properties > > =================================================================== > > --- > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.properties > (rev 0) > > +++ > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective.properties > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1 @@ > > +perspective-title=Channel Manager > > \ No newline at end of file > > > > Added: > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_fr.properties > > =================================================================== > > --- > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_fr.properties > (rev 0) > > +++ > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_fr.properties > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1 @@ > > +perspective-title=Channel Manager > > \ No newline at end of file > > > > Added: > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_it.propeties > > =================================================================== > > --- > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_it.propeties > (rev 0) > > +++ > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_it.propeties > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1 @@ > > +perspective-title=Channel Manager > > \ No newline at end of file > > > > Added: > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_nl.properties > > =================================================================== > > --- > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_nl.properties > (rev 0) > > +++ > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/ChannelManagerPerspective_nl.properties > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1 @@ > > +perspective-title=Channel Manager > > \ No newline at end of file > > > > Added: > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/channel-manager-32.png > > =================================================================== > > (Binary files differ) > > > > > > Property changes on: > hippo-cms7/addons/addon-channel-manager/trunk/frontend/src/main/java/org/onehippo/cms7/channelmanager/channel-manager-32.png > > ___________________________________________________________________ > > Added: svn:mime-type > > + application/octet-stream > > > > Added: hippo-cms7/addons/addon-channel-manager/trunk/pom.xml > > =================================================================== > > --- hippo-cms7/addons/addon-channel-manager/trunk/pom.xml > (rev 0) > > +++ hippo-cms7/addons/addon-channel-manager/trunk/pom.xml > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1,58 @@ > > +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" > > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd"> > > + <modelVersion>4.0.0</modelVersion> > > + > > + <parent> > > + <groupId>org.onehippo.cms7</groupId> > > + <artifactId>hippo-cms7-project</artifactId> > > + <version>3</version> > > + </parent> > > + > > + > > + <artifactId>hippo-addon-channel-manager</artifactId> > > + <version>1.01.00-SNAPSHOT</version> > > + <packaging>pom</packaging> > > + <inceptionYear>2011</inceptionYear> > > + > > + <name>Hippo Addon Channel Manager</name> > > + > > + <properties> > > + > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > > + <cms.version>2.19.00-SNAPSHOT</cms.version> > > + <repository.version>2.19.00-SNAPSHOT</repository.version> > > + <javax.jcr.version>2.0</javax.jcr.version> > > + <commons-lang.version>2.1</commons-lang.version> > > + <slf4j.version>1.5.8</slf4j.version> > > + </properties> > > + > > + <repositories> > > + <repository> > > + <id>hippo</id> > > + <name>Hippo maven 2 repository.</name> > > + <url>http://repository.hippocms.org/maven2/</url> > > + <snapshots> > > + <enabled>false</enabled> > > + </snapshots> > > + <releases> > > + <updatePolicy>never</updatePolicy> > > + </releases> > > + <layout>default</layout> > > + </repository> > > + </repositories> > > + > > + <dependencies> > > + <dependency> > > + <groupId>junit</groupId> > > + <artifactId>junit</artifactId> > > + <version>3.8.1</version> > > + <scope>test</scope> > > + </dependency> > > + </dependencies> > > + > > + <modules> > > + <module>frontend</module> > > + <module>repository</module> > > + </modules> > > + > > + > > +</project> > > > > > > Property changes on: > hippo-cms7/addons/addon-channel-manager/trunk/pom.xml > > ___________________________________________________________________ > > Added: svn:keywords > > + Id Revision > > Added: svn:eol-style > > + LF > > > > Added: hippo-cms7/addons/addon-channel-manager/trunk/repository/pom.xml > > =================================================================== > > --- hippo-cms7/addons/addon-channel-manager/trunk/repository/pom.xml > (rev 0) > > +++ hippo-cms7/addons/addon-channel-manager/trunk/repository/pom.xml > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1,54 @@ > > +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" > > + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > http://maven.apache.org/xsd/maven-4.0.0.xsd"> > > + <modelVersion>4.0.0</modelVersion> > > + > > + <parent> > > + <artifactId>hippo-addon-channel-manager</artifactId> > > + <groupId>org.onehippo.cms7</groupId> > > + <version>1.01.00-SNAPSHOT</version> > > + </parent> > > + > > + <artifactId>hippo-addon-channel-manager-repository</artifactId> > > + <packaging>jar</packaging> > > + > > + <name>Addon Channel Manager Repository</name> > > + > > + <dependencies> > > + <dependency> > > + <groupId>javax.jcr</groupId> > > + <artifactId>jcr</artifactId> > > + <version>${javax.jcr.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + <dependency> > > + <groupId>org.slf4j</groupId> > > + <artifactId>slf4j-api</artifactId> > > + <version>${slf4j.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + <dependency> > > + <groupId>org.onehippo.cms7</groupId> > > + <artifactId>hippo-repository-api</artifactId> > > + <version>${repository.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + <dependency> > > + <groupId>org.onehippo.cms7</groupId> > > + <artifactId>hippo-repository-utilities</artifactId> > > + <version>${repository.version}</version> > > + <scope>provided</scope> > > + </dependency> > > + </dependencies> > > + > > + > > + <build> > > + <defaultGoal>package</defaultGoal> > > + <plugins> > > + <plugin> > > + <groupId>org.apache.maven.plugins</groupId> > > + <artifactId>maven-jar-plugin</artifactId> > > + </plugin> > > + </plugins> > > + </build> > > + > > +</project> > > > > > > Property changes on: > hippo-cms7/addons/addon-channel-manager/trunk/repository/pom.xml > > ___________________________________________________________________ > > Added: svn:keywords > > + Id Revision > > Added: svn:eol-style > > + LF > > > > Added: > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/channel-manager-perspective.xml > > =================================================================== > > --- > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/channel-manager-perspective.xml > (rev 0) > > +++ > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/channel-manager-perspective.xml > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1,36 @@ > > +<?xml version="1.0" encoding="UTF-8"?> > > +<sv:node sv:name="channel-manager-perspective" xmlns:sv=" > http://www.jcp.org/jcr/sv/1.0"> > > + <sv:property sv:name="jcr:primaryType" sv:type="Name"> > > + <sv:value>frontend:plugin</sv:value> > > + </sv:property> > > + <sv:property sv:name="cluster.name" sv:type="String"> > > + <sv:value>channel-manager</sv:value> > > + </sv:property> > > + <sv:property sv:name="perspective.title" sv:type="String"> > > + <sv:value>channel-manager-title</sv:value> > > + </sv:property> > > + <sv:property sv:name="plugin.class" sv:type="String"> > > + > > <sv:value>org.onehippo.cms7.channelmanager.ChannelManagerPerspective</sv:value> > > + </sv:property> > > + <sv:property sv:name="wicket.id" sv:type="String"> > > + <sv:value>service.tab</sv:value> > > + </sv:property> > > + > > + <sv:node sv:name="yui.config"> > > + <sv:property sv:name="jcr:primaryType" sv:type="Name"> > > + <sv:value>frontend:pluginconfig</sv:value> > > + </sv:property> > > + <sv:property sv:name="center" sv:type="String"> > > + > > <sv:value>id=channel-manager-perspective-center,body=channel-manager-perspective-center-body,minWidth=400,scroll=true,gutter=0px > 0px 0px 0px</sv:value> > > + </sv:property> > > + <sv:property sv:name="linked.with.parent" sv:type="Boolean"> > > + <sv:value>true</sv:value> > > + </sv:property> > > + <sv:property sv:name="root.id" sv:type="String"> > > + <sv:value>channel-manager-perspective-wrapper</sv:value> > > + </sv:property> > > + <sv:property sv:name="units" sv:type="String"> > > + <sv:value>center</sv:value> > > + </sv:property> > > + </sv:node> > > +</sv:node> > > \ No newline at end of file > > > > > > Property changes on: > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/channel-manager-perspective.xml > > ___________________________________________________________________ > > Added: svn:keywords > > + Id Revision > > Added: svn:eol-style > > + LF > > > > Added: > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/hippoecm-extension.xml > > =================================================================== > > --- > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/hippoecm-extension.xml > (rev 0) > > +++ > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/hippoecm-extension.xml > 2011-02-03 10:23:07 UTC (rev 26802) > > @@ -0,0 +1,39 @@ > > +<?xml version="1.0" encoding="UTF-8"?> > > +<!-- > > + Copyright 2007 Hippo > > + > > + Licensed under the Apache License, Version 2.0 (the "License"); > > + you may not use this file except in compliance with the License. > > + You may obtain a copy of the License at > > + > > + http://www.apache.org/licenses/LICENSE-2.0 > > + > > + Unless required by applicable law or agreed to in writing, software > > + distributed under the License is distributed on an "AS IS" > > + BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > implied. > > + See the License for the specific language governing permissions and > > + limitations under the License. > > +--> > > +<sv:node xmlns:sv="http://www.jcp.org/jcr/sv/1.0" > > + sv:name="hippo:initialize"> > > + > > + <sv:property sv:name="jcr:primaryType" sv:type="Name"> > > + <sv:value>hippo:initializefolder</sv:value> > > + </sv:property> > > + > > + > > + <sv:node sv:name="channel-manager-perspective"> > > + <sv:property sv:name="jcr:primaryType" sv:type="Name"> > > + <sv:value>hippo:initializeitem</sv:value> > > + </sv:property> > > + <sv:property sv:name="hippo:sequence" sv:type="Double"> > > + <sv:value>20010</sv:value> > > + </sv:property> > > + <sv:property sv:name="hippo:contentresource" sv:type="String"> > > + <sv:value>channel-manager-perspective.xml</sv:value> > > + </sv:property> > > + <sv:property sv:name="hippo:contentroot" sv:type="String"> > > + > <sv:value>/hippo:configuration/hippo:frontend/cms/cms-static</sv:value> > > + </sv:property> > > + </sv:node> > > +</sv:node> > > > > > > Property changes on: > hippo-cms7/addons/addon-channel-manager/trunk/repository/src/main/resources/hippoecm-extension.xml > > ___________________________________________________________________ > > Added: svn:keywords > > + Id Revision > > Added: svn:eol-style > > + LF > > > > _______________________________________________ > > Hippocms-svn mailing list > > [email protected] > > http://lists.hippo.nl/mailman/listinfo/hippocms-svn > > > > > > > > -- > > Hippo Europe • Amsterdam Oosteinde 11 • 1017 WT Amsterdam • +31 > (0)20 522 4466 > > USA • San Francisco 755 Baywood Drive, Second Floor • Petaluma, CA. > 94954 • +1 877 414 4776 (toll free) > > Canada • Montréal 5369 Boulevard St-Laurent #430 • Montréal QC H2T > 1S5 • +1 (514) 316 8966 > > www.onehippo.com • www.onehippo.org • [email protected] > > ________________________________________________________________ > > This e-mail may be privileged and/or confidential, and the sender does > > not waive any related rights and obligations. Any distribution, use or > > copying of this e-mail or the information it contains by other than an > > intended recipient is unauthorized. If you received this e-mail in > > error, please advise me (by return e-mail or otherwise) immediately. > > ******************************************** > Hippocms-dev: Hippo CMS 6 development public mailinglist > > Searchable archives can be found at: > MarkMail: http://hippocms-dev.markmail.org > Nabble: http://www.nabble.com/Hippo-CMS-f26633.html > > ******************************************** Hippocms-dev: Hippo CMS 6 development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
