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/06 22:53:39 UTC

git commit: test

Repository: airavata
Updated Branches:
  refs/heads/master fb09b38ad -> 989ee4580


test


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

Branch: refs/heads/master
Commit: 989ee45809844ddec2b3f9bd0d62094a8c5fb2de
Parents: fb09b38
Author: Saminda Wijeratne <sa...@gmail.com>
Authored: Sun Jul 6 16:53:25 2014 -0400
Committer: Saminda Wijeratne <sa...@gmail.com>
Committed: Sun Jul 6 16:53:25 2014 -0400

----------------------------------------------------------------------
 .../app-catalog-data/src/main/resources/appcatalog-derby.sql       | 2 +-
 .../app-catalog-data/src/test/resources/appcatalog-derby.sql       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/989ee458/modules/app-catalog/app-catalog-data/src/main/resources/appcatalog-derby.sql
----------------------------------------------------------------------
diff --git a/modules/app-catalog/app-catalog-data/src/main/resources/appcatalog-derby.sql b/modules/app-catalog/app-catalog-data/src/main/resources/appcatalog-derby.sql
index 2920833..de65ffe 100644
--- a/modules/app-catalog/app-catalog-data/src/main/resources/appcatalog-derby.sql
+++ b/modules/app-catalog/app-catalog-data/src/main/resources/appcatalog-derby.sql
@@ -281,7 +281,7 @@ CREATE TABLE APPLICATION_INPUT
          PRIMARY KEY(INTERFACE_ID,INPUT_KEY),
          FOREIGN KEY (INTERFACE_ID) REFERENCES APPLICATION_INTERFACE(INTERFACE_ID) ON DELETE CASCADE
 );
-
+ 
 CREATE TABLE APPLICATION_OUTPUT
 (
          INTERFACE_ID VARCHAR(255),

http://git-wip-us.apache.org/repos/asf/airavata/blob/989ee458/modules/app-catalog/app-catalog-data/src/test/resources/appcatalog-derby.sql
----------------------------------------------------------------------
diff --git a/modules/app-catalog/app-catalog-data/src/test/resources/appcatalog-derby.sql b/modules/app-catalog/app-catalog-data/src/test/resources/appcatalog-derby.sql
index 2920833..7158f39 100644
--- a/modules/app-catalog/app-catalog-data/src/test/resources/appcatalog-derby.sql
+++ b/modules/app-catalog/app-catalog-data/src/test/resources/appcatalog-derby.sql
@@ -346,7 +346,7 @@ CREATE TABLE JOB_SUBMISSION_INTERFACE
 	PRIMARY KEY (COMPUTE_RESOURCE_ID,JOB_SUBMISSION_INTERFACE_ID),
 	FOREIGN KEY (COMPUTE_RESOURCE_ID) REFERENCES COMPUTE_RESOURCE(RESOURCE_ID) ON DELETE CASCADE
 );
-
+ 
 CREATE TABLE DATA_MOVEMENT_INTERFACE
 (
 	COMPUTE_RESOURCE_ID VARCHAR (255) NOT NULL,