~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/lp-deps.py

  • Committer: Michael Nelson
  • Date: 2010-08-10 09:32:38 UTC
  • mto: This revision was merged to the branch mainline in revision 11346.
  • Revision ID: michael.nelson@canonical.com-20100810093238-oct03o5e6xm2ypli
Moved soyuz javascript to app directory and updated tests/templates to ensure it still works.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    (os.path.join('lib', 'lp', 'code', 'javascript'), 'code'),
26
26
    (os.path.join('lib', 'lp', 'registry', 'javascript'), 'registry'),
27
27
    (os.path.join('lib', 'lp', 'translations', 'javascript'), 'translations'),
 
28
    (os.path.join('lib', 'lp', 'soyuz', 'javascript'), 'soyuz'),
28
29
    ]
29
30
ICING_ROOT = os.path.join(TOP, 'lib', 'canonical', 'launchpad', 'icing')
30
31
ICING_BUILD = os.path.join(ICING_ROOT, 'build')