eclipse plugin: Revert part of the flattening commit.
It seems the PDE Build needs a separate directory for the feature
This commit is contained in:
parent
96b5a936db
commit
1e09f27b37
6 changed files with 20 additions and 1 deletions
|
@ -73,6 +73,8 @@ subprocess.call( [
|
|||
"-buildfile", "build.xml" ] )
|
||||
|
||||
# Some cleanup
|
||||
if os.path.exists( "../org.wesnoth.feature/build.xml" ):
|
||||
os.remove( "../org.wesnoth.feature/build.xml" )
|
||||
if os.path.exists( "../org.wesnoth/build.xml" ):
|
||||
os.remove( "../org.wesnoth/build.xml" )
|
||||
if os.path.exists( "../org.wesnoth.ui/build.xml" ):
|
||||
|
|
17
utils/umc_dev/org.wesnoth.feature/.project
Normal file
17
utils/umc_dev/org.wesnoth.feature/.project
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.wesnoth.feature</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.FeatureBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.pde.FeatureNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
1
utils/umc_dev/org.wesnoth.feature/build.properties
Normal file
1
utils/umc_dev/org.wesnoth.feature/build.properties
Normal file
|
@ -0,0 +1 @@
|
|||
bin.includes = feature.xml
|
|
@ -4,7 +4,6 @@ source.. = src/,\
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
feature.xml,\
|
||||
*.xml,\
|
||||
icons/,\
|
||||
templates/,\
|
||||
|
|
Loading…
Add table
Reference in a new issue