Changeset 2114


Ignore:
Timestamp:
04/14/16 09:52:20 (8 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-distribution/src/main/assembly/bin.xml

    r1403 r2114  
    1010    <format>zip</format--> 
    1111  </formats> 
    12   <moduleSets> 
    13     <moduleSet> 
     12  <dependencySets> 
     13    <dependencySet> 
    1414      <!-- add all dependencies except autoquest-runner into the lib directory --> 
    1515      <!-- useAllReactorProjects>true</useAllReactorProjects--> 
     
    1818        <exclude>de.ugoe.cs.autoquest:autoquest-runner</exclude> 
    1919      </excludes> 
    20       <binaries> 
    21         <includes></includes> 
    22         <outputDirectory>lib</outputDirectory> 
    23         <unpack>false</unpack> 
    24       </binaries> 
    25     </moduleSet> 
    26     <moduleSet> 
     20      <outputDirectory>lib</outputDirectory> 
     21      <unpack>false</unpack> 
     22    </dependencySet> 
     23    <dependencySet> 
    2724      <!-- add only autoquest-runner to the main directory --> 
    2825      <includes> 
    2926          <include>de.ugoe.cs.autoquest:autoquest-runner</include> 
    3027      </includes> 
    31       <binaries> 
    32         <includes></includes> 
    33         <outputDirectory></outputDirectory> 
    34         <unpack>false</unpack> 
    35         <dependencySets> 
    36           <dependencySet> 
    37             <excludes> 
    38               <exclude>de.ugoe.cs.autoquest*</exclude> 
    39               <exclude>org.eclipse.swt*</exclude> 
    40             </excludes> 
    41             <outputDirectory>lib</outputDirectory> 
    42             <unpack>false</unpack> 
    43           </dependencySet> 
    44         </dependencySets> 
    45       </binaries> 
    46     </moduleSet> 
    47   </moduleSets> 
     28      <outputDirectory></outputDirectory> 
     29      <unpack>false</unpack> 
     30    </dependencySet> 
     31  </dependencySets> 
    4832  <fileSets> 
    4933    <fileSet> 
Note: See TracChangeset for help on using the changeset viewer.