Skip to content

Commit

Permalink
[Xml] Xml is now stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Jul 3, 2012
1 parent dd45683 commit bde7615
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion VERSION
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ date: 1 Stable
decorate: 0 Beta decorate: 0 Beta
dumper: 1 Stable dumper: 1 Stable
event: 4 Alpha event: 4 Alpha
feed: 0 Alpha
filesystem: 1 Stable filesystem: 1 Stable
harness: 3 Stable harness: 3 Stable
json: 1 Stable json: 1 Stable
Expand All @@ -27,4 +28,4 @@ string: 1 Stable
template: 1 Stable template: 1 Stable
test: 4 Stable test: 4 Stable
winxed: 2 Stable winxed: 2 Stable
xml: 0 Alpha xml: 1 Stable
22 changes: 11 additions & 11 deletions setup.winxed
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -363,6 +363,17 @@ function setup_stable_libraries(var rosella)
"net/useragent/SimpleHttp", "net/useragent/SimpleHttp",
"net/SocketFactory" "net/SocketFactory"
); );

setup_winxed_lib(rosella, "xml", ["Core", "Ascii", "Parse_builtins", "Parse", "String", "FileSystem", "Query"],
"xml/Includes",
"xml/Xml",
"xml/Document",
"xml/Parser",
"xml/Tag",
"xml/tag/Collection",
"xml/Text",
"xml/Visitor"
);
} }


function setup_experimental_libraries(var rosella) function setup_experimental_libraries(var rosella)
Expand Down Expand Up @@ -418,17 +429,6 @@ function setup_experimental_libraries(var rosella)
"genetic/mutator/Generic" "genetic/mutator/Generic"
); );


setup_unstable_lib(rosella, "xml", ["Core", "Ascii", "Parse_builtins", "Parse", "String", "FileSystem", "Query"],
"xml/Includes",
"xml/Xml",
"xml/Document",
"xml/Parser",
"xml/Tag",
"xml/tag/Collection",
"xml/Text",
"xml/Visitor"
);

setup_unstable_lib(rosella, "feed", ["Core", "Xml", "Net", "FileSystem"], setup_unstable_lib(rosella, "feed", ["Core", "Xml", "Net", "FileSystem"],
"feed/Feed", "feed/Feed",
"feed/Entry", "feed/Entry",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bde7615

Please sign in to comment.