Skip to content

Instantly share code, notes, and snippets.

View alexmilowski's full-sized avatar

Alex Miłowski alexmilowski

View GitHub Profile

Keybase proof

I hereby claim:

  • I am alexmilowski on github.
  • I am alexmilowski (https://keybase.io/alexmilowski) on keybase.
  • I have a public key whose fingerprint is 1202 8C69 FCFC 94F8 B2D7 921F BB1E 3DC4 9526 C189

To claim this, I am signing this object:

@alexmilowski
alexmilowski / build.xml
Created August 25, 2014 22:23
XProc Ant Issue
<?xml version="1.0" encoding="UTF-8"?>
<project name="290ta-2014" default="web" xmlns:c="http://xmlcalabash.com/ant" xmlns:if="ant:if" xmlns:unless="ant:unless">
<typedef uri="http://xmlcalabash.com/ant"
resource="com/xmlcalabash/antlib.xml"
classpath="../../thirdparty/calabash.jar"/>
<property name="web.dir" location="web"/>
<macrodef name="wrap">
<attribute name="in"/>
<attribute name="out" default="${web.dir}/@{in}"/>
<sequential>