Update of /var/cvs/applications/vpro-wizards
In directory james.mmbase.org:/tmp/cvs-serv1889/applications/vpro-wizards
Modified Files:
pom.xml
Log Message:
fix: added resoucres folder to build resources
See also: http://cvs.mmbase.org/viewcvs/applications/vpro-wizards
Index: pom.xml
===================================================================
RCS file: /var/cvs/applications/vpro-wizards/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- pom.xml 9 Mar 2009 16:03:49 -0000 1.2
+++ pom.xml 27 Apr 2009 11:09:37 -0000 1.3
@@ -23,7 +23,7 @@
editwizards. The big difference is that editors
are
created with jsp's
- using tag libraries, and 'action' java
+ using tag file libraries, and 'action' java
beans for
performing tasks.
Action beans are provided for the
@@ -32,8 +32,10 @@
creating, deleting and updating nods and
relations,
as
- well as sorting
- lists of related nodes.
+ well as sortinging
+ lists of related nodes. It is trvial to extend the
+ system
+ with your custom actions.
</description>
<repositories>
</repositories>
@@ -93,6 +95,14 @@
</dependencies>
<build>
+ <resources>
+ <resource>
+ <directory>${basedir}/resources</directory>
+ <includes>
+ <include>**</include>
+ </includes>
+ </resource>
+ </resources>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
@@ -106,7 +116,7 @@
-->
<phase>generate-sources</phase>
<configuration>
- <tasks name="merge the
vpro-wizards with this project">
+ <tasks name="merge the
fck editors with this project">
<property
name="webapp.dir" value="${pom.artifactId}-${pom.version}" />
<property
name="remote.download.url"
value="http://surfnet.dl.sourceforge.net/sourceforge/fckeditor/FCKeditor_2.6.4.zip"
/>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs