1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Jan Steemann 2012-09-28 15:11:33 +02:00
commit c22be52b43
5 changed files with 2812 additions and 2806 deletions

6
.gitignore vendored
View File

@ -153,3 +153,9 @@ UnitTests/Philadelphia/Makefile.py
UnitTests/Philadelphia/Runner.cpp
.v8-build-*
VC++
VisualStudio/Arango Front End Library/Debug/*
VisualStudio/Arango MRuby Library/Debug/*
VisualStudio/Arango V8 Library/Debug/*
VisualStudio/ArangoDB/Debug/*
VisualStudio/Arangod Binary/Debug/*
VisualStudio/Debug/*

View File

@ -3,4 +3,4 @@ NAME=`echo $1 | sed -e 's:^\(.*/\)*js/\(.*\)\.js$:\2:' | tr "/-" "__"`
cat $1 \
| sed -e 's:\(["\]\):\\\1:g' \
| awk 'BEGIN {print "static string JS_'$NAME' = " } { print " \"" $0 "\\n\"" } END { print ";"}'
| awk 'BEGIN {print "static string JS_'$NAME' = string(\"\") " } { print " + \"" $0 "\\n\"" } END { print ";"}'

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff