Skip to content

Commit

Permalink
# Release 0.6.0beta2 prepared.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpichler committed Jun 10, 2010
1 parent ff46a06 commit 1cbe9d1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -4,6 +4,7 @@ phpUnderControl 0.6.0
- Several new features like changesets, separate tab for PHPCPD and new
charts for build revisions + code clones. All features supplied by
hpbuniat via github.
- Implemented #665: Display limit for build metrics.
- Fixed #771: Invalid character in CodeSniffer output.
- Fixed #732: Show revision of SVN/CVS on dashboard. Patch supplied by
hpbuniat, through phpunit's issue tracker.
Expand Down
31 changes: 14 additions & 17 deletions package.xml
Expand Up @@ -14,7 +14,7 @@ example project.
<email>mapi@phpundercontrol.org</email>
<active>yes</active>
</lead>
<date>2010-05-13</date>
<date>2010-06-10</date>
<version>
<release>0.6.0beta2</release>
<api>1.0.0</api>
Expand All @@ -28,6 +28,7 @@ example project.
- Several new features like changesets, separate tab for PHPCPD and new
charts for build revisions + code clones. All features supplied by
hpbuniat via github.
- Implemented #665: Display limit for build metrics.
- Fixed #771: Invalid character in CodeSniffer output.
- Fixed #732: Show revision of SVN/CVS on dashboard. Patch supplied by
hpbuniat, through phpunit's issue tracker.
Expand Down Expand Up @@ -263,12 +264,6 @@ example project.
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config"/>
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config"/>
</file>
<file role="php" name="ThumbChartI.php">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config"/>
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config"/>
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config"/>
</file>
<file role="php" name="DotChartOptions.php">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config"/>
Expand All @@ -281,12 +276,6 @@ example project.
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config"/>
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config"/>
</file>
<file role="php" name="BarChart.php">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config"/>
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config"/>
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config"/>
</file>
<file role="php" name="GraphPalette.php">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config"/>
Expand Down Expand Up @@ -1154,6 +1143,18 @@ example project.
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config"/>
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config"/>
</file>
<file role="test" name="DotChartOptionsTest.php">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config"/>
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config"/>
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config"/>
</file>
<file role="test" name="AbstractChartTest.php">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config"/>
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config"/>
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config"/>
</file>
<file role="test" name="LineChartTest.php">
<tasks:replace from="@package_version@" to="version" type="package-info"/>
<tasks:replace from="@php_dir@" to="php_dir" type="pear-config"/>
Expand Down Expand Up @@ -1763,10 +1764,8 @@ example project.
<install as="phpUnderControl/Graph/PieChart.php" name="src/Graph/PieChart.php"/>
<install as="phpUnderControl/Graph/LineChart.php" name="src/Graph/LineChart.php"/>
<install as="phpUnderControl/Graph/ChartI.php" name="src/Graph/ChartI.php"/>
<install as="phpUnderControl/Graph/ThumbChartI.php" name="src/Graph/ThumbChartI.php"/>
<install as="phpUnderControl/Graph/DotChartOptions.php" name="src/Graph/DotChartOptions.php"/>
<install as="phpUnderControl/Graph/ChartFactory.php" name="src/Graph/ChartFactory.php"/>
<install as="phpUnderControl/Graph/BarChart.php" name="src/Graph/BarChart.php"/>
<install as="phpUnderControl/Graph/GraphPalette.php" name="src/Graph/GraphPalette.php"/>
<install as="phpUnderControl/Graph/TimeChart.php" name="src/Graph/TimeChart.php"/>
<install as="phpUnderControl/Graph/DotChart.php" name="src/Graph/DotChart.php"/>
Expand Down Expand Up @@ -1861,10 +1860,8 @@ example project.
<install as="phpUnderControl/Graph/PieChart.php" name="src/Graph/PieChart.php"/>
<install as="phpUnderControl/Graph/LineChart.php" name="src/Graph/LineChart.php"/>
<install as="phpUnderControl/Graph/ChartI.php" name="src/Graph/ChartI.php"/>
<install as="phpUnderControl/Graph/ThumbChartI.php" name="src/Graph/ThumbChartI.php"/>
<install as="phpUnderControl/Graph/DotChartOptions.php" name="src/Graph/DotChartOptions.php"/>
<install as="phpUnderControl/Graph/ChartFactory.php" name="src/Graph/ChartFactory.php"/>
<install as="phpUnderControl/Graph/BarChart.php" name="src/Graph/BarChart.php"/>
<install as="phpUnderControl/Graph/GraphPalette.php" name="src/Graph/GraphPalette.php"/>
<install as="phpUnderControl/Graph/TimeChart.php" name="src/Graph/TimeChart.php"/>
<install as="phpUnderControl/Graph/DotChart.php" name="src/Graph/DotChart.php"/>
Expand Down

0 comments on commit 1cbe9d1

Please sign in to comment.