diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-05-22 15:38:37 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-05-22 15:38:37 +0000 |
commit | 28d384f7034d1f6595972a16ee55eda631eec56b (patch) | |
tree | e01009383df64e42f77ea2d8c2047924ea21002b | |
parent | b04b02b3eec0293255e8f5cca25b952f95e82c26 (diff) | |
download | jquery-ui-28d384f7034d1f6595972a16ee55eda631eec56b.tar.gz jquery-ui-28d384f7034d1f6595972a16ee55eda631eec56b.zip |
- added initial file path structure
-rw-r--r-- | readme.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt new file mode 100644 index 000000000..23e081edb --- /dev/null +++ b/readme.txt @@ -0,0 +1,12 @@ +This file explains the tree structure of the jQuery UI project's subversion tree.
+
+* branches
+* tags
+* trunk
+ * demos
+ * source - Includes the main dependancy ui.core.js
+ * effects - Includes the effects core and the individual effects
+ * interaction - Includes core interaction modules like drag & drop, sortables and resizables.
+ * widgets - Includes visual widgets like datepicker, accordion and tabs.
+ * tests
+ * themes
|