Subversion Repositories bacoAlunos

Rev

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

Rev 2049 Rev 2067
Line 135... Line 135...
135
                        <fileset dir="build/ant/war">
135
                        <fileset dir="build/ant/war">
136
                            <include name="**/*.*"/>
136
                            <include name="**/*.*"/>
137
                        </fileset>
137
                        </fileset>
138
                </jar>
138
                </jar>
139
 
139
 
140
                <!--<copy file="build/ant/${tomcat.war.filename}" todir="${tomcat.home}/webapps" overwrite="true"/>-->
140
                <copy file="build/ant/${tomcat.war.filename}" todir="${tomcat.home}/webapps" overwrite="true"/>
141
               
141
               
142
        </target>
142
        </target>
143
       
143
       
144
        <target name="create.context.tomcat.file">
144
        <target name="create.context.tomcat.file">
145
                <copy file="conf/tomcat/project.xml" todir="build/ant" overwrite="true"/>
145
                <copy file="conf/tomcat/project.xml" todir="build/ant" overwrite="true"/>