You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/11/28 12:50:01 UTC

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

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)