Author: ipv6guru
Date: Wed Sep 10 17:56:11 2008
New Revision: 1292
Modified:
trunk/simal/src/documentation/content/locationmap.xml
Log:
Change location to use properties:home value (which resolved to simal
directory)
Modified: trunk/simal/src/documentation/content/locationmap.xml
==============================================================================
--- trunk/simal/src/documentation/content/locationmap.xml (original)
+++ trunk/simal/src/documentation/content/locationmap.xml Wed Sep 10
17:56:11 2008
@@ -33,10 +33,10 @@
<!-- Locate module documentation -->
<match pattern="project.*/**">
- <location
src="../../../uk.ac.osswatch.simal.{1}/src/documentation/content/xdocs/{2}"
/>
+ <location
src="{properties:home}../../uk.ac.osswatch.simal.{1}/src/documentation/content/xdocs/{2}"
/>
</match>
<match pattern="project.useCases.*.**">
- <location
src="../../../../uk.ac.osswatch.simal.{1}/src/documentation/content/useCases/{2}.xml"
/>
+ <location
src="{properties:home}../../uk.ac.osswatch.simal.{1}/src/documentation/content/useCases/{2}.xml"
/>
</match>
<match pattern="dispatcher.themer">
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Simal Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/simal-commits?hl=en
-~----------~----~----~----~------~----~------~--~---