Skip to content

Commit de16e1b

Browse files
author
Adam Goucher
committed
AdamGoucher - removing the php, perl and groovy plugins from the se-ide build
r13377
1 parent cb22135 commit de16e1b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

ide/build.desc

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,14 @@ mozilla_multi_extension(
33
xpis = [
44
"//ide/main:selenium-ide",
55
"//ide/plugins/csharp-format:csharp-format",
6-
"//ide/plugins/groovy-format:groovy-format",
76
"//ide/plugins/java-format:java-format",
8-
"//ide/plugins/perl-format:perl-format",
9-
"//ide/plugins/php-format:php-format",
107
"//ide/plugins/python-format:python-format",
118
"//ide/plugins/ruby-format:ruby-format"
129
],
1310
resources = [
1411
{ ":ide-multixpi-editor" : "selenium-ide.xpi" },
1512
{ ":ide-csharp-format" : "csharp-format.xpi" },
16-
{ ":ide-groovy-format" : "groovy-format.xpi" },
1713
{ ":ide-java-format" : "java-format.xpi" },
18-
{ ":ide-perl-format" : "perl-format.xpi" },
19-
{ ":ide-php-format" : "php-format.xpi" },
2014
{ ":ide-python-format" : "python-format.xpi" },
2115
{ ":ide-ruby-format" : "ruby-format.xpi" },
2216
],
@@ -33,22 +27,10 @@ rake_task(name = "ide-csharp-format",
3327
task_name = "ide-csharp-format",
3428
out = "build/ide/plugins/csharp-format/csharp-format.xpi")
3529

36-
rake_task(name = "ide-groovy-format",
37-
task_name = "ide-groovy-format",
38-
out = "build/ide/plugins/groovy-format/groovy-format.xpi")
39-
4030
rake_task(name = "ide-java-format",
4131
task_name = "ide-java-format",
4232
out = "build/ide/plugins/java-format/java-format.xpi")
4333

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-
5234
rake_task(name = "ide-python-format",
5335
task_name = "ide-python-format",
5436
out = "build/ide/plugins/python-format/python-format.xpi")

0 commit comments

Comments
 (0)