Ignore:
Timestamp:
05/19/15 08:25:16 (9 years ago)
Author:
Twan Goosen
Message:

comments and pom to make executable jar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentSpecFixer/src/main/java/nl/mpi/componentspecfixer/ComponentSpecFixer.java

    r6222 r6223  
    2929
    3030/**
    31  *
     31 * This utility will apply a style sheet to all component specifications in the
     32 * Component Registry database (versions 1.14.5 and higher) that minimizes all
     33 * specifications that have consolidated expansion (components with both a
     34 * ComponentId attribute and children).
     35 *
     36 *
     37 * Usage:
     38 * - make sure no other application is connected to the database
     39 * - run the main
    3240 * @author Twan Goosen <twan.goosen@mpi.nl>
    3341 */
     
    6573            final String id = descr.getId();
    6674
     75            // read and update in a transaction
    6776            transactionTemplate.execute(new TransactionCallbackWithoutResult() {
    6877
Note: See TracChangeset for help on using the changeset viewer.