Skip to content

Instantly share code, notes, and snippets.

View das-g's full-sized avatar

Raphael Das Gupta das-g

  • OST Ostschweizer Fachhochschule
  • Switzerland
  • X @RaphaelDasG
View GitHub Profile
@das-g
das-g / build.xml
Created July 31, 2011 17:38 — forked from blt/build.xml
<project name="AgentBridge" basedir="." default="main">
<property name="src.dir" value="src"/>
<property name="build.dir" value="build"/>
<property name="classes.dir" value="${build.dir}/classes"/>
<property name="jar.dir" value="${build.dir}/jar"/>
<property name="main-class" value="com.fluentstream.agentbridge.Main"/>
<property name="lib.dir" value="lib"/>