Subversion Repositories bacoAlunos

Rev

Rev 1459 | Rev 1496 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1459 Rev 1470
Line 203... Line 203...
203
        <copy todir="${build.dir.war}/WEB-INF/classes" overwrite="false">
203
        <copy todir="${build.dir.war}/WEB-INF/classes" overwrite="false">
204
            <fileset dir="${build.dir.classes}">
204
            <fileset dir="${build.dir.classes}">
205
                <include name="**/*.xsl"/>
205
                <include name="**/*.xsl"/>
206
            </fileset>
206
            </fileset>
207
        </copy>
207
        </copy>
-
 
208
 
208
        <replace file="${build.dir.war}/css/style.css">
209
        <replace file="${build.dir.war}/css/style.css">
209
            <replacefilter token="@contextPath@" value="${tomcat.context.path}"/>
210
            <replacefilter token="@contextPath@" value="${tomcat.context.path}"/>
210
        </replace>
211
        </replace>
211
        <replace file="${build.dir.war}/css/intranet.css">
212
        <replace file="${build.dir.war}/css/intranet.css">
212
            <replacefilter token="@contextPath@" value="${tomcat.context.path}"/>
213
            <replacefilter token="@contextPath@" value="${tomcat.context.path}"/>