Changeset 20204
- Timestamp:
- 2009-08-11T10:54:32+12:00 (14 years ago)
- Location:
- other-projects/trunk/anttasks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/trunk/anttasks/build.xml
r20047 r20204 40 40 <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="test.classpath"/> 41 41 <typedef name="gpv" classname="org.greenstone.anttasks.GetPropertyValue" classpathref="test.classpath"/> 42 <typedef name="sevenzip" classname="org.greenstone.anttasks.WindowsSevenZipWrapper" classpathref="test.classpath"/>43 42 <mkdir dir="test"/> 44 43 </target> … … 114 113 <dcff file="test/dcff4.txt" startTag="<!--start-->" endTag="<!--end-->"/> 115 114 115 <!-- test 5 --> 116 <copy file="src/test/dcff.txt" tofile="test/dcff5.txt"/> 117 <dcff file="test/dcff5.txt" startTag="<!--\s*if\s*(?!.*linux)[^ ]+\s*-->" endTag="<!--\s*/if\s*-->" /> 118 119 116 120 </target> 117 121 -
other-projects/trunk/anttasks/src/test/dcff.txt
r20047 r20204 16 16 more text 17 17 b<!--start-->row<!--end-->n 18 19 <!-- if linux --> 20 linux stuff 21 <!-- /if --> 22 <!-- if windows --> 23 windows stuff --> 24 <!-- /if --> 25 <!-- if mac|windows --> 26 mac and windows stuff 27 <!-- /if --> 28 18 29 even more text
Note:
See TracChangeset
for help on using the changeset viewer.