Skip to content

Instantly share code, notes, and snippets.

View abego's full-sized avatar

Udo Borkowski abego

View GitHub Profile
@abego
abego / build.xml
Created May 15, 2012 08:53
Ant build file for Java2Script annotations/tags library
<?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"/>