Subversion Repositories bacoAlunos

Rev

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

Rev 1312 Rev 1315
Line 192... Line 192...
192
            <replacefilter token="@build.dir.war@" value="${basedir}${file.separator}build${file.separator}ant${file.separator}war${file.separator}"/>
192
            <replacefilter token="@build.dir.war@" value="${basedir}${file.separator}build${file.separator}ant${file.separator}war${file.separator}"/>
193
            <replacefilter token="@context.path@" value="${tomcat.context.path}"/>
193
            <replacefilter token="@context.path@" value="${tomcat.context.path}"/>
194
        </replace>
194
        </replace>
195
    </target>
195
    </target>
196
 
196
 
197
    <target name="copy.jsps.war" depends="copyConfigurationFiles" description="copy only jsps to war distribution">
197
    <target name="copy.jsps.war" depends="createConfigurationFiles" description="copy only jsps to war distribution">
198
        <copy todir="${build.dir.war}" overwrite="false">
198
        <copy todir="${build.dir.war}" overwrite="false">
199
            <fileset dir="src/web">
199
            <fileset dir="src/web">
200
                <include name="**/*"/>
200
                <include name="**/*"/>
201
            </fileset>
201
            </fileset>
202
        </copy>
202
        </copy>