Skip to content

Instantly share code, notes, and snippets.

View isijara's full-sized avatar
🏠
Working from home

Ramón Isijara isijara

🏠
Working from home
View GitHub Profile
@abythell
abythell / configure.xml
Last active November 7, 2016 23:49
Ant script to download and configure the Netbeans platform, which enables Netbeans platform applications to be built without the IDE
<!--
Netbeans Platform Download-and-Config
Copyright 2013, 2016, Andrew Bythell <abythell@ieee.org>
http://angryelectron.com/
This Ant script is used to download and configure the Netbeans platform,
allowing Netbeans platform applications to be built without the IDE.
-->
<project name="configure-platform" default="configure" basedir=".">