Browse Source

Add gettext and sources_parser_unittests to .app

Evan Miller 14 years ago
parent
commit
14872e22e6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      ebin/erlydtl.app

+ 3 - 1
ebin/erlydtl.app

@@ -19,7 +19,9 @@
              i18n_manager,
              i18n_manager,
              po_generator,
              po_generator,
              po_scanner,
              po_scanner,
-             sources_parser
+             sources_parser,
+             gettext,
+             sources_parser_unittests
             ]},
             ]},
   {applications, [kernel, stdlib]},
   {applications, [kernel, stdlib]},
   {registered, []}
   {registered, []}