@@ -3,20 +3,14 @@ mozilla_multi_extension(
3
3
xpis = [
4
4
"//ide/main:selenium-ide",
5
5
"//ide/plugins/csharp-format:csharp-format",
6
- "//ide/plugins/groovy-format:groovy-format",
7
6
"//ide/plugins/java-format:java-format",
8
- "//ide/plugins/perl-format:perl-format",
9
- "//ide/plugins/php-format:php-format",
10
7
"//ide/plugins/python-format:python-format",
11
8
"//ide/plugins/ruby-format:ruby-format"
12
9
],
13
10
resources = [
14
11
{ ":ide-multixpi-editor" : "selenium-ide.xpi" },
15
12
{ ":ide-csharp-format" : "csharp-format.xpi" },
16
- { ":ide-groovy-format" : "groovy-format.xpi" },
17
13
{ ":ide-java-format" : "java-format.xpi" },
18
- { ":ide-perl-format" : "perl-format.xpi" },
19
- { ":ide-php-format" : "php-format.xpi" },
20
14
{ ":ide-python-format" : "python-format.xpi" },
21
15
{ ":ide-ruby-format" : "ruby-format.xpi" },
22
16
],
@@ -33,22 +27,10 @@ rake_task(name = "ide-csharp-format",
33
27
task_name = "ide-csharp-format",
34
28
out = "build/ide/plugins/csharp-format/csharp-format.xpi")
35
29
36
- rake_task(name = "ide-groovy-format",
37
- task_name = "ide-groovy-format",
38
- out = "build/ide/plugins/groovy-format/groovy-format.xpi")
39
-
40
30
rake_task(name = "ide-java-format",
41
31
task_name = "ide-java-format",
42
32
out = "build/ide/plugins/java-format/java-format.xpi")
43
33
44
- rake_task(name = "ide-perl-format",
45
- task_name = "ide-perl-format",
46
- out = "build/ide/plugins/perl-format/perl-format.xpi")
47
-
48
- rake_task(name = "ide-php-format",
49
- task_name = "ide-php-format",
50
- out = "build/ide/plugins/php-format/php-format.xpi")
51
-
52
34
rake_task(name = "ide-python-format",
53
35
task_name = "ide-python-format",
54
36
out = "build/ide/plugins/python-format/python-format.xpi")
0 commit comments