This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <project name="j2stags" default="dist" basedir="."> | |
| <description> | |
| The Java2Script annotations (like @J2SRequireImport, ...) | |
| </description> | |
| <!-- set global properties for this build --> | |
| <property name="version" value="2.0.0-20100601-eclipse-3.6"/> | |
| <property name="src" location="src"/> |