Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. value1=1
  2. value2=2
  3. value3=3
  4.  
  5. values=value1.value2.value3 i.e. values=1.2.3
  6.  
  7. <replaceregexp
  8. file="foo.properties"
  9. flags="g"
  10. match="value(d)"
  11. replace="1"
  12. />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement