Commit 742a7890 authored by Eric Duminil's avatar Eric Duminil
Browse files

Updating deploy.xml

parent 79c85e26
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.cl text
*.classpath text
*.css text
*.csv text
*.df text
*.fxbuild text
*.fxml text
*.gml text
*.htm text
*.html text
*.insel text
*.java text diff=java
*.js text
*.json text
*.jsp text
*.jspf text
*.jspx text
*.kml text
*.prn text
*.project text
*.properties text
*.sh text
*.tld text
*.txt text
*.tag text
*.tagx text
*.xml text
*.xsd text
*.xsl text
*.yml text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary
*.dll binary
*.ear binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.jpeg binary
*.pdf binary diff=astextplain
*.png binary
*.rtf binary diff=astextplain
*.so binary
*.tiff binary
*.tmy3 binary
*.xslsx binary
*.war binary
bin/
/tmpdeploy/
/SimStadtTestReports/
......@@ -39,7 +39,7 @@ Note also that this script requires Ant version 1.9.4 or higher.
<!-- <property name="doNotTest" value="true"/> Uncomment in order to disable tests, reports and coverage reports -->
<taskdef uri="antlib:org.jacoco.ant" resource="org/jacoco/ant/antlib.xml">
<classpath path="SimStadt/lib/test/jacocoant.jar" />
<classpath path="RegionChooser/lib/test/jacocoant.jar" />
</taskdef>
<path id="classpath">
......
......@@ -5,12 +5,12 @@ to the directory specified in property "deploy.dir.path". It can be used to perf
Before executing check that all required modules/projects are enumerated in property "projects".
-->
<project default="deploy" name="RegionChooser" basedir="..">
<project default="deploy" name="RegionChooser" basedir=".">
<description>
Create a Jar file with RegionChooser libraries and executables
</description>
<property name="target.path" value="lib/region-chooser" />
<property name="projects" value="RegionChooser" />
<property name="projects" value="." />
<import file="deploy-common.xml" />
<target name="deploy" depends="unit-test">
<echo file="${deploy.dir}/RegionChooser.bat">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment