forked from jasder/antlr
Updated build task to use the latest version of the tool
This commit is contained in:
parent
e926e5e42f
commit
5b3e585183
|
@ -23,7 +23,7 @@
|
|||
<files>
|
||||
<!-- Tools -->
|
||||
|
||||
<file src="$M2_REPO$\com\tunnelvisionlabs\antlr4-csharp\4.1-SNAPSHOT\antlr4-csharp-4.1-SNAPSHOT-complete.jar" target="tools"/>
|
||||
<file src="$M2_REPO$\com\tunnelvisionlabs\antlr4-csharp\4.2-SNAPSHOT\antlr4-csharp-4.2-SNAPSHOT-complete.jar" target="tools"/>
|
||||
|
||||
<!-- Build Configuration -->
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<files>
|
||||
<!-- Tools -->
|
||||
|
||||
<file src="$M2_REPO$\com\tunnelvisionlabs\antlr4-csharp\4.1-SNAPSHOT\antlr4-csharp-4.1-SNAPSHOT-complete.jar" target="tools"/>
|
||||
<file src="$M2_REPO$\com\tunnelvisionlabs\antlr4-csharp\4.2-SNAPSHOT\antlr4-csharp-4.2-SNAPSHOT-complete.jar" target="tools"/>
|
||||
|
||||
<!-- Build Configuration -->
|
||||
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
<!-- Folder containing Antlr4BuildTasks.v3.5.dll -->
|
||||
<Antlr4BuildTaskPath>.</Antlr4BuildTaskPath>
|
||||
<!-- Path to the ANTLR tool itself -->
|
||||
<Antlr4ToolPath>..\tools\antlr4-csharp-4.1-SNAPSHOT-complete.jar</Antlr4ToolPath>
|
||||
<Antlr4ToolPath>..\tools\antlr4-csharp-4.2-SNAPSHOT-complete.jar</Antlr4ToolPath>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<PropertyGroup>
|
||||
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'==''">$(MSBuildBinPath)</Antlr4BuildTaskLocation>
|
||||
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'!=''">$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation>
|
||||
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.0.1-SNAPSHOT-complete.jar</Antlr4ToolLocation>
|
||||
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.2-SNAPSHOT-complete.jar</Antlr4ToolLocation>
|
||||
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'!=''">$(Antlr4ToolPath)</Antlr4ToolLocation>
|
||||
|
||||
<Antlr4JavaVendor Condition="'$(Antlr4JavaVendor)'==''">JavaSoft</Antlr4JavaVendor>
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
<!-- Folder containing Antlr4BuildTasks.v4.0.dll -->
|
||||
<Antlr4BuildTaskPath>.</Antlr4BuildTaskPath>
|
||||
<!-- Path to the ANTLR tool itself -->
|
||||
<Antlr4ToolPath>..\tools\antlr4-csharp-4.1-SNAPSHOT-complete.jar</Antlr4ToolPath>
|
||||
<Antlr4ToolPath>..\tools\antlr4-csharp-4.2-SNAPSHOT-complete.jar</Antlr4ToolPath>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<PropertyGroup>
|
||||
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'==''">$(MSBuildBinPath)</Antlr4BuildTaskLocation>
|
||||
<Antlr4BuildTaskLocation Condition="'$(Antlr4BuildTaskPath)'!=''">$(Antlr4BuildTaskPath)</Antlr4BuildTaskLocation>
|
||||
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.0.1-SNAPSHOT-complete.jar</Antlr4ToolLocation>
|
||||
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'==''">$(MSBuildBinPath)\Antlr4\antlr4-csharp-4.2-SNAPSHOT-complete.jar</Antlr4ToolLocation>
|
||||
<Antlr4ToolLocation Condition="'$(Antlr4ToolPath)'!=''">$(Antlr4ToolPath)</Antlr4ToolLocation>
|
||||
|
||||
<Antlr4JavaVendor Condition="'$(Antlr4JavaVendor)'==''">JavaSoft</Antlr4JavaVendor>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.tunnelvisionlabs</groupId>
|
||||
<artifactId>antlr4-csharp</artifactId>
|
||||
<version>4.1-SNAPSHOT</version>
|
||||
<version>4.2-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>ANTLR 4 Target C#</name>
|
||||
|
@ -76,19 +76,19 @@
|
|||
<dependency>
|
||||
<groupId>com.tunnelvisionlabs</groupId>
|
||||
<artifactId>antlr4</artifactId>
|
||||
<version>4.1</version>
|
||||
<version>4.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.tunnelvisionlabs</groupId>
|
||||
<artifactId>antlr4-runtime</artifactId>
|
||||
<version>4.1</version>
|
||||
<version>4.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.antlr</groupId>
|
||||
<artifactId>antlr-runtime</artifactId>
|
||||
<version>3.5</version>
|
||||
<version>3.5.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue