Author: michiel Date: 2009-06-05 23:30:57 +0200 (Fri, 05 Jun 2009) New Revision: 35804
Added: speeltuin/andre/mmsite/src/main/ speeltuin/andre/mmsite/src/main/config/ speeltuin/andre/mmsite/src/main/java/ speeltuin/andre/mmsite/src/main/java/org/ speeltuin/andre/mmsite/src/main/webapp/ speeltuin/andre/mmsite/src/main/webapp/mmbase/ speeltuin/andre/mmsite/src/main/webapp/mmbase/components/ speeltuin/andre/mmsite/src/main/webapp/mmbase/components/mmsite/ Removed: speeltuin/andre/mmsite/blocks/ speeltuin/andre/mmsite/config/ speeltuin/andre/mmsite/project.xml speeltuin/andre/mmsite/src/org/ Modified: speeltuin/andre/mmsite/pom.xml Log: maven 2 structure Modified: speeltuin/andre/mmsite/pom.xml =================================================================== --- speeltuin/andre/mmsite/pom.xml 2009-06-05 21:19:58 UTC (rev 35803) +++ speeltuin/andre/mmsite/pom.xml 2009-06-05 21:30:57 UTC (rev 35804) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" ?> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> Deleted: speeltuin/andre/mmsite/project.xml =================================================================== --- speeltuin/andre/mmsite/project.xml 2009-06-05 21:19:58 UTC (rev 35803) +++ speeltuin/andre/mmsite/project.xml 2009-06-05 21:30:57 UTC (rev 35804) @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -This software is OSI Certified Open Source Software. -OSI Certified is a certification mark of the Open Source Initiative. - -The license (Mozilla version 1.0) can be read at the MMBase site. -See http://www.MMBase.org/license ---> -<project> - <extend>${basedir}/../app-base/project.xml</extend> - <artifactId>mmbase-mmsite</artifactId> - <name>MMSite</name> - <shortDescription>Site structure, nice links etc.</shortDescription> - <description> - A MMBase application for things like site structure, nice links etc. - It basically uses two nodetypes: pages and templates. Pages contains - a field path that can get resolved by SiteUrlConverter to the original page. - A template is a pulldown in the editor for a page, build from the nodelist - of all templates nodes. - - Besides that this application contains a functionset 'mmsite' to create a - crumbpath of pages. Other nodetypes are also possible as long as they contain - a field named 'path' with a legal path. It works quite simple like this: - - / homepage, the page with path value '/' - /section page node called 'Section' with path value '/section' - /section/news page called 'News' where field path has as value '/section/news' - /section/news/ab page with path value '/section/news/as' - - When the function 'crumbs' is used in the page 'ab' it returns a nodelist - with all the pages nodes untill the homepage, being: homepage, section and - news (in that order). - - </description> - <properties> - <type>example</type> - <status>stable</status> - </properties> -</project> - Copied: speeltuin/andre/mmsite/src/main/config (from rev 35803, speeltuin/andre/mmsite/config) Property changes on: speeltuin/andre/mmsite/src/main/config ___________________________________________________________________ Name: svn:mergeinfo + Copied: speeltuin/andre/mmsite/src/main/java/org (from rev 35803, speeltuin/andre/mmsite/src/org) Property changes on: speeltuin/andre/mmsite/src/main/java/org ___________________________________________________________________ Name: svn:mergeinfo + Copied: speeltuin/andre/mmsite/src/main/webapp/mmbase/components/mmsite (from rev 35803, speeltuin/andre/mmsite/blocks) Property changes on: speeltuin/andre/mmsite/src/main/webapp/mmbase/components/mmsite ___________________________________________________________________ Name: svn:mergeinfo + _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
