Update of /var/cvs/all/example-webapp
In directory james.mmbase.org:/tmp/cvs-serv25425/example-webapp
Modified Files:
project.xml
Log Message:
let example webapp look like more on bindist
See also: http://cvs.mmbase.org/viewcvs/all/example-webapp
Index: project.xml
===================================================================
RCS file: /var/cvs/all/example-webapp/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- project.xml 31 Aug 2007 06:09:24 -0000 1.7
+++ project.xml 3 Feb 2008 17:07:16 -0000 1.8
@@ -21,14 +21,38 @@
<mmbase.examples.path>mmexamples</mmbase.examples.path>
</properties>
</dependency>
+<!--
+ <dependency>
+ <groupId>mmbase</groupId>
+ <artifactId>mmbase-bugtracker</artifactId>
+ <version>${mmbase.version}</version>
+ <type>mmbase-module</type>
+ <properties>
+
<mmbase.templates.bundle>true</mmbase.templates.bundle>
+
<mmbase.templates.path>mmbase/bugtracker</mmbase.templates.path>
+ </properties>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>mmbase</groupId>
+ <artifactId>mmbase-clustering</artifactId>
+ <version>${mmbase.version}</version>
+ <type>mmbase-module</type>
+ <properties>
+
<mmbase.templates.bundle>true</mmbase.templates.bundle>
+
<mmbase.templates.path>mmbase/clustering</mmbase.templates.path>
+ </properties>
+ </dependency>
<dependency>
<groupId>mmbase</groupId>
<artifactId>mmbase-resources</artifactId>
<version>${mmbase.version}</version>
<type>mmbase-module</type>
<properties>
+
<mmbase.templates.bundle>true</mmbase.templates.bundle>
+
<mmbase.templates.path>mmbase/resources</mmbase.templates.path>
<mmbase.examples.bundle>true</mmbase.examples.bundle>
-
<mmbase.examples.path>mmexamples</mmbase.examples.path>
+
<mmbase.examples.path>mmexamples/resources</mmbase.examples.path>
</properties>
</dependency>
<dependency>
@@ -39,7 +63,7 @@
<properties>
<mmbase.templates.path>mmbase</mmbase.templates.path>
<mmbase.examples.bundle>true</mmbase.examples.bundle>
-
<mmbase.examples.path>mmexamples</mmbase.examples.path>
+
<mmbase.examples.path>mmexamples/packaging</mmbase.examples.path>
</properties>
</dependency>
<dependency>
@@ -57,22 +81,33 @@
<groupId>mmbase</groupId>
<artifactId>mmbase-dove</artifactId>
<version>${mmbase.version}</version>
- <type>jar</type>
+ <type>mmbase-module</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
<mmbase.examples.bundle>true</mmbase.examples.bundle>
-
<mmbase.examples.path>mmexamples</mmbase.examples.path>
+
<mmbase.examples.path>mmexamples/dove</mmbase.examples.path>
</properties>
</dependency>
<dependency>
<groupId>mmbase</groupId>
<artifactId>mmbase-taglib</artifactId>
<version>${mmbase.version}</version>
- <type>jar</type>
+ <type>mmbase-module</type>
<properties>
<war.bundle>${war.bundle}</war.bundle>
<mmbase.examples.bundle>true</mmbase.examples.bundle>
-
<mmbase.examples.path>mmexamples</mmbase.examples.path>
+
<mmbase.examples.path>mmexamples/taglib</mmbase.examples.path>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>mmbase</groupId>
+ <artifactId>mmbase-jumpers</artifactId>
+ <version>${mmbase.version}</version>
+ <type>mmbase-module</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+
<mmbase.templates.path>mmexamples</mmbase.templates.path>
</properties>
</dependency>
@@ -106,6 +141,16 @@
<mmbase.templates.path>mmexamples</mmbase.templates.path>
</properties>
</dependency>
+ <dependency>
+ <groupId>mmbase</groupId>
+ <artifactId>mmbase-mycompany</artifactId>
+ <version>${mmbase.version}</version>
+ <type>mmbase-module</type>
+ <properties>
+ <war.bundle>${war.bundle}</war.bundle>
+
<mmbase.templates.path>mmexamples</mmbase.templates.path>
+ </properties>
+ </dependency>
<dependency>
<groupId>hsqldb</groupId>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs