Skip to content

Commit

Permalink
Merge pull request #3 from sharwell/update-v4
Browse files Browse the repository at this point in the history
Update to ANTLR 4 4.6.5-beta002
  • Loading branch information
sharwell committed Apr 8, 2018
2 parents b859fa4 + f3ded15 commit 388a34f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 36 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ script:
- dotnet build -f netcoreapp1.1 DotnetValidation.sln
- dotnet build -f netcoreapp2.0 DotnetValidation.sln
- cd ../..
# - cd antlr4/CpsConsoleApplication
# - dotnet build -f netcoreapp1.1 DotnetValidation.sln
# - dotnet build -f netcoreapp2.0 DotnetValidation.sln
# - cd ../..
- cd antlr4/CpsConsoleApplication
- dotnet build -f netcoreapp1.1 DotnetValidation.sln
- dotnet build -f netcoreapp2.0 DotnetValidation.sln
- cd ../..
- cd antlr4/CpsConsoleApplicationJavaCodegen
- unset _JAVA_OPTIONS
- dotnet build -f netcoreapp1.1 DotnetValidation.sln
Expand Down
17 changes: 1 addition & 16 deletions antlr4/CpsConsoleApplication/DotnetValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Antlr4" Version="4.6.5-beta001" />
</ItemGroup>

<ItemGroup>
<Antlr4 Include="Grammar.g4">
<Generator>MSBuild:Compile</Generator>
<CustomToolNamespace>DotnetValidation</CustomToolNamespace>
</Antlr4>
<Antlr4 Include="SubFolder\SubGrammar.g4">
<Generator>MSBuild:Compile</Generator>
<CustomToolNamespace>DotnetValidation.SubFolder</CustomToolNamespace>
</Antlr4>
</ItemGroup>

<ItemGroup>
<None Include="@(Antlr4)" />
<PackageReference Include="Antlr4" Version="4.6.5-beta002" />
</ItemGroup>

</Project>
17 changes: 1 addition & 16 deletions antlr4/CpsConsoleApplicationJavaCodegen/DotnetValidation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Antlr4" Version="4.6.5-beta001" />
</ItemGroup>

<ItemGroup>
<Antlr4 Include="Grammar.g4">
<Generator>MSBuild:Compile</Generator>
<CustomToolNamespace>DotnetValidation</CustomToolNamespace>
</Antlr4>
<Antlr4 Include="SubFolder\SubGrammar.g4">
<Generator>MSBuild:Compile</Generator>
<CustomToolNamespace>DotnetValidation.SubFolder</CustomToolNamespace>
</Antlr4>
</ItemGroup>

<ItemGroup>
<None Include="@(Antlr4)" />
<PackageReference Include="Antlr4" Version="4.6.5-beta002" />
</ItemGroup>

</Project>

0 comments on commit 388a34f

Please sign in to comment.