Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoying Gu committed Mar 14, 2009
1 parent 284d0c7 commit 874e1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/org.eclipse.birt.releng.birtbuilder/buildAll.xml
Expand Up @@ -486,7 +486,7 @@
<unpackUpdateJars site="${wtptmpsite}/eclipse" output="${wtptmpsite}/new/eclipse"/>

<exec executable="zip" dir="${wtptmpsite}/new">
<arg line="-q ${postingDirectory}/birt-wtp-integration-sdk-${package.version}.zip -r eclipse" />
<arg line="-q ${postingDirectory}/${buildId}/birt-wtp-integration-sdk-${package.version}.zip -r eclipse" />
</exec>

<!-- verify compile result -->
Expand Down

0 comments on commit 874e1c1

Please sign in to comment.