summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/dom/idl/Node.idl2
-rwxr-xr-xcontrib/local/compress_and_upload_deps.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/dom/idl/Node.idl b/contrib/dom/idl/Node.idl
index 0302e5e..f819441 100644
--- a/contrib/dom/idl/Node.idl
+++ b/contrib/dom/idl/Node.idl
@@ -26,7 +26,7 @@ interface Node {
readonly attribute Node lastChild;
readonly attribute Node previousSibling;
readonly attribute Node nextSibling;
- readonly attribute NamedNodeMap attributes;
+ [CustomGetter] readonly attribute NamedNodeMap attributes;
// Modified in DOM Level 2:
readonly attribute Document ownerDocument;
Node insertBefore(in Node newChild,
diff --git a/contrib/local/compress_and_upload_deps.sh b/contrib/local/compress_and_upload_deps.sh
index 9f64118..ae53c7f 100755
--- a/contrib/local/compress_and_upload_deps.sh
+++ b/contrib/local/compress_and_upload_deps.sh
@@ -8,8 +8,8 @@ CWD=`pwd`
cd $DIR
-if [ "$UMUNDO_PREBUILT_HOST" == "" ]; then
- UMUNDO_PREBUILT_HOST="admin@uscxml.tk.informatik.tu-darmstadt.de:/var/www/html/uscxml/prebuilt"
+if [ "$USCXML_PREBUILT_HOST" == "" ]; then
+ USCXML_PREBUILT_HOST="admin@uscxml.tk.informatik.tu-darmstadt.de:/var/www/html/uscxml/prebuilt"
fi
if [ "$1" == "" ] || [ "$2" == "" ]; then
@@ -32,7 +32,7 @@ for FILE in ${PLATFORMS}; do
if [ "$PLATFORM" != "include" ]; then
echo $FILE
tar cvzf uscxml-prebuilt-${PLATFORM}.tgz ${FILE}
- scp uscxml-prebuilt-${PLATFORM}.tgz ${UMUNDO_PREBUILT_HOST}/${VERSION}
+ scp uscxml-prebuilt-${PLATFORM}.tgz ${USCXML_PREBUILT_HOST}/${VERSION}
rm uscxml-prebuilt-${PLATFORM}.tgz
fi
done \ No newline at end of file