You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2007/10/08 22:59:38 UTC

svn commit: r582971 - /tiles/framework/trunk/tiles-jsp/pom.xml

Author: apetrelli
Date: Mon Oct  8 13:59:38 2007
New Revision: 582971

URL: http://svn.apache.org/viewvc?rev=582971&view=rev
Log:
TILES-196
Added reference to retrotranslated version of tiles-api in retrotranslated tiles-jsp.

Modified:
    tiles/framework/trunk/tiles-jsp/pom.xml

Modified: tiles/framework/trunk/tiles-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-jsp/pom.xml?rev=582971&r1=582970&r2=582971&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-jsp/pom.xml (original)
+++ tiles/framework/trunk/tiles-jsp/pom.xml Mon Oct  8 13:59:38 2007
@@ -85,6 +85,12 @@
             <dependencies>
                 <dependency>
                     <groupId>org.apache.tiles</groupId>
+                    <artifactId>tiles-api</artifactId>
+                    <version>${pom.version}</version>
+                    <classifier>j4</classifier>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.tiles</groupId>
                     <artifactId>tiles-core</artifactId>
                     <version>${pom.version}</version>
                     <classifier>j4</classifier>