~ubuntu-branches/ubuntu/karmic/firebug/karmic

« back to all changes in this revision

Viewing changes to project.py

  • Committer: Bazaar Package Importer
  • Author(s): Jared Greenwald
  • Date: 2008-02-21 17:34:24 UTC
  • Revision ID: james.westby@ubuntu.com-20080221173424-illircvfpyvnp4uo
Tags: upstream-1.1.0~b11+svn317
ImportĀ upstreamĀ versionĀ 1.1.0~b11+svn317

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name = "firebug"
 
2
description = "Web development evolved"
 
3
version = "1.02"
 
4
 
 
5
buildPre = XPIDLCompile()
 
6
build = FirefoxExtension()
 
7
 
 
8
class config:
 
9
    extensionId = "firebug@software.joehewitt.com"
 
10
    chromeDirs = ["content", "locale/en-US", "skin"]