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 May 3, 2011
1 parent 5262064 commit aa934dd
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -681,10 +681,10 @@
<!-- Unzip BirtRuntimeOSGi package to get birt and datatools jar -->
<mkdir dir="${OutputDir}/runtime_nonosgi" />

<unzip src="${buildDirectory}/${buildId}/birt-runtime-non-osgi-${package.version}.zip"
<unzip src="${postingDirectory}/${buildId}/birt-runtime-non-osgi-${package.version}.zip"
dest="${OutputDir}/runtime_nonosgi" overwrite="true" />

<delete file="${buildDirectory}/${buildId}/birt-runtime-non-osgi-${package.version}.zip" failonerror="false"/>
<delete file="${postingDirectory}/${buildId}/birt-runtime-non-osgi-${package.version}.zip" failonerror="false"/>

<copy todir="${OutputDir}/runtime_nonosgi">
<fileset dir="${runtime.tmp}/WebViewerExample/WEB-INF/platform/plugins">
Expand All @@ -695,7 +695,7 @@
<exclude name="org.eclipse.core.runtime.compatibility*/**"/>
<exclude name="org.apache.derby.core**"/>
</fileset>
<fileset dir="${buildDirectory}/plugins/org.apache.derby.core">
<fileset dir="${postingDirectory}/plugins/org.apache.derby.core">
<include name="*.jar"/>
</fileset>
</copy>
Expand Down

0 comments on commit aa934dd

Please sign in to comment.