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/10/02 18:41:54 UTC

[24/50] [abbrv] git commit: updated refs/heads/marvin-refactor to bbaf354

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/e58cd115
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e58cd115
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e58cd115

Branch: refs/heads/marvin-refactor
Commit: e58cd115797da8b7114b3a972ed4c0ec0e61c9ed
Parents: 7085916
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Tue Sep 10 14:01:08 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Wed Oct 2 20:27:40 2013 +0530

----------------------------------------------------------------------
 tools/marvin/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e58cd115/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>