158159160161162163164165166167168
if ( !dryrun ) { try { transaction.commit(); } catch ( TransactionException e ) { throw new ArtifactConversionException( Messages.getString( "transaction.failure", e.getMessage() ), e ); //$NON-NLS-1$
175176177178179180181182183184185
173174175176177178179180181182183