Changeset 1720 for trunk/docx4j/pom.xml


Ignore:
Timestamp:
11/27/11 13:19:24 (6 months ago)
Author:
jharrop
Message:

<include>docx4j.properties</include>
<include>XhtmlNamespaceHandler?.css</include>
<include>xhtmlrenderer.conf</include>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/pom.xml

    r1700 r1720  
    108108                <testOutputDirectory>bin</testOutputDirectory> 
    109109        <plugins> 
     110        <!--   
    110111      <plugin> 
    111112        <groupId>org.apache.maven.plugins</groupId> 
     
    121122        </executions> 
    122123      </plugin>  
     124      --> 
    123125                <plugin> 
    124126                        <groupId>org.codehaus.mojo</groupId> 
     
    258260                        </includes> 
    259261                </resource> 
     262                <resource> 
     263                        <directory>src/main/resources</directory> 
     264                        <includes> 
     265                                <include>docx4j.properties</include> 
     266                                <include>XhtmlNamespaceHandler.css</include> 
     267                                <include>xhtmlrenderer.conf</include> 
     268                        </includes> 
     269                </resource> 
    260270        </resources> 
    261271        </build> 
Note: See TracChangeset for help on using the changeset viewer.