Skip to content

Commit

Permalink
- desativando test.file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleyson de Sousa Rios committed Oct 6, 2015
1 parent 97a42e0 commit 586bd57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ prj.version=0.2.0
src.dir=src
classes.dir=classes
lib.dir=lib
pentaho.libs=D:\\BI_5_4_0\\biserver-ce-5.4.0.0-128\\biserver-ce\\tomcat\\webapps\\pentaho\\WEB-INF\\lib
tomcat.libs=D:\\BI_5_4_0\\biserver-ce-5.4.0.0-128\\biserver-ce\\tomcat\\lib
pentaho.libs=D:\\GTIwork\\pentaho\\biserver-ce\\tomcat\\webapps\\pentaho\\WEB-INF\\lib
tomcat.libs=D:\\GTIwork\\pentaho\\biserver-ce\\tomcat\\lib
dist.dir=dist/integrator
resources.dir=resources
jar.name=${app.name}-${prj.version}.jar
jar.file=${dist.dir}/integrator/lib/${jar.name}
#test.file=D:\\BI_5_4_0\\biserver-ce-5.4.0.0-128\\biserver-ce\\pentaho-solutions\\system\\integrator\\lib\\${jar.name}
#test.file=D:\\GTIwork\\pentaho\\biserver-ce\\pentaho-solutions\\system\\integrator\\lib\\${jar.name}
3 changes: 2 additions & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@
</fileset>
</copy>
<zip destfile="${dist.dir}/../${app.name}-${prj.version}.zip" basedir="${dist.dir}" />
<!--
<!--
<delete file="${test.file}" verbose="true" />
<copy file="${jar.file}" tofile="${test.file}" verbose="true" />
-->

<delete dir="${dist.dir}" />
</target>

Expand Down

0 comments on commit 586bd57

Please sign in to comment.