eclipse plugin: The pde build with scons works now.
This commit is contained in:
parent
ca1a0d42f0
commit
fdd85bc95c
2 changed files with 4 additions and 2 deletions
|
@ -75,6 +75,8 @@ subprocess.call( [
|
|||
# Some cleanup
|
||||
if os.path.exists( "../org.wesnoth.feature/build.xml" ):
|
||||
os.remove( "../org.wesnoth.feature/build.xml" )
|
||||
if os.path.exists( "../org.wesnoth.feature/feature.temp.folder" ):
|
||||
os.remove( "../org.wesnoth.feature/feature.temp.folder" )
|
||||
if os.path.exists( "../org.wesnoth/build.xml" ):
|
||||
os.remove( "../org.wesnoth/build.xml" )
|
||||
if os.path.exists( "../org.wesnoth.ui/build.xml" ):
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<feature
|
||||
id="org.wesnoth"
|
||||
label="Wesnoth User Made Content Plugin"
|
||||
version="1.0.4"
|
||||
version="1.0.3"
|
||||
provider-name="www.wesnoth.org"
|
||||
os="linux,macosx,win32">
|
||||
|
||||
|
@ -255,7 +255,7 @@ litigation.
|
|||
id="org.wesnoth.ui"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="0.0.0"
|
||||
version="1.0.3"
|
||||
unpack="false"/>
|
||||
|
||||
<plugin
|
||||
|
|
Loading…
Add table
Reference in a new issue