Author: lcorneliussen
Date: Mon Nov 28 12:50:00 2011
New Revision: 1207115

URL: http://svn.apache.org/viewvc?rev=1207115&view=rev
Log:
[NPANDAY-480] Added ArtifactTypes for azure-cloud-service-package and 
msdeploy-package.

Modified:
    
incubator/npanday/branches/1.5.0-azuresupport/components/dotnet-core/src/main/java/npanday/ArtifactType.java

Modified: 
incubator/npanday/branches/1.5.0-azuresupport/components/dotnet-core/src/main/java/npanday/ArtifactType.java
URL: 
http://svn.apache.org/viewvc/incubator/npanday/branches/1.5.0-azuresupport/components/dotnet-core/src/main/java/npanday/ArtifactType.java?rev=1207115&r1=1207114&r2=1207115&view=diff
==============================================================================
--- 
incubator/npanday/branches/1.5.0-azuresupport/components/dotnet-core/src/main/java/npanday/ArtifactType.java
 (original)
+++ 
incubator/npanday/branches/1.5.0-azuresupport/components/dotnet-core/src/main/java/npanday/ArtifactType.java
 Mon Nov 28 12:50:00 2011
@@ -79,7 +79,7 @@ public enum ArtifactType
      * A maven plugin authored in .NET.
      */
     DOTNET_MAVEN_PLUGIN("dotnet-maven-plugin", "library", "dll"),
-    
+
     /**
      * A compilation of libraries and their complementary 
      * files as debug symbols, docs or local satellite
@@ -162,7 +162,13 @@ public enum ArtifactType
 
     GAC_64_4 ( "gac_64_4", null, "dll"),
 
-    COM_REFERENCE( "com_reference", null, "dll");
+    COM_REFERENCE( "com_reference", null, "dll"),
+
+    /* Azure support */
+    AZURE_CLOUD_SERVICE ("azure-cloud-service", null, "cspkg"),
+
+    /* MSDeploy support */
+    MSDEPLOY_PACKAGE ("msdeploy-package", null, "msdeploy.zip");
 
     /**
      * The extension used for the artifact(netmodule, dll, exe)


Reply via email to