aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Deckner <alexandre.deckner@uzzl.com>2012-07-03 21:45:58 +0200
committerAlexandre Deckner <alexandre.deckner@uzzl.com>2012-07-03 21:46:13 +0200
commit79adea96897d45291ef5f98c07edac01007866fb (patch)
treef323cff1d2d4fdf0b10e6c579f7001f62e36f1a7
parent08cada49a6f90a03657efa9fc3cba9110c9993fc (diff)
Fix src/apps/Jamfile alphabetical orderhrev44289
Thanks augiedoggie
-rw-r--r--src/apps/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/Jamfile b/src/apps/Jamfile
index 13783d4521..cd66b3e6c1 100644
--- a/src/apps/Jamfile
+++ b/src/apps/Jamfile
@@ -59,6 +59,6 @@ HaikuSubInclude terminal ;
HaikuSubInclude text_search ;
HaikuSubInclude tracker ;
HaikuSubInclude tv ;
-HaikuSubInclude webwatch ;
HaikuSubInclude webpositive ;
+HaikuSubInclude webwatch ;
HaikuSubInclude workspaces ;