404405406407408409410411
static void touchFile( File file ) { Touch touch = new Touch(); touch.setProject( new Project() ); touch.setFile( file ); touch.execute(); } }
362363364365366367368369
610611612613614615616617618619620
static void touchFile( File file ) { Touch touch = new Touch(); touch.setProject( new Project() ); touch.setFile( file ); touch.execute(); } private void buildSourceTarball() throws MojoFailureException {
466467468469470471472473