You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by de...@apache.org on 2013/11/08 10:20:54 UTC

git commit: updated refs/heads/master to 810bfa9

Updated Branches:
  refs/heads/master a98c473dc -> 810bfa90e


Integrating the rdp client to get build in the regular build process.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/810bfa90
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/810bfa90
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/810bfa90

Branch: refs/heads/master
Commit: 810bfa90e25c3824c7e304487b35b8cdb5cc2689
Parents: a98c473
Author: Devdeep Singh <de...@gmail.com>
Authored: Fri Nov 8 14:51:04 2013 +0530
Committer: Devdeep Singh <de...@gmail.com>
Committed: Fri Nov 8 14:51:04 2013 +0530

----------------------------------------------------------------------
 services/console-proxy-rdp/rdpconsole/pom.xml | 5 ++---
 services/pom.xml                              | 1 +
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/810bfa90/services/console-proxy-rdp/rdpconsole/pom.xml
----------------------------------------------------------------------
diff --git a/services/console-proxy-rdp/rdpconsole/pom.xml b/services/console-proxy-rdp/rdpconsole/pom.xml
index d1b4918..71d0241 100644
--- a/services/console-proxy-rdp/rdpconsole/pom.xml
+++ b/services/console-proxy-rdp/rdpconsole/pom.xml
@@ -19,13 +19,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-
   <groupId>rdpclient</groupId>
-  <artifactId>rdpclient</artifactId>
+  <artifactId>cloudstack-service-console-proxy-rdpclient</artifactId>
   <version>4.3.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <name>rdpclient</name>
+  <name>Apache CloudStack Console Proxy - RDP Client</name>
   <url>http://maven.apache.org</url>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/810bfa90/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index c2f7f88..5d1403b 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -32,6 +32,7 @@
   </build>
   <modules>
     <module>console-proxy</module>
+    <module>console-proxy-rdp/rdpconsole</module>
     <module>secondary-storage</module>
   </modules>
 </project>