Update of /var/cvs/speeltuin/ernst/vpro-wizards
In directory james.mmbase.org:/tmp/cvs-serv25333/applications/vpro-wizards
Modified Files:
project.xml
Log Message:
See also: http://cvs.mmbase.org/viewcvs/speeltuin/ernst/vpro-wizards
Index: project.xml
===================================================================
RCS file: /var/cvs/speeltuin/ernst/vpro-wizards/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- project.xml 18 Aug 2008 19:13:05 -0000 1.2
+++ project.xml 22 Sep 2008 14:37:28 -0000 1.3
@@ -1,36 +1,30 @@
<?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.
+ 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
+ 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-vpro-wizards</artifactId>
<name>VPRO-Wizards</name>
- <shortDescription>MMBase wizard building toolkit by VPRO</shortDescription>
+ <shortDescription>
+ MMBase wizard building toolkit by VPRO
+ </shortDescription>
<description>
- This toolkit provides an easy way to create task-oriented editors like the
editwizards. The big difference is that editors are created with jsp's using
tag libraries, and 'action' java beans for performing tasks. Action beans are
provided for the common editing tasks.
+ This toolkit provides an easy way to create task-oriented
+ editors like the editwizards. The big difference is that editors
+ are created with jsp's using tag libraries, and 'action' java
+ beans for performing tasks. Action beans are provided for the
+ common editing tasks.
</description>
<properties>
<type>library</type>
<status>stable</status>
</properties>
<dependencies>
- <!--
- <dependency>
- <groupId>mmbase</groupId>
- <artifactId>mmbase-crontab</artifactId>
- <version>${mmbase.version}</version>
- <url>http://www.mmbase.org/</url>
- <properties>
- <eclipse.dependency>true</eclipse.dependency>
- </properties>
- </dependency>
- -->
-
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
@@ -110,6 +104,12 @@
<resource>
<directory>${basedir}/src</directory>
<includes>
+ <include>**/*.java</include>
+ </includes>
+ </resource>
+ <resource>
+ <directory>${basedir}/resources</directory>
+ <includes>
<include>**/*.xml</include>
<include>**/*.dtd</include>
<include>**/*.xsd</include>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs