Commit 69dcf8ac authored by Julien Muchembled's avatar Julien Muchembled

New buildout.cfg to fetch some externals

parent 34a918a6
/UNGProject/js/jquery/
/UNGProject/xinha/
/UNGProject/nbproject/
/UNGProject/jquery_sheet_editor/
/UNGProject/js/jquery/
# buildout
/bin/
/develop-eggs/
/downloads/
/eggs/
/.installed.cfg
/.mr.developer.cfg
/parts/
#!/usr/bin/env python
import urllib2
exec(urllib2.urlopen("http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py").read())
[buildout]
extensions = mr.developer
auto-checkout = xinha
parts = jsquery jsquery-ui
sources-dir =
[sources]
xinha = svn http://svn.xinha.org/tags/0.96.1 path=UNGProject egg=false
[jsquery]
recipe = hexagonit.recipe.download
url = http://code.jquery.com/jquery-1.6.1.js
md5sum = 137d4b8b58f69c747fed3415894e73f4
download-only = true
destination = UNGProject/js/jquery
filename = jquery.js
[jsquery-ui]
recipe = hexagonit.recipe.download
url = https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.js
md5sum = 1d5d5796f6821421984b8ef1d408b5ca
download-only = true
destination = UNGProject/js/jquery
filename = jquery-ui.js
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment