Author: jvelociter
Date: 2007-10-10 17:34:16 +0200 (Wed, 10 Oct 2007)
New Revision: 5353
Modified:
xwiki-products/xwiki-watch/trunk/wiki/pom.xml
Log:
XWATCH-68 added a dependency toward enterprise wiki + cosmetic changes
Modified: xwiki-products/xwiki-watch/trunk/wiki/pom.xml
===================================================================
--- xwiki-products/xwiki-watch/trunk/wiki/pom.xml 2007-10-10 15:17:35 UTC
(rev 5352)
+++ xwiki-products/xwiki-watch/trunk/wiki/pom.xml 2007-10-10 15:34:16 UTC
(rev 5353)
@@ -26,12 +26,20 @@
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>
-<groupId>com.xpn.xwiki.products</groupId>
- <artifactId>xwiki-watch-parent</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <groupId>com.xpn.xwiki.products</groupId>
+ <artifactId>xwiki-watch-parent</artifactId>
+ <version>1.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-applications-xarlet-watch</artifactId>
<name>XWiki Applications - Xarlets - Watch</name>
<packaging>xar</packaging>
<description>XWiki Watch Default Pages</description>
+ <dependencies>
+ <dependency>
+ <groupId>com.xpn.xwiki.products</groupId>
+ <artifactId>xwiki-enterprise-wiki</artifactId>
+ <version>${products.enterprise.wiki.version}</version>
+ <type>xar</type>
+ </dependency>
+ </dependencies>
</project>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications