marvin_refactor: remove the newly generated sources - in factory and entity - MUST NOT remove factory.data
Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/73193eca Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/73193eca Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/73193eca Branch: refs/heads/marvin_refactor Commit: 73193eca28504c8cac31492a7d45493b51001057 Parents: 62edcef Author: Prasanna Santhanam <[email protected]> Authored: Tue Sep 10 14:01:08 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Thu Oct 31 13:54:23 2013 +0530 ---------------------------------------------------------------------- tools/marvin/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/73193eca/tools/marvin/pom.xml ---------------------------------------------------------------------- diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml index 25909b3..9876122 100644 --- a/tools/marvin/pom.xml +++ b/tools/marvin/pom.xml @@ -34,7 +34,11 @@ <configuration> <target> <delete dir="marvin/cloudstackAPI" /> - <echo>Deleting ${project.artifactId} API sources</echo> + <delete> + <fileset dir="marvin/factory/" includes="*.py" /> + <fileset dir="marvin/entity/" includes="*.py" /> + </delete> + <echo>Deleting generated ${project.artifactId} sources</echo> </target> </configuration> </execution>
