Working on development version 4.2.2
This commit is contained in:
parent
db2fe9dca9
commit
5763eb8be8
|
@ -1 +1 @@
|
||||||
$AntlrVersion = "4.2.1-dev"
|
$AntlrVersion = "4.2.2-dev"
|
||||||
|
|
|
@ -79,6 +79,6 @@ using System.Runtime.InteropServices;
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("4.2.0.0")]
|
[assembly: AssemblyVersion("4.2.0.0")]
|
||||||
#if !NET_CF
|
#if !NET_CF
|
||||||
[assembly: AssemblyFileVersion("4.2.1.0")]
|
[assembly: AssemblyFileVersion("4.2.2.0")]
|
||||||
[assembly: AssemblyInformationalVersion("4.2.1-dev")]
|
[assembly: AssemblyInformationalVersion("4.2.2-dev")]
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
<!-- Folder containing Antlr4BuildTasks.v3.5.dll -->
|
<!-- Folder containing Antlr4BuildTasks.v3.5.dll -->
|
||||||
<Antlr4BuildTaskPath>.</Antlr4BuildTaskPath>
|
<Antlr4BuildTaskPath>.</Antlr4BuildTaskPath>
|
||||||
<!-- Path to the ANTLR tool itself -->
|
<!-- Path to the ANTLR tool itself -->
|
||||||
<Antlr4ToolPath>..\tools\antlr4-csharp-4.2.1-SNAPSHOT-complete.jar</Antlr4ToolPath>
|
<Antlr4ToolPath>..\tools\antlr4-csharp-4.2.2-SNAPSHOT-complete.jar</Antlr4ToolPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -49,7 +49,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'==''">$(MSBuildBinPath)</Antlr4BuildTaskLocation>
|
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'==''">$(MSBuildBinPath)</Antlr4BuildTaskLocation>
|
||||||
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'!=''">$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation>
|
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'!=''">$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation>
|
||||||
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.2.1-SNAPSHOT-complete.jar</Antlr4ToolLocation>
|
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.2.2-SNAPSHOT-complete.jar</Antlr4ToolLocation>
|
||||||
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'!=''">$(Antlr4ToolPath)</Antlr4ToolLocation>
|
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'!=''">$(Antlr4ToolPath)</Antlr4ToolLocation>
|
||||||
|
|
||||||
<Antlr4JavaVendor Condition="'$(Antlr4JavaVendor)'==''">JavaSoft</Antlr4JavaVendor>
|
<Antlr4JavaVendor Condition="'$(Antlr4JavaVendor)'==''">JavaSoft</Antlr4JavaVendor>
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
<!-- Folder containing Antlr4BuildTasks.v4.0.dll -->
|
<!-- Folder containing Antlr4BuildTasks.v4.0.dll -->
|
||||||
<Antlr4BuildTaskPath>.</Antlr4BuildTaskPath>
|
<Antlr4BuildTaskPath>.</Antlr4BuildTaskPath>
|
||||||
<!-- Path to the ANTLR tool itself -->
|
<!-- Path to the ANTLR tool itself -->
|
||||||
<Antlr4ToolPath>..\tools\antlr4-csharp-4.2.1-SNAPSHOT-complete.jar</Antlr4ToolPath>
|
<Antlr4ToolPath>..\tools\antlr4-csharp-4.2.2-SNAPSHOT-complete.jar</Antlr4ToolPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'==''">$(MSBuildBinPath)</Antlr4BuildTaskLocation>
|
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'==''">$(MSBuildBinPath)</Antlr4BuildTaskLocation>
|
||||||
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'!=''">$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation>
|
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'!=''">$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation>
|
||||||
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.2.1-SNAPSHOT-complete.jar</Antlr4ToolLocation>
|
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.2.2-SNAPSHOT-complete.jar</Antlr4ToolLocation>
|
||||||
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'!=''">$(Antlr4ToolPath)</Antlr4ToolLocation>
|
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'!=''">$(Antlr4ToolPath)</Antlr4ToolLocation>
|
||||||
|
|
||||||
<Antlr4JavaVendor Condition="'$(Antlr4JavaVendor)'==''">JavaSoft</Antlr4JavaVendor>
|
<Antlr4JavaVendor Condition="'$(Antlr4JavaVendor)'==''">JavaSoft</Antlr4JavaVendor>
|
||||||
|
|
|
@ -69,5 +69,5 @@ using System.Runtime.InteropServices;
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("4.2.0.0")]
|
[assembly: AssemblyVersion("4.2.0.0")]
|
||||||
[assembly: AssemblyFileVersion("4.2.1.0")]
|
[assembly: AssemblyFileVersion("4.2.2.0")]
|
||||||
[assembly: AssemblyInformationalVersion("4.2.1-dev")]
|
[assembly: AssemblyInformationalVersion("4.2.2-dev")]
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.tunnelvisionlabs</groupId>
|
<groupId>com.tunnelvisionlabs</groupId>
|
||||||
<artifactId>antlr4-csharp</artifactId>
|
<artifactId>antlr4-csharp</artifactId>
|
||||||
<version>4.2.1-SNAPSHOT</version>
|
<version>4.2.2-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>ANTLR 4 Target C#</name>
|
<name>ANTLR 4 Target C#</name>
|
||||||
|
@ -76,13 +76,13 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.tunnelvisionlabs</groupId>
|
<groupId>com.tunnelvisionlabs</groupId>
|
||||||
<artifactId>antlr4</artifactId>
|
<artifactId>antlr4</artifactId>
|
||||||
<version>4.2.1</version>
|
<version>4.2.2</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.tunnelvisionlabs</groupId>
|
<groupId>com.tunnelvisionlabs</groupId>
|
||||||
<artifactId>antlr4-runtime</artifactId>
|
<artifactId>antlr4-runtime</artifactId>
|
||||||
<version>4.2.1</version>
|
<version>4.2.2</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue