eclipse plugin: Add the required oses and architectures for the plugin
This commit is contained in:
parent
39027226d9
commit
c3aaa5f4ef
1 changed files with 6 additions and 0 deletions
|
@ -250,6 +250,8 @@ litigation.
|
|||
|
||||
<plugin
|
||||
id="org.wesnoth.wml"
|
||||
os="linux,macosx,win32"
|
||||
arch="x86,x86_64"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.3"
|
||||
|
@ -257,6 +259,8 @@ litigation.
|
|||
|
||||
<plugin
|
||||
id="org.wesnoth.wml.ui"
|
||||
os="linux,macosx,win32"
|
||||
arch="x86,x86_64"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.3"
|
||||
|
@ -264,6 +268,8 @@ litigation.
|
|||
|
||||
<plugin
|
||||
id="org.wesnoth"
|
||||
os="linux,macosx,win32"
|
||||
arch="x86,x86_64"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="1.0.3"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue