svn commit: r1025856 - /lenya/trunk/org.apache.lenya.webapp/pom.xml
[email protected] Thu, 21 Oct 2010 06:58:18 -0000
| Newsgroups | gmane.comp.cms.lenya.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: florent
Date: Thu Oct 21 06:58:18 2010
New Revision: 1025856
URL: http://svn.apache.org/viewvc?rev=1025856&view=rev
Log:
- change a deprecated maven notation
add a dependency to cocoon-template
Modified:
lenya/trunk/org.apache.lenya.webapp/pom.xml
Modified: lenya/trunk/org.apache.lenya.webapp/pom.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/org.apache.lenya.webapp/pom.xml?rev=1025856&r1=1025855&r2=1025856&view=diff
==============================================================================
--- lenya/trunk/org.apache.lenya.webapp/pom.xml (original)
+++ lenya/trunk/org.apache.lenya.webapp/pom.xml Thu Oct 21 06:58:18 2010
@@ -52,7 +52,7 @@
<configuration>
<archive>
<manifestEntries>
- <Cocoon-Block-Name>${pom.artifactId}</Cocoon-Block-Name>
+ <Cocoon-Block-Name>${project.artifactId}</Cocoon-Block-Name>
</manifestEntries>
</archive>
</configuration>
@@ -137,6 +137,11 @@
<artifactId>cocoon-flowscript-impl</artifactId>
<scope>runtime</scope>
</dependency>
+ <!-- for template generation -->
+ <dependency>
+ <groupId>org.apache.cocoon</groupId>
+ <artifactId>cocoon-template-impl</artifactId>
+ </dependency>
<!-- Lenya -->
<dependency>