|
Revision 1411, 0.8 kB
(checked in by EricAllen, 8 months ago)
|
Edited README. Added deferring top level ./ant script.
Fixed comment in README.txt. Fixed Shell.java usage
message to indicate that command-line args are allowed.
Made parser generation declare dependence on operators
generation.
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
#!/bin/bash |
|---|
| 2 |
|
|---|
| 3 |
################################################################################ |
|---|
| 4 |
# Copyright 2008 Sun Microsystems, Inc., |
|---|
| 5 |
# 4150 Network Circle, Santa Clara, California 95054, U.S.A. |
|---|
| 6 |
# All rights reserved. |
|---|
| 7 |
# |
|---|
| 8 |
# U.S. Government Rights - Commercial software. |
|---|
| 9 |
# Government users are subject to the Sun Microsystems, Inc. standard |
|---|
| 10 |
# license agreement and applicable provisions of the FAR and its supplements. |
|---|
| 11 |
# |
|---|
| 12 |
# Use is subject to license terms. |
|---|
| 13 |
# |
|---|
| 14 |
# This distribution may include materials developed by third parties. |
|---|
| 15 |
# |
|---|
| 16 |
# Sun, Sun Microsystems, the Sun logo and Java are trademarks or registered |
|---|
| 17 |
# trademarks of Sun Microsystems, Inc. in the U.S. and other countries. |
|---|
| 18 |
################################################################################ |
|---|
| 19 |
|
|---|
| 20 |
. ProjectFortress/ant |
|---|
| 21 |
|
|---|