~ubuntu-branches/ubuntu/quantal/maven-invoker-plugin/quantal

« back to all changes in this revision

Viewing changes to src/it/script-context/src/it/groovy/verify.groovy

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2011-09-06 20:06:24 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110906200624-n9hj2b0m9bx0pwtd
Tags: 1.5-2
* Team upload.
* Add Build-Depends on libmaven-plugin-tools-java (>= 2.8) (Closes: #640751)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import java.io.*
 
2
import java.util.*
 
3
import java.util.regex.*
 
4
 
 
5
println context
 
6
 
 
7
File touchFile = context.get( "touchFile" )
 
8
touchFile.createNewFile()
 
9
 
 
10
return true