diff --git a/utils/umc_dev/build/SConstruct b/utils/umc_dev/build/SConstruct index 0fd0920a23a..db5b0ff0514 100644 --- a/utils/umc_dev/build/SConstruct +++ b/utils/umc_dev/build/SConstruct @@ -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" ): diff --git a/utils/umc_dev/org.wesnoth/signing.cmd b/utils/umc_dev/build/signing.cmd similarity index 100% rename from utils/umc_dev/org.wesnoth/signing.cmd rename to utils/umc_dev/build/signing.cmd diff --git a/utils/umc_dev/org.wesnoth.feature/.project b/utils/umc_dev/org.wesnoth.feature/.project new file mode 100644 index 00000000000..1f32bb8103f --- /dev/null +++ b/utils/umc_dev/org.wesnoth.feature/.project @@ -0,0 +1,17 @@ + + + org.wesnoth.feature + + + + + + org.eclipse.pde.FeatureBuilder + + + + + + org.eclipse.pde.FeatureNature + + diff --git a/utils/umc_dev/org.wesnoth.feature/build.properties b/utils/umc_dev/org.wesnoth.feature/build.properties new file mode 100644 index 00000000000..82ab19c62d1 --- /dev/null +++ b/utils/umc_dev/org.wesnoth.feature/build.properties @@ -0,0 +1 @@ +bin.includes = feature.xml diff --git a/utils/umc_dev/org.wesnoth/feature.xml b/utils/umc_dev/org.wesnoth.feature/feature.xml similarity index 100% rename from utils/umc_dev/org.wesnoth/feature.xml rename to utils/umc_dev/org.wesnoth.feature/feature.xml diff --git a/utils/umc_dev/org.wesnoth/build.properties b/utils/umc_dev/org.wesnoth/build.properties index 6d871546a53..4d1e14ba889 100644 --- a/utils/umc_dev/org.wesnoth/build.properties +++ b/utils/umc_dev/org.wesnoth/build.properties @@ -4,7 +4,6 @@ source.. = src/,\ bin.includes = META-INF/,\ .,\ plugin.xml,\ - feature.xml,\ *.xml,\ icons/,\ templates/,\