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
<!-- | |
Netbeans Platform Download-and-Config | |
Copyright 2013, 2016, Andrew Bythell <[email protected]> | |
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="."> |
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
/* | |
* Change passwords stored in LDAP | |
* Copyright Andrew Bythell, [email protected] | |
*/ | |
package com.angryelectron.ldap; | |
import com.unboundid.ldap.sdk.*; | |
import java.io.FileInputStream; | |
import java.io.IOException; | |
import java.io.UnsupportedEncodingException; |
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
diff --git a/hardware/arduino/firmwares/atmegaxxu2/arduino-usbdfu/makefile b/hardware/arduino/firmwares/atmegaxxu2/arduino-usbdfu/make | |
index 1fb4ed3..a2782ac 100755 | |
--- a/hardware/arduino/firmwares/atmegaxxu2/arduino-usbdfu/makefile | |
+++ b/hardware/arduino/firmwares/atmegaxxu2/arduino-usbdfu/makefile | |
@@ -116,7 +116,7 @@ OBJDIR = . | |
# Path to the LUFA library | |
-LUFA_PATH = ../.. | |
+LUFA_PATH = ../../LUFA |
NewerOlder