You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2014/07/22 17:05:58 UTC

[33/50] [abbrv] git commit: Updating cpp arifact id

Updating cpp arifact id


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/4b266f29
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/4b266f29
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/4b266f29

Branch: refs/heads/workflow-support
Commit: 4b266f29424fe697cd4dfbb5bdb75fd31d7dd3fc
Parents: e2f03a1
Author: Suresh Marru <sm...@apache.org>
Authored: Sun Jul 13 22:52:13 2014 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Sun Jul 13 22:52:13 2014 -0400

----------------------------------------------------------------------
 airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml     | 6 +++---
 .../src/main/resources/php-cli-samples/getAiravataClient.php   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/4b266f29/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml b/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
index 2357858..892e8c1 100644
--- a/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
@@ -60,7 +60,7 @@
                             <goal>single</goal>
                         </goals>
                         <configuration>
-                            <finalName>${archieve.name}-${project.version}</finalName>
+                            <finalName>${archive.name}-${project.version}</finalName>
                             <descriptors>
                                 <descriptor>src/main/assembly/bin-assembly.xml</descriptor>
                             </descriptors>
@@ -105,9 +105,9 @@
         <jersey.version>1.13</jersey.version>
         <grizzly.version>2.0.0-M3</grizzly.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <archieve.name>apache-airavata-client</archieve.name>
+        <archive.name>apache-airavata-client-cpp-sdk</archive.name>
         <used.axis2.release>${axis2.version}</used.axis2.release>
-        <airavata.client-dist.name>${archieve.name}-${project.version}</airavata.client-dist.name>
+        <airavata.client-dist.name>${archive.name}-${project.version}</airavata.client-dist.name>
         <airavata.client-bin.zip>${project.build.directory}/${airavata.client-dist.name}-bin.zip</airavata.client-bin.zip>
         <airavata.client-bin.tar.gz>${project.build.directory}/${airavata.client-dist.name}-bin.tar.gz</airavata.client-bin.tar.gz>
     </properties>

http://git-wip-us.apache.org/repos/asf/airavata/blob/4b266f29/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/php-cli-samples/getAiravataClient.php
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/php-cli-samples/getAiravataClient.php b/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/php-cli-samples/getAiravataClient.php
index 3d394d6..a4df262 100644
--- a/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/php-cli-samples/getAiravataClient.php
+++ b/airavata-api/airavata-client-sdks/airavata-php-sdk/src/main/resources/php-cli-samples/getAiravataClient.php
@@ -50,7 +50,7 @@ $airavataclient = new AiravataClient($protocol);
 
 function sampleDisabled()
 {
-	echo 'Execution of this and few other samples is disabled so that pre-configured data for the XSEDE14 tutorial will remain consistent for the rest of the samples.'."\n\n";
+	echo "The execution of this script is disabled so the XSEDE 14 tutorial will remain coherent. The code is complete and will illustrate the usage of the API. \n";
 	exit(0);
 }
 ?>