rename "src" to "lib"

This commit is contained in:
Fabian Jakobs 2010-10-27 13:11:21 +02:00
commit 58494e088c
76 changed files with 3 additions and 3 deletions

View file

@ -134,7 +134,7 @@
<script type="text/javascript" charset="utf-8">
require(
{baseUrl: "../src"},
{baseUrl: "../lib"},
[
"ace/lib/event",
"ace/Editor",

View file

@ -2,13 +2,13 @@
"name": "ace",
"description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE",
"version": "0.1",
"homepage" : "http://github.com/ajaxorg/editor",
"homepage" : "http://github.com/ajaxorg/ace",
"engines": {"node": ">= 0.1.102"},
"author": "Fabian Jakobs <fabian@ajax.org>",
"main": "src/ace/ace",
"repository" : {
"type" : "git",
"url" : "http://github.com/ajaxorg/editor.git"
"url" : "http://github.com/ajaxorg/ace.git"
},
"licenses": [{
"type": "LGPLv3",