jvanzyl 2002/06/01 14:34:01
Modified: src/update/v2-v3 update-descriptor.dvsl
Log:
Getting the updater in sync with reality.
Revision Changes Path
1.7 +3 -13 jakarta-turbine-maven/src/update/v2-v3/update-descriptor.dvsl
Index: update-descriptor.dvsl
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/update/v2-v3/update-descriptor.dvsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- update-descriptor.dvsl 23 Apr 2002 13:33:15 -0000 1.6
+++ update-descriptor.dvsl 1 Jun 2002 21:34:01 -0000 1.7
@@ -12,24 +12,14 @@
## central repository. Also convert the <name> element to <id> as
## the <name> should be the display name and <id> the unique
## project identifier.
-##
-## 3. Add the following elements to the POM so that we can start
-## using the reactor:
-##
-## <cvsRoot>
-## <cvsModule>
-## <cvsPassword>
-##
-## 4. Add a <id> element to the mailing list so that a specific mailing
-## list can be used for nagging.
+##
+## 3. Expansion of the <organization> element to include a <name>
+## and <url>.
## -----------------------------------------------------------------------
#match ("project")
<project>
$context.applyTemplates("*")
- if(!$context.cvsRoot)<cvsRoot></cvsRoot>#end
- if(!$context.cvsModule)<cvsModule></cvsModule>#end
- if(!$context.cvsPassword)<cvsPassword></cvsPassword>#end
</project>
#end
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>