Skip to content
Snippets Groups Projects
Commit 0bcf3439 authored by david_williams's avatar david_williams
Browse files

[155921] build page didn't reflect compile error

parent c7950571
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@
<unzip dest="${buildDirectory}/${buildLabel}/compilelogs"
overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.dali">
<include name="*.log.zip" />
<include name="**/*.log.zip" />
</fileset>
</unzip>
</target>
......
......@@ -250,7 +250,7 @@
dest="${buildDirectory}/${buildLabel}/compilelogs"
overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.jst.jsf_sdk.feature">
<include name="*.log.zip" />
<include name="**/*.log.zip" />
</fileset>
</unzip>
</target>
......
......@@ -259,7 +259,7 @@
dest="${buildDirectory}/${buildLabel}/compilelogs"
overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.jsf">
<include name="*.log.zip" />
<include name="**/*.log.zip" />
</fileset>
</unzip>
</target>
......
......@@ -292,7 +292,7 @@
<unzip dest="${buildDirectory}/${buildLabel}/compilelogs" overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.jst.sdk">
<include name="*.log.zip" />
<include name="**/*.log.zip" />
</fileset>
</unzip>
</target>
......
......@@ -221,7 +221,7 @@
<unzip dest="${buildDirectory}/${buildLabel}/compilelogs"
overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.jst">
<include name="*.log.zip" />
<include name="**/*.log.zip" />
</fileset>
</unzip>
</target>
......
......@@ -208,7 +208,7 @@
<unzip dest="${buildDirectory}/${buildLabel}/compilelogs"
overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.wst.sdk">
<include name="*.log.zip" />
<include name="**/*.log.zip" />
</fileset>
</unzip>
</target>
......
......@@ -209,7 +209,7 @@
<unzip dest="${buildDirectory}/${buildLabel}/compilelogs"
overwrite="true">
<fileset dir="${buildDirectory}/features/org.eclipse.wst">
<include name="*.log.zip" />
<include name="**/*.log.zip" />
</fileset>
</unzip>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment