Author: nickboldt
Date: 2010-04-16 18:08:53 -0400 (Fri, 16 Apr 2010)
New Revision: 21549
Modified:
branches/modular_build/genpom.xml
Log:
mark TODO - should be able to pull a value from the features rather than falling back to
0.0.0 in site.xml
Modified: branches/modular_build/genpom.xml
===================================================================
--- branches/modular_build/genpom.xml 2010-04-16 22:08:06 UTC (rev 21548)
+++ branches/modular_build/genpom.xml 2010-04-16 22:08:53 UTC (rev 21549)
@@ -144,7 +144,7 @@
<property name="dir" value="@{dir}" />
</antcallback>
<if>
- <!-- cannot calculate id and version for an update site so just set them to
defaults -->
+ <!-- TODO: calculate id and version for an update site so just set them to
defaults -->
<equals arg1="${artifactType}" arg2="eclipse-update-site"
/>
<then>
<var name="artifactId" unset="true" />
Show replies by date