Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
officejs
Commits
69dcf8ac
Commit
69dcf8ac
authored
Jun 16, 2011
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New buildout.cfg to fetch some externals
parent
34a918a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
1 deletion
+36
-1
.gitignore
.gitignore
+9
-1
bootstrap
bootstrap
+3
-0
buildout.cfg
buildout.cfg
+24
-0
No files found.
.gitignore
View file @
69dcf8ac
/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/
bootstrap
0 → 100755
View file @
69dcf8ac
#!/usr/bin/env python
import
urllib2
exec
(
urllib2
.
urlopen
(
"http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py"
).
read
())
buildout.cfg
0 → 100644
View file @
69dcf8ac
[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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment