Changeset 5107


Ignore:
Timestamp:
05/01/14 13:22:07 (10 years ago)
Author:
Twan Goosen
Message:

admin convenience: creating empty 'war/solr' and 'war/vlo' directories in the distribution package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo-distribution/src/main/assembly/installPackageBuilder.xml

    r5077 r5107  
    9898            <outputDirectory>war</outputDirectory>
    9999        </fileSet>
     100        <!-- make an empty 'solr' child directory -->
     101        <fileSet>
     102            <directory>src/main/assembly</directory>
     103            <excludes>
     104                <exclude>*</exclude>
     105            </excludes>
     106            <outputDirectory>war/solr</outputDirectory>
     107        </fileSet>
     108
     109        <!-- make an empty 'vlo' child directory -->
     110        <fileSet>
     111            <directory>src/main/assembly</directory>
     112            <excludes>
     113                <exclude>*</exclude>
     114            </excludes>
     115            <outputDirectory>war/vlo</outputDirectory>
     116        </fileSet>
    100117
    101118        <!-- solr configuration files -->
Note: See TracChangeset for help on using the changeset viewer.