Skip to content

Commit

Permalink
update installer for the new parser
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed May 5, 2010
1 parent f7c57eb commit f4dda02
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Installer/SpecFlowInstaller/CoreFiles.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
<Component Id="Comp_CoreFiles" Guid="7022E635-FB3E-412e-9DA0-DBB84C96505F">
<File Name="LICENSE.txt" Source="$(var.SolutionDir)\LICENSE.txt" />
<File Name="changelog.txt" Source="$(var.SolutionDir)\changelog.txt" />
<File Name="Antlr3.Runtime.dll" Source="$(var.SolutionDir)\lib\antlr\Antlr3.Runtime.dll" />
<File Name="TechTalk.SpecFlow.targets" Source="$(var.TechTalk.SpecFlow.Tools.ProjectDir)\MsBuild\TechTalk.SpecFlow.targets" />
<File Name="TechTalk.SpecFlow.tasks" Source="$(var.TechTalk.SpecFlow.Tools.ProjectDir)\MsBuild\TechTalk.SpecFlow.tasks" />
<!-- files for the gherkin parser -->
<File Name="Gherkin.dll" Source="$(var.SolutionDir)\lib\gherkin\Gherkin.dll" />
<File Name="IKVM.Runtime.dll" Source="$(var.SolutionDir)\lib\gherkin\IKVM.Runtime.dll" />
<File Name="IKVM.OpenJDK.Core.dll" Source="$(var.SolutionDir)\lib\gherkin\IKVM.OpenJDK.Core.dll" />
<File Name="IKVM.OpenJDK.Text.dll" Source="$(var.SolutionDir)\lib\gherkin\IKVM.OpenJDK.Text.dll" />
</Component>
</DirectoryRef>
</Fragment>
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

next release
New features:
+ Using standard Gherkin parser (http://github.com/aslakhellesoy/gherkin) v1.0.24
+ Context injection in step definitions. Step definitions can get a context injected with
constructor injection. (Issue 30)
See examples in Tests/FeatureTests/ContextInjection
Expand All @@ -22,6 +23,7 @@ New features:
Fixed issues:
+ SpecFlow Reporting doesn't work with Firefox (Issue 31)
+ Binding methods are executed using the culture of the feature file.
+ Several parsing issues are solved now (Issue 1, 8, 9, 37)

1.2.0 - 2009/11/25

Expand Down
Binary file removed lib/antlr/Antlr3.Runtime.dll
Binary file not shown.
Binary file removed lib/antlr/antlr-3.1.2.jar
Binary file not shown.

0 comments on commit f4dda02

Please sign in to comment.