morciuch 2004/04/19 18:31:47
Modified: tutorial project.xml
Log:
Expand jetspeed bin distribution from the jetspeed/distributions folder
Revision Changes Path
1.10 +2 -2 jakarta-jetspeed/tutorial/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/tutorial/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project.xml 20 Apr 2004 00:12:54 -0000 1.9
+++ project.xml 20 Apr 2004 01:31:47 -0000 1.10
@@ -100,13 +100,13 @@
'artifact ' property is the actual dist .zip file name-->
<dependencies>
<dependency>
- <id>jetspeeddist</id>
+ <groupId>jetspeed</groupId>
+ <artifactId>jetspeed-${jetspeed.dist.version}</artifactId>
<version>${jetspeed.dist.version}</version>
<properties>
<war.bundle>false</war.bundle>
<dist.native.name>jetspeed-${jetspeed.dist.version}</dist.native.name>
</properties>
- <url>http://portals.apache.org/jetspeed-1/</url>
<type>distribution</type>
<jar>jetspeed-${jetspeed.dist.version}.zip</jar>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]