You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/11/18 09:50:26 UTC

[19/50] [abbrv] git commit: updated refs/heads/marvin_refactor to b784012

marvin_refactor: remove the newly generated sources

- in factory and entity
- MUST NOT remove factory.data

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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 <ts...@apache.org>
Authored: Tue Sep 10 14:01:08 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
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>