On Jun 24, 2005, at 4:24 PM, Jacek Laskowski wrote:
[EMAIL PROTECTED] wrote:
Author: djencks
Date: Fri Jun 24 09:24:35 2005
New Revision: 201640
URL: http://svn.apache.org/viewcvs?rev=201640&view=rev
Log:
remove extraneous backtick. Might let g. compile w/maven 1.1. see
MAVEN-1634
Modified:
geronimo/trunk/modules/assembly/project.xml
Modified: geronimo/trunk/modules/assembly/project.xml
URL:
http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/
project.xml?rev=201640&r1=201639&r2=201640&view=diff
======================================================================
========
--- geronimo/trunk/modules/assembly/project.xml (original)
+++ geronimo/trunk/modules/assembly/project.xml Fri Jun 24 09:24:35
2005
@@ -818,7 +818,7 @@
<dependency>
<groupId>antlr</groupId>
<artifactId>antlr</artifactId>
- <version>${antlr_version}</version>
>>>>> `<<<<< evil backtick
+ <version>${antlr_version}</version>
I don't see what you changed here, hence I wonder how it could help.
Where was the extraneous backtick?
it was very hard to see, which I'm sure is why jsisson missed it and
filed the bug. Unfortunately it's not the only problem keeping us from
using maven 1.1
david jencks
Jacek