This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replacing appmgt with cloud mgt(commit id: 1c2bde4cf06317372666f23167…
…4752c14666153f)
- Loading branch information
Samith Dassanayake
committed
Feb 20, 2015
1 parent
5b041eb
commit 477f2b4
Showing
512 changed files
with
14,597 additions
and
5,028 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<assembly> | ||
|
||
<includeBaseDirectory>false</includeBaseDirectory> | ||
|
||
|
||
|
||
<id>carbon</id> | ||
|
||
<formats> | ||
|
||
<format>zip</format> | ||
|
||
</formats> | ||
|
||
|
||
|
||
<fileSets> | ||
|
||
<fileSet> | ||
|
||
<directory>src</directory> | ||
|
||
<outputDirectory></outputDirectory> | ||
<excludes> | ||
|
||
<exclude>**/bin.xml</exclude> | ||
</excludes> | ||
|
||
|
||
</fileSet> | ||
|
||
|
||
|
||
</fileSets> | ||
|
||
|
||
|
||
|
||
|
||
</assembly> |
Empty file.
17 changes: 17 additions & 0 deletions
17
modules/jaggery-apps/appmgt/src/jagg/config_reader.jag
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<% | ||
/* | ||
* Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. | ||
* | ||
* WSO2 Inc. licenses this file to you under the Apache License, | ||
* Version 2.0 (the "License"); you may not use this file except | ||
* in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, | ||
* software distributed under the License is distributed on an | ||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
* KIND, either express or implied. See the License for the | ||
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ | ||
include('constants.jag'); | ||
|
||
function dbCorrelationKey (appKey, dbName, stageName){ | ||
var correlationKey = appKey + "-" + stageName + "-database-" + dbName; | ||
return correlationKey; | ||
} | ||
|
||
function dbPrivilegeCorrelationKey (appKey, dbname, stage, username){ | ||
var correlationKey = appKey + "-" + stage + "-dbPrivilege-" + dbname + "-" + username | ||
return correlationKey; | ||
} | ||
|
||
%> |
17 changes: 17 additions & 0 deletions
17
modules/jaggery-apps/appmgt/src/jagg/helpmessage_reader-bkup.jag
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
modules/jaggery-apps/appmgt/src/jagg/jagg.jag
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 17 additions & 1 deletion
18
modules/jaggery-apps/appmgt/src/jagg/sessionDestroyedListener.js
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.