- Revision
- 605
- Author
- rfscholte
- Date
- 2009-06-14 15:06:43 -0500 (Sun, 14 Jun 2009)
Log Message
support yacc linux x86_64
Modified Paths
Added Paths
Diff
Added: trunk/qdox/bootstrap/yacc.linux.x86_64
(Binary files differ)
Modified: trunk/qdox/pom.xml (604 => 605)
--- trunk/qdox/pom.xml 2009-06-04 18:31:15 UTC (rev 604) +++ trunk/qdox/pom.xml 2009-06-14 20:06:43 UTC (rev 605) @@ -313,6 +313,7 @@ <activation> <os> <family>Linux</family> + <arch>i386</arch> </os> </activation> <properties> @@ -320,6 +321,18 @@ </properties> </profile> <profile> + <id>linux64</id> + <activation> + <os> + <family>Linux</family> + <arch>x86_64</arch> + </os> + </activation> + <properties> + <qdox.byaccj.executable>${basedir}/bootstrap/yacc.linux.x86_64</qdox.byaccj.executable> + </properties> + </profile> + <profile> <id>solaris</id> <activation> <os>
To unsubscribe from this list please visit:
