status 1896 : resolved later

Still basically testing scmbug behaviour...
This commit is contained in:
sb 2008-05-29 11:12:40 +00:00
parent 13da4268fa
commit bf13d05877

View file

@ -3,7 +3,7 @@
xmlns="http://nant.sf.net/release/0.85-rc4/nant.xsd"
xmlns:nant="http://nant.sf.net/release/0.85-rc4/nant.xsd"
>
<property name="buildfile.revision" value="$Revision: 1.2 $"/>
<property name="buildfile.revision" value="$Revision: 1.3 $"/>
<property name="adl" value="."/>
<property name="transforms" value="${adl}/transforms01"/>
<property name="locale" value="fr-FR"/>
@ -16,5 +16,6 @@
out="${transforms}/adl2views.${locale}.auto.xslt" />
</target>
<target name="test" depends="localise-views"/>
</project>