├── modules
├── distribution
│ ├── resources
│ │ ├── mobileapps
│ │ │ └── EMPTY
│ │ └── migrations
│ │ │ ├── migration_from_1.0.0_to_1.1.0
│ │ │ ├── App_Manager_Analytics.tbox
│ │ │ ├── h2.sql
│ │ │ ├── mysql.sql
│ │ │ └── oracle.sql
│ │ │ ├── migration_from_1.1.0_to_1.2.0
│ │ │ └── wso2-appmgt-migration-client-1.2.x.zip
│ │ │ └── Migration-client
│ │ │ └── src
│ │ │ └── main
│ │ │ └── resources
│ │ │ └── 1.1.0-1.2.0-migration
│ │ │ └── sql-scripts
│ │ │ └── constraint
│ │ │ └── drop-fk.sql
│ └── product
│ │ └── src
│ │ └── main
│ │ ├── conf
│ │ ├── rule-component.conf
│ │ ├── synapse-configs
│ │ │ └── default
│ │ │ │ ├── sequences
│ │ │ │ ├── _auth_failure_handler_.xml
│ │ │ │ ├── _throttle_out_handler_.xml
│ │ │ │ └── saml2_sequence.xml
│ │ │ │ └── api
│ │ │ │ ├── _AuthorizeAPI_.xml
│ │ │ │ ├── _StatisticsAPI.xml
│ │ │ │ ├── _TokenAPI_.xml
│ │ │ │ └── _RevokeAPI_.xml
│ │ └── cloud-services-desc.xml
│ │ ├── business-processes
│ │ ├── user-signup
│ │ │ ├── HumanTask
│ │ │ │ └── UserApprovalTask-1.0.0.zip
│ │ │ └── BPEL
│ │ │ │ └── UserSignupApprovalProcess_1.0.0.zip
│ │ ├── publish-application
│ │ │ ├── HumanTask
│ │ │ │ └── PublishAppApprovalTask-1.0.0.zip
│ │ │ └── BPEL
│ │ │ │ └── PublishAPPApprovalWorkFlowProcess_1.0.0.zip
│ │ ├── application-creation
│ │ │ ├── HumanTask
│ │ │ │ └── ApplicationsApprovalTask-1.0.0.zip
│ │ │ └── BPEL
│ │ │ │ └── ApplicationApprovalWorkFlowProcess_1.0.0.zip
│ │ ├── subscription-creation
│ │ │ ├── HumanTask
│ │ │ │ └── SubscriptionsApprovalTask-1.0.0.zip
│ │ │ └── BPEL
│ │ │ │ └── SubscriptionApprovalWorkFlowProcess_1.0.0.zip
│ │ └── epr
│ │ │ ├── ApplicationService.epr
│ │ │ ├── PublishApplicationService.epr
│ │ │ ├── ApplicationCallbackService.epr
│ │ │ ├── PublishAPPCallbackService.epr
│ │ │ ├── SubscriptionService.epr
│ │ │ ├── UserSignupService.epr
│ │ │ ├── UserSignupProcess.epr
│ │ │ └── SubscriptionCallbackService.epr
│ │ ├── statistics
│ │ ├── capp
│ │ │ ├── Sparkscripts_1.0.0
│ │ │ │ └── artifact.xml
│ │ │ ├── Eventreceiver_fault_1.0.0
│ │ │ │ ├── artifact.xml
│ │ │ │ └── EventReceiver_fault.xml
│ │ │ ├── Eventreceiver_request_1.0.0
│ │ │ │ ├── artifact.xml
│ │ │ │ └── EventReceiver_request.xml
│ │ │ ├── Eventreceiver_response_1.0.0
│ │ │ │ ├── artifact.xml
│ │ │ │ └── EventReceiver_response.xml
│ │ │ ├── Eventstore_fault_1.0.0
│ │ │ │ └── artifact.xml
│ │ │ ├── Eventreceiver_uiactivity_1.1.0
│ │ │ │ ├── artifact.xml
│ │ │ │ └── Eventreceiver_uiactivity.xml
│ │ │ ├── Eventstream_fault_1.0.0
│ │ │ │ └── artifact.xml
│ │ │ ├── Eventstore_request_1.0.0
│ │ │ │ └── artifact.xml
│ │ │ ├── Eventstore_response_1.0.0
│ │ │ │ └── artifact.xml
│ │ │ ├── Eventstream_request_1.0.0
│ │ │ │ └── artifact.xml
│ │ │ ├── Eventstore_uiactivity_1.1.0
│ │ │ │ └── artifact.xml
│ │ │ ├── Eventstream_response_1.0.0
│ │ │ │ └── artifact.xml
│ │ │ └── Eventstream_uiactivity_1.1.0
│ │ │ │ └── artifact.xml
│ │ └── build.xml
│ │ ├── assembly
│ │ └── filter.properties
│ │ ├── repository
│ │ └── deployment
│ │ │ └── server
│ │ │ └── webapps
│ │ │ └── authenticationendpoint-overlay
│ │ │ ├── images
│ │ │ ├── logo.png
│ │ │ ├── appm_logo.png
│ │ │ └── poweredby.png
│ │ │ └── assets
│ │ │ ├── img
│ │ │ ├── logo.png
│ │ │ ├── glyphicons-halflings.png
│ │ │ └── glyphicons-halflings-white.png
│ │ │ └── fonts
│ │ │ ├── fontwso2.eot
│ │ │ ├── fontwso2.ttf
│ │ │ ├── fontwso2.woff
│ │ │ ├── OpenSans-Bold-webfont.eot
│ │ │ ├── OpenSans-Bold-webfont.ttf
│ │ │ ├── OpenSans-Bold-webfont.woff
│ │ │ ├── OpenSans-Light-webfont.eot
│ │ │ ├── OpenSans-Light-webfont.ttf
│ │ │ ├── OpenSans-Italic-webfont.eot
│ │ │ ├── OpenSans-Italic-webfont.ttf
│ │ │ ├── OpenSans-Italic-webfont.woff
│ │ │ ├── OpenSans-Light-webfont.woff
│ │ │ ├── OpenSans-Regular-webfont.eot
│ │ │ ├── OpenSans-Regular-webfont.ttf
│ │ │ ├── OpenSans-Regular-webfont.woff
│ │ │ ├── OpenSans-Semibold-webfont.eot
│ │ │ ├── OpenSans-Semibold-webfont.ttf
│ │ │ ├── OpenSans-BoldItalic-webfont.eot
│ │ │ ├── OpenSans-BoldItalic-webfont.ttf
│ │ │ ├── OpenSans-ExtraBold-webfont.eot
│ │ │ ├── OpenSans-ExtraBold-webfont.ttf
│ │ │ ├── OpenSans-ExtraBold-webfont.woff
│ │ │ ├── OpenSans-Semibold-webfont.woff
│ │ │ ├── OpenSans-BoldItalic-webfont.woff
│ │ │ ├── OpenSans-LightItalic-webfont.eot
│ │ │ ├── OpenSans-LightItalic-webfont.ttf
│ │ │ ├── OpenSans-LightItalic-webfont.woff
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ ├── OpenSans-ExtraBoldItalic-webfont.eot
│ │ │ ├── OpenSans-ExtraBoldItalic-webfont.ttf
│ │ │ ├── OpenSans-SemiboldItalic-webfont.eot
│ │ │ ├── OpenSans-SemiboldItalic-webfont.ttf
│ │ │ ├── OpenSans-SemiboldItalic-webfont.woff
│ │ │ └── OpenSans-ExtraBoldItalic-webfont.woff
│ │ └── maven-config-processor-descriptors
│ │ ├── catalina-rest-auth-value.xml
│ │ └── security-for-publisher-api.xml
├── puppet-scripts
│ └── puppet-modules
│ │ ├── modules
│ │ ├── wso2base
│ │ │ ├── files
│ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2am
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2appm
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2as
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2bps
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2brs
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2cep
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2das
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2dss
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2es
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2esb
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2greg
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2is
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── wso2mb
│ │ │ ├── files
│ │ │ │ ├── configs
│ │ │ │ │ └── repository
│ │ │ │ │ │ └── components
│ │ │ │ │ │ ├── lib
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ │ │ └── dropins
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── patches
│ │ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ └── patches
│ │ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ └── wso2ppaas
│ │ │ ├── files
│ │ │ ├── configs
│ │ │ │ └── repository
│ │ │ │ │ └── components
│ │ │ │ │ ├── dropins
│ │ │ │ │ └── .gitkeep
│ │ │ │ │ └── lib
│ │ │ │ │ └── .gitkeep
│ │ │ └── patches
│ │ │ │ └── repository
│ │ │ │ └── components
│ │ │ │ └── patches
│ │ │ │ └── .gitkeep
│ │ │ └── metadata.json
│ │ ├── hieradata
│ │ └── dev
│ │ │ ├── vm_type
│ │ │ ├── vagrant.yaml
│ │ │ └── docker.yaml
│ │ │ ├── node
│ │ │ └── dev-sandbox.local.dev.wso2.org.yaml
│ │ │ └── common.yaml
│ │ ├── README.md
│ │ ├── validate-yaml.rb
│ │ └── manifests
│ │ └── site.pp
├── samples
│ ├── webapps
│ │ ├── notifi
│ │ │ ├── storage
│ │ │ │ ├── .htaccess
│ │ │ │ └── db.txt
│ │ │ ├── logout.php
│ │ │ ├── assets
│ │ │ │ ├── img
│ │ │ │ │ ├── notifi.png
│ │ │ │ │ └── notifi_s.png
│ │ │ │ ├── fonts
│ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ │ ├── js
│ │ │ │ │ ├── invokeStatistcs.js
│ │ │ │ │ └── npm.js
│ │ │ │ └── css
│ │ │ │ │ └── styles.css
│ │ │ ├── util
│ │ │ │ └── func.php
│ │ │ ├── member
│ │ │ │ └── api
│ │ │ │ │ └── getMessages.php
│ │ │ └── admin
│ │ │ │ └── api
│ │ │ │ ├── sendMessage.php
│ │ │ │ └── getMessages.php
│ │ ├── plan-your-trip
│ │ │ └── src
│ │ │ │ └── main
│ │ │ │ └── webapp
│ │ │ │ ├── META-INF
│ │ │ │ └── MANIFEST.MF
│ │ │ │ ├── images
│ │ │ │ ├── sand.png
│ │ │ │ ├── world_travel.jpg
│ │ │ │ ├── BlankMap-World-1ce.png
│ │ │ │ └── style.css
│ │ │ │ ├── WEB-INF
│ │ │ │ ├── lib
│ │ │ │ │ ├── gson-2.2.2.jar
│ │ │ │ │ ├── joda-time-2.1.jar
│ │ │ │ │ ├── commons-codec-1.6.jar
│ │ │ │ │ ├── json-simple-1.1.1.jar
│ │ │ │ │ ├── google-collections-1.0.jar
│ │ │ │ │ └── jsontoken-1.2-SNAPSHOT.jar
│ │ │ │ ├── glassfish-web.xml
│ │ │ │ └── web.xml
│ │ │ │ ├── invokeStatistcs.js
│ │ │ │ └── stylesheets
│ │ │ │ └── screen.css
│ │ ├── travel-booking
│ │ │ └── src
│ │ │ │ └── main
│ │ │ │ ├── webapp
│ │ │ │ ├── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ ├── images
│ │ │ │ │ ├── 0.jpeg
│ │ │ │ │ ├── 1.jpeg
│ │ │ │ │ ├── 2.jpeg
│ │ │ │ │ ├── 3.jpeg
│ │ │ │ │ ├── 4.jpeg
│ │ │ │ │ ├── 5.jpeg
│ │ │ │ │ ├── 6.jpeg
│ │ │ │ │ ├── 7.jpeg
│ │ │ │ │ ├── img1.jpg
│ │ │ │ │ ├── img3.jpg
│ │ │ │ │ ├── img4.jpg
│ │ │ │ │ ├── logo.png
│ │ │ │ │ ├── calendar.png
│ │ │ │ │ ├── search-button.png
│ │ │ │ │ ├── travel-industry.jpg
│ │ │ │ │ └── style.css
│ │ │ │ ├── WEB-INF
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── appm.jwt.sample-1.0.jar
│ │ │ │ │ └── glassfish-web.xml
│ │ │ │ ├── js
│ │ │ │ │ ├── invokeStatistcs.js
│ │ │ │ │ ├── sequence.js
│ │ │ │ │ └── my_js.js
│ │ │ │ └── stylesheets
│ │ │ │ │ └── screen.css
│ │ │ │ └── java
│ │ │ │ └── web
│ │ │ │ └── Rederect.java
│ │ └── mobileapps
│ │ │ ├── CleanCalc
│ │ │ ├── Source
│ │ │ │ ├── res
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── activity_about.xml
│ │ │ │ │ │ └── menu.xml
│ │ │ │ │ ├── drawable
│ │ │ │ │ │ ├── balk.png
│ │ │ │ │ │ ├── logo_big.png
│ │ │ │ │ │ ├── balkpressed.png
│ │ │ │ │ │ ├── balkpressedred.png
│ │ │ │ │ │ ├── balkpressedblue.png
│ │ │ │ │ │ ├── balkpressedorange.png
│ │ │ │ │ │ ├── balkpressedpurple.png
│ │ │ │ │ │ └── normal_button_bg_norm.xml
│ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ ├── logo_blue.png
│ │ │ │ │ │ ├── logo_red.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── logo_orange.png
│ │ │ │ │ │ ├── logo_purple.png
│ │ │ │ │ │ ├── logo_default.png
│ │ │ │ │ │ ├── balkpressedpurple.png
│ │ │ │ │ │ └── textfield_darkblue.9.png
│ │ │ │ │ ├── drawable-ldpi
│ │ │ │ │ │ ├── logo_blue.png
│ │ │ │ │ │ ├── logo_red.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── logo_orange.png
│ │ │ │ │ │ ├── logo_purple.png
│ │ │ │ │ │ └── logo_default.png
│ │ │ │ │ ├── drawable-mdpi
│ │ │ │ │ │ ├── logo_blue.png
│ │ │ │ │ │ ├── logo_red.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── logo_orange.png
│ │ │ │ │ │ ├── logo_purple.png
│ │ │ │ │ │ ├── logo_default.png
│ │ │ │ │ │ └── textfield_darkblue.9.png
│ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ │ ├── logo_red.png
│ │ │ │ │ │ ├── logo_blue.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── logo_default.png
│ │ │ │ │ │ ├── logo_orange.png
│ │ │ │ │ │ ├── logo_purple.png
│ │ │ │ │ │ └── textfield_darkblue.9.png
│ │ │ │ │ ├── drawable-xxhdpi
│ │ │ │ │ │ ├── logo_blue.png
│ │ │ │ │ │ ├── logo_red.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── logo_default.png
│ │ │ │ │ │ ├── logo_orange.png
│ │ │ │ │ │ └── logo_purple.png
│ │ │ │ │ ├── drawable-xxxhdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── values-land
│ │ │ │ │ │ └── dimens.xml
│ │ │ │ │ ├── values-sw600dp-land
│ │ │ │ │ │ └── dimens.xml
│ │ │ │ │ ├── color
│ │ │ │ │ │ ├── equal_button_text.xml
│ │ │ │ │ │ ├── normal_button_text.xml
│ │ │ │ │ │ ├── adv_button_text.xml
│ │ │ │ │ │ ├── adv_button_text_red.xml
│ │ │ │ │ │ ├── normal_button_bg.xml
│ │ │ │ │ │ ├── normal_button_text_red.xml
│ │ │ │ │ │ ├── adv_button_text_blue.xml
│ │ │ │ │ │ ├── adv_button_text_orange.xml
│ │ │ │ │ │ ├── adv_button_text_purple.xml
│ │ │ │ │ │ ├── handle.xml
│ │ │ │ │ │ ├── normal_button_text_blue.xml
│ │ │ │ │ │ ├── normal_button_text_orange.xml
│ │ │ │ │ │ ├── normal_button_text_purple.xml
│ │ │ │ │ │ ├── adv_button_bg_red.xml
│ │ │ │ │ │ ├── adv_button_bg_blue.xml
│ │ │ │ │ │ ├── adv_button_bg_orange.xml
│ │ │ │ │ │ ├── adv_button_bg_purple.xml
│ │ │ │ │ │ ├── handle_blue.xml
│ │ │ │ │ │ ├── handle_red.xml
│ │ │ │ │ │ ├── link_bg.xml
│ │ │ │ │ │ ├── handle_orange.xml
│ │ │ │ │ │ ├── handle_purple.xml
│ │ │ │ │ │ ├── adv_button_bg.xml
│ │ │ │ │ │ └── reset_button_bg.xml
│ │ │ │ │ ├── values
│ │ │ │ │ │ ├── dimens.xml
│ │ │ │ │ │ ├── array.xml
│ │ │ │ │ │ └── colors.xml
│ │ │ │ │ ├── values-sw600dp
│ │ │ │ │ │ └── dimens.xml
│ │ │ │ │ └── values-fr
│ │ │ │ │ │ └── strings.xml
│ │ │ │ ├── assets
│ │ │ │ │ ├── Roboto-Light.ttf
│ │ │ │ │ ├── Roboto-Thin.ttf
│ │ │ │ │ ├── Roboto-Medium.ttf
│ │ │ │ │ ├── RobotoSlab-Thin.ttf
│ │ │ │ │ ├── Roboto-Condensed.ttf
│ │ │ │ │ └── Roboto-BoldCondensed.ttf
│ │ │ │ ├── libs
│ │ │ │ │ └── android-support-v4.jar
│ │ │ │ └── project.properties
│ │ │ └── Resources
│ │ │ │ ├── icon.png
│ │ │ │ ├── banner.png
│ │ │ │ ├── CleanCalc.apk
│ │ │ │ ├── screen1.png
│ │ │ │ ├── screen2.png
│ │ │ │ └── screen3.png
│ │ │ ├── ExchangeR
│ │ │ └── Resources
│ │ │ │ ├── icon.png
│ │ │ │ ├── banner.png
│ │ │ │ ├── screen1.png
│ │ │ │ └── screen2.png
│ │ │ ├── MyTracks
│ │ │ └── Resources
│ │ │ │ ├── icon.png
│ │ │ │ ├── banner.png
│ │ │ │ ├── screen1.png
│ │ │ │ └── screen2.png
│ │ │ └── WSO2Con
│ │ │ └── Resources
│ │ │ ├── banner.png
│ │ │ ├── icon.png
│ │ │ ├── screen1.png
│ │ │ └── screen2.png
│ ├── PizzaShack
│ │ ├── PizzaShack.zip
│ │ ├── pizza-shack-api
│ │ │ ├── order.json
│ │ │ └── src
│ │ │ │ └── main
│ │ │ │ ├── webapp
│ │ │ │ ├── images
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 10.png
│ │ │ │ │ ├── 2.png
│ │ │ │ │ ├── 3.png
│ │ │ │ │ ├── 4.png
│ │ │ │ │ ├── 5.png
│ │ │ │ │ ├── 6.png
│ │ │ │ │ ├── 7.png
│ │ │ │ │ ├── 8.png
│ │ │ │ │ └── 9.png
│ │ │ │ └── META-INF
│ │ │ │ │ └── MANIFEST.MF
│ │ │ │ └── java
│ │ │ │ └── com
│ │ │ │ └── pizzashack
│ │ │ │ ├── PizzaShackMenuAPI.java
│ │ │ │ └── beans
│ │ │ │ └── MenuItem.java
│ │ └── pizza-shack-web
│ │ │ ├── src
│ │ │ └── main
│ │ │ │ ├── webapp
│ │ │ │ ├── logout.jsp
│ │ │ │ ├── images
│ │ │ │ │ ├── UCL_Natl.png
│ │ │ │ │ └── shack-logo.png
│ │ │ │ ├── include_head_row.jsp
│ │ │ │ ├── lib
│ │ │ │ │ └── img
│ │ │ │ │ │ ├── grid-18px-masked.png
│ │ │ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ │ │ └── glyphicons-halflings-white.png
│ │ │ │ └── include_head.jsp
│ │ │ │ └── java
│ │ │ │ └── com
│ │ │ │ └── pizzashack
│ │ │ │ └── client
│ │ │ │ └── dto
│ │ │ │ └── Pizza.java
│ │ │ ├── test-json.txt
│ │ │ └── test-json-1.txt
│ ├── BPSWorkFlow
│ │ └── UserCreation
│ │ │ ├── UserCreationSampleService
│ │ │ └── UserCreationSampleService.aar
│ │ │ └── UserCreationProcess
│ │ │ └── deploy.xml
│ └── JWTSecurity
│ │ ├── Filter
│ │ ├── src
│ │ │ └── main
│ │ │ │ ├── java
│ │ │ │ └── org
│ │ │ │ │ └── wso2
│ │ │ │ │ └── JSON
│ │ │ │ │ ├── JSONAware.java
│ │ │ │ │ ├── JSONStreamAware.java
│ │ │ │ │ └── parser
│ │ │ │ │ └── ContainerFactory.java
│ │ │ │ └── Sample
│ │ │ │ └── JWTSecurityConstraints.xml
│ │ └── Sample
│ │ │ └── CustomDataSource.xml
│ │ └── Valve
│ │ └── Tomcat_8
│ │ └── src
│ │ └── main
│ │ └── java
│ │ └── org
│ │ └── wso2
│ │ └── tomcat
│ │ └── JSON
│ │ ├── JSONAware.java
│ │ ├── JSONStreamAware.java
│ │ └── parser
│ │ └── ContainerFactory.java
├── styles
│ ├── service
│ │ └── src
│ │ │ └── main
│ │ │ └── resources
│ │ │ └── web
│ │ │ ├── favicon.ico
│ │ │ └── styles
│ │ │ └── images
│ │ │ ├── api-logo.png
│ │ │ ├── menu_header.gif
│ │ │ ├── right-links-bg.gif
│ │ │ ├── api-header-back.png
│ │ │ ├── api-header-region-bg.png
│ │ │ ├── api-server-menu-header.gif
│ │ │ └── api-server-menu-panel-bg.png
│ └── product
│ │ └── src
│ │ └── main
│ │ └── resources
│ │ └── web
│ │ └── styles
│ │ └── images
│ │ ├── 1px.gif
│ │ ├── api-logo.png
│ │ ├── menu_header.gif
│ │ ├── right-links-bg.gif
│ │ ├── api-header-back.png
│ │ ├── api-header-region-bg.png
│ │ ├── api-server-menu-header.gif
│ │ └── api-server-menu-panel-bg.png
├── integration
│ ├── tests-ui
│ │ └── src
│ │ │ └── test
│ │ │ └── resources
│ │ │ ├── uploads
│ │ │ └── default_thumb.jpg
│ │ │ ├── keystores
│ │ │ └── products
│ │ │ │ ├── wso2carbon.jks
│ │ │ │ └── client-truststore.jks
│ │ │ └── filters.txt
│ ├── tests
│ │ └── src
│ │ │ └── test
│ │ │ ├── resources
│ │ │ ├── keystores
│ │ │ │ └── products
│ │ │ │ │ ├── wso2carbon.jks
│ │ │ │ │ └── client-truststore.jks
│ │ │ ├── rest-api-test-resources
│ │ │ │ └── publisher
│ │ │ │ │ ├── Speedsoftware.apk
│ │ │ │ │ └── site-thumbnail.jpg
│ │ │ ├── filters.txt
│ │ │ ├── rest-api-test-data
│ │ │ │ ├── publisher
│ │ │ │ │ ├── RoleTestCase.txt
│ │ │ │ │ ├── JavaPolicyTestCase.txt
│ │ │ │ │ └── WebAppThrottlingTiersTestCase.txt
│ │ │ │ └── store
│ │ │ │ │ ├── RoleTestCase.txt
│ │ │ │ │ └── UserTestCase.txt
│ │ │ └── audit-logs
│ │ │ │ └── log4j.properties
│ │ │ └── java
│ │ │ └── org
│ │ │ └── wso2
│ │ │ └── appmanager
│ │ │ └── integration
│ │ │ └── utils
│ │ │ └── AppmClientUtil.java
│ └── common-utils
│ │ └── src
│ │ └── test
│ │ └── resources
│ │ ├── keystores
│ │ └── products
│ │ │ ├── wso2carbon.jks
│ │ │ └── client-truststore.jks
│ │ └── filters.txt
├── org.wso2.stratos.appmgt.login.ui
│ └── src
│ │ └── main
│ │ └── resources
│ │ ├── web
│ │ └── tenant-login
│ │ │ ├── images
│ │ │ ├── forum.gif
│ │ │ ├── help.gif
│ │ │ ├── body-bg.gif
│ │ │ ├── footer.jpg
│ │ │ ├── header.jpg
│ │ │ ├── images.gif
│ │ │ ├── people.gif
│ │ │ ├── powered.gif
│ │ │ ├── link-icon.gif
│ │ │ ├── login-bg.gif
│ │ │ ├── page-back.jpg
│ │ │ ├── reg-button.gif
│ │ │ ├── services.gif
│ │ │ ├── thememgt.gif
│ │ │ ├── user-guide.gif
│ │ │ ├── ajax-loader.gif
│ │ │ ├── button-back.gif
│ │ │ ├── content-back.jpg
│ │ │ ├── mailing-list.gif
│ │ │ ├── cloud-as-logo.gif
│ │ │ ├── feature-01-icon.gif
│ │ │ ├── feature-02-icon.gif
│ │ │ ├── feature-03-icon.gif
│ │ │ ├── issue-tracker.gif
│ │ │ ├── paas-login-1pix.gif
│ │ │ ├── register-button.gif
│ │ │ ├── content-back-left.jpg
│ │ │ ├── create-org-button.gif
│ │ │ ├── google-apps-login.gif
│ │ │ ├── reg-button-hover.gif
│ │ │ └── register-button-hover.gif
│ │ │ └── docs
│ │ │ └── images
│ │ │ ├── sign-in-no-domain.png
│ │ │ └── sign-in-with-domain.png
│ │ ├── org
│ │ └── wso2
│ │ │ └── stratos
│ │ │ └── apimgt
│ │ │ └── login
│ │ │ └── ui
│ │ │ └── i18n
│ │ │ └── JSResources.properties
│ │ └── META-INF
│ │ └── component.xml
├── org.wso2.stratos.appmgt.dashboard.ui
│ └── src
│ │ └── main
│ │ └── resources
│ │ └── web
│ │ └── tenant-dashboard
│ │ └── images
│ │ ├── modules.png
│ │ ├── java2wsdl.png
│ │ ├── tip-back.png
│ │ ├── wsdl2java.png
│ │ ├── tip-bottom.png
│ │ ├── wsdl-validator.png
│ │ ├── message-tracing.png
│ │ ├── service-hosting.png
│ │ ├── service-testing.png
│ │ ├── web-applications.png
│ │ └── dashboard-title-bg.gif
└── jaggery
│ └── sso
│ └── module.xml
├── docs
├── resources
│ └── images
│ │ ├── add.gif
│ │ ├── edit.gif
│ │ ├── help.gif
│ │ ├── logs.png
│ │ ├── delete.gif
│ │ ├── login.png
│ │ ├── ns-add.png
│ │ ├── proxy.png
│ │ ├── trace.png
│ │ ├── add-user.png
│ │ ├── main_seq.png
│ │ ├── perm-tree.png
│ │ ├── sequences.png
│ │ ├── stat-icon.gif
│ │ ├── user-mgt.png
│ │ ├── dep-tracking.png
│ │ ├── endpoint-off.png
│ │ ├── esb-docs-bg.gif
│ │ ├── qs_address.png
│ │ ├── qs_ps_stats.png
│ │ ├── statistics.png
│ │ ├── synapse-PBX.jpg
│ │ ├── synapse-flow.png
│ │ ├── table-header.gif
│ │ ├── tracer-icon.gif
│ │ ├── endpoint-info.png
│ │ ├── endpoint-mbean.png
│ │ ├── endpoint-state.png
│ │ ├── jconsole-mbean.png
│ │ ├── monitoring_seq.png
│ │ ├── nseditor-icon.gif
│ │ ├── proxy-service.gif
│ │ ├── set-java-home.jpg
│ │ ├── browse-registry.png
│ │ ├── endpoint-turn-off.png
│ │ ├── esb-architecture.png
│ │ ├── esb-docs-header.gif
│ │ ├── log_mediator_conf.png
│ │ ├── monitoring_view.png
│ │ ├── ot-header-esb-bg.gif
│ │ ├── proxy_templates.png
│ │ ├── qs_endpoint_main.png
│ │ ├── qs_out_sequence.png
│ │ ├── qs_proxy_dashbord.png
│ │ ├── qs_proxy_service.png
│ │ ├── qs_proxy_service2.png
│ │ ├── qs_proxy_wizard3.png
│ │ ├── registry_picker.gif
│ │ ├── registrybrowser.png
│ │ ├── synapse-logo-web2.png
│ │ ├── installed-features.png
│ │ ├── monitoring_view_ps.png
│ │ ├── proxy_service_step1.png
│ │ ├── qs_ps_overall_stats.png
│ │ ├── sequence_statistics.png
│ │ ├── stat-icon-disabled.gif
│ │ ├── editing-registry-entry.png
│ │ ├── qs_proxy_dashbord_in.png
│ │ ├── registry-entry-types.png
│ │ ├── tracer-icon-disabled.gif
│ │ ├── simple_address_endpoint.png
│ │ ├── monitoring_jconsole_login.png
│ │ ├── monitoring_jconsole_mbeans.png
│ │ ├── monitoring_view_ps_single.png
│ │ ├── templates_sequence_params.png
│ │ ├── templates_template_endpoint.png
│ │ ├── templates_endpoint_templ_design.png
│ │ └── templates_call-template-parameters.png
└── xdoc
│ └── configuration_language.xml
├── test-resources
└── README.txt
└── config
└── application-authenticators.xml
/modules/distribution/resources/mobileapps/EMPTY:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2base/files/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/storage/.htaccess:
--------------------------------------------------------------------------------
1 | Options -Indexes
2 |
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/logout.php:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2am/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2appm/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2as/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2bps/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2brs/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2cep/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2das/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2dss/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2es/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2esb/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2greg/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2is/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2mb/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2am/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2am/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2appm/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2appm/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2as/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2as/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2bps/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2bps/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2brs/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2brs/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2cep/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2cep/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2das/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2das/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2dss/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2dss/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2es/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2es/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2esb/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2esb/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2greg/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2greg/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2is/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2is/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2mb/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2mb/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2ppaas/files/configs/repository/components/dropins/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2ppaas/files/configs/repository/components/lib/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2ppaas/files/patches/repository/components/patches/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/storage/db.txt:
--------------------------------------------------------------------------------
1 | "Welcome to Notifi!", "January 16, 2015, 6:36 am", "admin"
2 |
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 |
3 |
--------------------------------------------------------------------------------
/docs/resources/images/add.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/add.gif
--------------------------------------------------------------------------------
/docs/resources/images/edit.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/edit.gif
--------------------------------------------------------------------------------
/docs/resources/images/help.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/help.gif
--------------------------------------------------------------------------------
/docs/resources/images/logs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/logs.png
--------------------------------------------------------------------------------
/docs/resources/images/delete.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/delete.gif
--------------------------------------------------------------------------------
/docs/resources/images/login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/login.png
--------------------------------------------------------------------------------
/docs/resources/images/ns-add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/ns-add.png
--------------------------------------------------------------------------------
/docs/resources/images/proxy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/proxy.png
--------------------------------------------------------------------------------
/docs/resources/images/trace.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/trace.png
--------------------------------------------------------------------------------
/docs/resources/images/add-user.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/add-user.png
--------------------------------------------------------------------------------
/docs/resources/images/main_seq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/main_seq.png
--------------------------------------------------------------------------------
/docs/resources/images/perm-tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/perm-tree.png
--------------------------------------------------------------------------------
/docs/resources/images/sequences.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/sequences.png
--------------------------------------------------------------------------------
/docs/resources/images/stat-icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/stat-icon.gif
--------------------------------------------------------------------------------
/docs/resources/images/user-mgt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/user-mgt.png
--------------------------------------------------------------------------------
/docs/resources/images/dep-tracking.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/dep-tracking.png
--------------------------------------------------------------------------------
/docs/resources/images/endpoint-off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/endpoint-off.png
--------------------------------------------------------------------------------
/docs/resources/images/esb-docs-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/esb-docs-bg.gif
--------------------------------------------------------------------------------
/docs/resources/images/qs_address.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/qs_address.png
--------------------------------------------------------------------------------
/docs/resources/images/qs_ps_stats.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/qs_ps_stats.png
--------------------------------------------------------------------------------
/docs/resources/images/statistics.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/statistics.png
--------------------------------------------------------------------------------
/docs/resources/images/synapse-PBX.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/synapse-PBX.jpg
--------------------------------------------------------------------------------
/docs/resources/images/synapse-flow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/synapse-flow.png
--------------------------------------------------------------------------------
/docs/resources/images/table-header.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/table-header.gif
--------------------------------------------------------------------------------
/docs/resources/images/tracer-icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/tracer-icon.gif
--------------------------------------------------------------------------------
/docs/xdoc/configuration_language.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/xdoc/configuration_language.xml
--------------------------------------------------------------------------------
/docs/resources/images/endpoint-info.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/endpoint-info.png
--------------------------------------------------------------------------------
/docs/resources/images/endpoint-mbean.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/endpoint-mbean.png
--------------------------------------------------------------------------------
/docs/resources/images/endpoint-state.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/endpoint-state.png
--------------------------------------------------------------------------------
/docs/resources/images/jconsole-mbean.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/jconsole-mbean.png
--------------------------------------------------------------------------------
/docs/resources/images/monitoring_seq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/monitoring_seq.png
--------------------------------------------------------------------------------
/docs/resources/images/nseditor-icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/nseditor-icon.gif
--------------------------------------------------------------------------------
/docs/resources/images/proxy-service.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/proxy-service.gif
--------------------------------------------------------------------------------
/docs/resources/images/set-java-home.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/set-java-home.jpg
--------------------------------------------------------------------------------
/docs/resources/images/browse-registry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/browse-registry.png
--------------------------------------------------------------------------------
/docs/resources/images/endpoint-turn-off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/endpoint-turn-off.png
--------------------------------------------------------------------------------
/docs/resources/images/esb-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/esb-architecture.png
--------------------------------------------------------------------------------
/docs/resources/images/esb-docs-header.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/esb-docs-header.gif
--------------------------------------------------------------------------------
/docs/resources/images/log_mediator_conf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/log_mediator_conf.png
--------------------------------------------------------------------------------
/docs/resources/images/monitoring_view.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/monitoring_view.png
--------------------------------------------------------------------------------
/docs/resources/images/ot-header-esb-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/ot-header-esb-bg.gif
--------------------------------------------------------------------------------
/docs/resources/images/proxy_templates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/proxy_templates.png
--------------------------------------------------------------------------------
/docs/resources/images/qs_endpoint_main.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/qs_endpoint_main.png
--------------------------------------------------------------------------------
/docs/resources/images/qs_out_sequence.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/qs_out_sequence.png
--------------------------------------------------------------------------------
/docs/resources/images/qs_proxy_dashbord.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/qs_proxy_dashbord.png
--------------------------------------------------------------------------------
/docs/resources/images/qs_proxy_service.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/qs_proxy_service.png
--------------------------------------------------------------------------------
/docs/resources/images/qs_proxy_service2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/qs_proxy_service2.png
--------------------------------------------------------------------------------
/docs/resources/images/qs_proxy_wizard3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/qs_proxy_wizard3.png
--------------------------------------------------------------------------------
/docs/resources/images/registry_picker.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/registry_picker.gif
--------------------------------------------------------------------------------
/docs/resources/images/registrybrowser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/registrybrowser.png
--------------------------------------------------------------------------------
/docs/resources/images/synapse-logo-web2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/synapse-logo-web2.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/PizzaShack.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/PizzaShack.zip
--------------------------------------------------------------------------------
/docs/resources/images/installed-features.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/installed-features.png
--------------------------------------------------------------------------------
/docs/resources/images/monitoring_view_ps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/monitoring_view_ps.png
--------------------------------------------------------------------------------
/docs/resources/images/proxy_service_step1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/proxy_service_step1.png
--------------------------------------------------------------------------------
/docs/resources/images/qs_ps_overall_stats.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/qs_ps_overall_stats.png
--------------------------------------------------------------------------------
/docs/resources/images/sequence_statistics.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/sequence_statistics.png
--------------------------------------------------------------------------------
/docs/resources/images/stat-icon-disabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/stat-icon-disabled.gif
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/order.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Spicy Italian",
3 | "quantity": 1,
4 | "customerName": "Hiranya"
5 | }
6 |
--------------------------------------------------------------------------------
/docs/resources/images/editing-registry-entry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/editing-registry-entry.png
--------------------------------------------------------------------------------
/docs/resources/images/qs_proxy_dashbord_in.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/qs_proxy_dashbord_in.png
--------------------------------------------------------------------------------
/docs/resources/images/registry-entry-types.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/registry-entry-types.png
--------------------------------------------------------------------------------
/docs/resources/images/tracer-icon-disabled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/tracer-icon-disabled.gif
--------------------------------------------------------------------------------
/docs/resources/images/simple_address_endpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/simple_address_endpoint.png
--------------------------------------------------------------------------------
/docs/resources/images/monitoring_jconsole_login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/monitoring_jconsole_login.png
--------------------------------------------------------------------------------
/docs/resources/images/monitoring_jconsole_mbeans.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/monitoring_jconsole_mbeans.png
--------------------------------------------------------------------------------
/docs/resources/images/monitoring_view_ps_single.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/monitoring_view_ps_single.png
--------------------------------------------------------------------------------
/docs/resources/images/templates_sequence_params.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/templates_sequence_params.png
--------------------------------------------------------------------------------
/docs/resources/images/templates_template_endpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/templates_template_endpoint.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/menu/activity_about.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/assets/img/notifi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/notifi/assets/img/notifi.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/logout.jsp:
--------------------------------------------------------------------------------
1 | <%
2 | session.removeAttribute("access.token");
3 | response.sendRedirect("login.jsp");
4 | %>
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/assets/img/notifi_s.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/notifi/assets/img/notifi_s.png
--------------------------------------------------------------------------------
/docs/resources/images/templates_endpoint_templ_design.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/templates_endpoint_templ_design.png
--------------------------------------------------------------------------------
/modules/styles/service/src/main/resources/web/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/service/src/main/resources/web/favicon.ico
--------------------------------------------------------------------------------
/docs/resources/images/templates_call-template-parameters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/docs/resources/images/templates_call-template-parameters.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Resources/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Resources/icon.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/ExchangeR/Resources/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/ExchangeR/Resources/icon.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/MyTracks/Resources/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/MyTracks/Resources/icon.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/WSO2Con/Resources/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/WSO2Con/Resources/banner.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/WSO2Con/Resources/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/WSO2Con/Resources/icon.png
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/conf/rule-component.conf:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Resources/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Resources/banner.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/ExchangeR/Resources/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/ExchangeR/Resources/banner.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/MyTracks/Resources/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/MyTracks/Resources/banner.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/MyTracks/Resources/screen1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/MyTracks/Resources/screen1.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/MyTracks/Resources/screen2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/MyTracks/Resources/screen2.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/WSO2Con/Resources/screen1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/WSO2Con/Resources/screen1.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/WSO2Con/Resources/screen2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/WSO2Con/Resources/screen2.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Resources/CleanCalc.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Resources/CleanCalc.apk
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Resources/screen1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Resources/screen1.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Resources/screen2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Resources/screen2.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Resources/screen3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Resources/screen3.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/ExchangeR/Resources/screen1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/ExchangeR/Resources/screen1.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/ExchangeR/Resources/screen2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/ExchangeR/Resources/screen2.png
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/0.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/0.jpeg
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/1.jpeg
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/2.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/2.jpeg
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/3.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/3.jpeg
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/4.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/4.jpeg
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/5.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/5.jpeg
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/6.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/6.jpeg
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/7.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/7.jpeg
--------------------------------------------------------------------------------
/modules/styles/product/src/main/resources/web/styles/images/1px.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/product/src/main/resources/web/styles/images/1px.gif
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/images/sand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/plan-your-trip/src/main/webapp/images/sand.png
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/img1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/img1.jpg
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/img3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/img3.jpg
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/img4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/img4.jpg
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/logo.png
--------------------------------------------------------------------------------
/modules/integration/tests-ui/src/test/resources/uploads/default_thumb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/integration/tests-ui/src/test/resources/uploads/default_thumb.jpg
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/1.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/10.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/2.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/3.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/4.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/5.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/6.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/7.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/8.png
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/images/9.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balk.png
--------------------------------------------------------------------------------
/modules/styles/product/src/main/resources/web/styles/images/api-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/product/src/main/resources/web/styles/images/api-logo.png
--------------------------------------------------------------------------------
/modules/styles/service/src/main/resources/web/styles/images/api-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/service/src/main/resources/web/styles/images/api-logo.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/Roboto-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/Roboto-Light.ttf
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/Roboto-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/Roboto-Thin.ttf
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/calendar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/calendar.png
--------------------------------------------------------------------------------
/modules/styles/product/src/main/resources/web/styles/images/menu_header.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/product/src/main/resources/web/styles/images/menu_header.gif
--------------------------------------------------------------------------------
/modules/styles/service/src/main/resources/web/styles/images/menu_header.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/service/src/main/resources/web/styles/images/menu_header.gif
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/keystores/products/wso2carbon.jks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/integration/tests/src/test/resources/keystores/products/wso2carbon.jks
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/images/UCL_Natl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/images/UCL_Natl.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/Roboto-Medium.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/Roboto-Medium.ttf
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/RobotoSlab-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/RobotoSlab-Thin.ttf
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/logo_big.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/logo_big.png
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/assets/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/notifi/assets/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/assets/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/notifi/assets/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/assets/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/notifi/assets/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/images/world_travel.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/plan-your-trip/src/main/webapp/images/world_travel.jpg
--------------------------------------------------------------------------------
/modules/styles/product/src/main/resources/web/styles/images/right-links-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/product/src/main/resources/web/styles/images/right-links-bg.gif
--------------------------------------------------------------------------------
/modules/styles/service/src/main/resources/web/styles/images/right-links-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/service/src/main/resources/web/styles/images/right-links-bg.gif
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/images/shack-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/images/shack-logo.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/Roboto-Condensed.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/Roboto-Condensed.ttf
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balkpressed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balkpressed.png
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/search-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/search-button.png
--------------------------------------------------------------------------------
/modules/styles/product/src/main/resources/web/styles/images/api-header-back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/product/src/main/resources/web/styles/images/api-header-back.png
--------------------------------------------------------------------------------
/modules/styles/service/src/main/resources/web/styles/images/api-header-back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/service/src/main/resources/web/styles/images/api-header-back.png
--------------------------------------------------------------------------------
/modules/integration/tests-ui/src/test/resources/keystores/products/wso2carbon.jks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/integration/tests-ui/src/test/resources/keystores/products/wso2carbon.jks
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/Roboto-BoldCondensed.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/assets/Roboto-BoldCondensed.ttf
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/logo_blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/logo_blue.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/logo_red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/logo_red.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/logo_blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/logo_blue.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/logo_red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/logo_red.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/logo_blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/logo_blue.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/logo_red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/logo_red.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/logo_red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/logo_red.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balkpressedred.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balkpressedred.png
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/gson-2.2.2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/gson-2.2.2.jar
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/travel-industry.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/images/travel-industry.jpg
--------------------------------------------------------------------------------
/modules/integration/common-utils/src/test/resources/keystores/products/wso2carbon.jks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/integration/common-utils/src/test/resources/keystores/products/wso2carbon.jks
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/keystores/products/client-truststore.jks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/integration/tests/src/test/resources/keystores/products/client-truststore.jks
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/logo_orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/logo_orange.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/logo_purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/logo_purple.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/ic_launcher.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/logo_orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/logo_orange.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/logo_purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/logo_purple.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/logo_orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/logo_orange.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/logo_purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/logo_purple.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/logo_blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/logo_blue.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/logo_blue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/logo_blue.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/logo_red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/logo_red.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balkpressedblue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balkpressedblue.png
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/joda-time-2.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/joda-time-2.1.jar
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/images/BlankMap-World-1ce.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/plan-your-trip/src/main/webapp/images/BlankMap-World-1ce.png
--------------------------------------------------------------------------------
/modules/styles/product/src/main/resources/web/styles/images/api-header-region-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/product/src/main/resources/web/styles/images/api-header-region-bg.png
--------------------------------------------------------------------------------
/modules/styles/service/src/main/resources/web/styles/images/api-header-region-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/service/src/main/resources/web/styles/images/api-header-region-bg.png
--------------------------------------------------------------------------------
/modules/integration/tests-ui/src/test/resources/keystores/products/client-truststore.jks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/integration/tests-ui/src/test/resources/keystores/products/client-truststore.jks
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/include_head_row.jsp:
--------------------------------------------------------------------------------
1 |
2 |
3 |

4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/lib/img/grid-18px-masked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/lib/img/grid-18px-masked.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/logo_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/logo_default.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/logo_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-ldpi/logo_default.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/logo_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/logo_default.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/logo_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/logo_default.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/logo_orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/logo_orange.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/logo_purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/logo_purple.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/logo_default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/logo_default.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/logo_orange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/logo_orange.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/logo_purple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxhdpi/logo_purple.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xxxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balkpressedorange.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balkpressedorange.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balkpressedpurple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/balkpressedpurple.png
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/commons-codec-1.6.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/commons-codec-1.6.jar
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/json-simple-1.1.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/json-simple-1.1.1.jar
--------------------------------------------------------------------------------
/modules/styles/product/src/main/resources/web/styles/images/api-server-menu-header.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/product/src/main/resources/web/styles/images/api-server-menu-header.gif
--------------------------------------------------------------------------------
/modules/styles/product/src/main/resources/web/styles/images/api-server-menu-panel-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/product/src/main/resources/web/styles/images/api-server-menu-panel-bg.png
--------------------------------------------------------------------------------
/modules/styles/service/src/main/resources/web/styles/images/api-server-menu-header.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/service/src/main/resources/web/styles/images/api-server-menu-header.gif
--------------------------------------------------------------------------------
/modules/styles/service/src/main/resources/web/styles/images/api-server-menu-panel-bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/styles/service/src/main/resources/web/styles/images/api-server-menu-panel-bg.png
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/WEB-INF/lib/appm.jwt.sample-1.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/travel-booking/src/main/webapp/WEB-INF/lib/appm.jwt.sample-1.0.jar
--------------------------------------------------------------------------------
/modules/integration/common-utils/src/test/resources/keystores/products/client-truststore.jks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/integration/common-utils/src/test/resources/keystores/products/client-truststore.jks
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/forum.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/forum.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/help.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/help.gif
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/lib/img/glyphicons-halflings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/lib/img/glyphicons-halflings.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/balkpressedpurple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/balkpressedpurple.png
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/google-collections-1.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/google-collections-1.0.jar
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/jsontoken-1.2-SNAPSHOT.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/lib/jsontoken-1.2-SNAPSHOT.jar
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/body-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/body-bg.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/footer.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/footer.jpg
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/header.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/header.jpg
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/images.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/images.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/people.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/people.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/powered.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/powered.gif
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/textfield_darkblue.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-hdpi/textfield_darkblue.9.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/textfield_darkblue.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-mdpi/textfield_darkblue.9.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/textfield_darkblue.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable-xhdpi/textfield_darkblue.9.png
--------------------------------------------------------------------------------
/modules/distribution/resources/migrations/migration_from_1.0.0_to_1.1.0/App_Manager_Analytics.tbox:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/resources/migrations/migration_from_1.0.0_to_1.1.0/App_Manager_Analytics.tbox
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/rest-api-test-resources/publisher/Speedsoftware.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/integration/tests/src/test/resources/rest-api-test-resources/publisher/Speedsoftware.apk
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/rest-api-test-resources/publisher/site-thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/integration/tests/src/test/resources/rest-api-test-resources/publisher/site-thumbnail.jpg
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/link-icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/link-icon.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/login-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/login-bg.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/page-back.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/page-back.jpg
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/reg-button.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/reg-button.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/services.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/services.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/thememgt.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/thememgt.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/user-guide.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/user-guide.gif
--------------------------------------------------------------------------------
/modules/samples/BPSWorkFlow/UserCreation/UserCreationSampleService/UserCreationSampleService.aar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/BPSWorkFlow/UserCreation/UserCreationSampleService/UserCreationSampleService.aar
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/lib/img/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/lib/img/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/ajax-loader.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/ajax-loader.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/button-back.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/button-back.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/content-back.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/content-back.jpg
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/mailing-list.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/mailing-list.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/modules.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/modules.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/cloud-as-logo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/cloud-as-logo.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/feature-01-icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/feature-01-icon.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/feature-02-icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/feature-02-icon.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/feature-03-icon.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/feature-03-icon.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/issue-tracker.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/issue-tracker.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/paas-login-1pix.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/paas-login-1pix.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/register-button.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/register-button.gif
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/user-signup/HumanTask/UserApprovalTask-1.0.0.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/business-processes/user-signup/HumanTask/UserApprovalTask-1.0.0.zip
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/java2wsdl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/java2wsdl.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/tip-back.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/tip-back.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/wsdl2java.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/wsdl2java.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/org/wso2/stratos/apimgt/login/ui/i18n/JSResources.properties:
--------------------------------------------------------------------------------
1 | password.mismatched=Passwords do not match.
2 | current.password.should.provided=You should provide the current password inorder to change the password.
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/content-back-left.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/content-back-left.jpg
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/create-org-button.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/create-org-button.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/google-apps-login.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/google-apps-login.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/reg-button-hover.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/reg-button-hover.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/tip-bottom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/tip-bottom.png
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/util/func.php:
--------------------------------------------------------------------------------
1 | $value) {
6 | if ($name == $field){
7 | return $value;
8 | }
9 | }
10 | }
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/user-signup/BPEL/UserSignupApprovalProcess_1.0.0.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/business-processes/user-signup/BPEL/UserSignupApprovalProcess_1.0.0.zip
--------------------------------------------------------------------------------
/modules/distribution/resources/migrations/migration_from_1.1.0_to_1.2.0/wso2-appmgt-migration-client-1.2.x.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/resources/migrations/migration_from_1.1.0_to_1.2.0/wso2-appmgt-migration-client-1.2.x.zip
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/wsdl-validator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/wsdl-validator.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/docs/images/sign-in-no-domain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/docs/images/sign-in-no-domain.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/register-button-hover.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/images/register-button-hover.gif
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/message-tracing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/message-tracing.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/service-hosting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/service-hosting.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/service-testing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/service-testing.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/web-applications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/web-applications.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/docs/images/sign-in-with-domain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/web/tenant-login/docs/images/sign-in-with-domain.png
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/dashboard-title-bg.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/org.wso2.stratos.appmgt.dashboard.ui/src/main/resources/web/tenant-dashboard/images/dashboard-title-bg.gif
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Sparkscripts_1.0.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | APM_SPARK_SCRIPTS.xml
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/publish-application/HumanTask/PublishAppApprovalTask-1.0.0.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/business-processes/publish-application/HumanTask/PublishAppApprovalTask-1.0.0.zip
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/assembly/filter.properties:
--------------------------------------------------------------------------------
1 | product.name=WSO2 Enterprise APP Manager
2 | product.key=EAM
3 | product.version=1.1.0
4 |
5 | carbon.version=4.4.0
6 | default.server.role=EnterpriseAPPManager
7 | bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator
8 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/application-creation/HumanTask/ApplicationsApprovalTask-1.0.0.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/business-processes/application-creation/HumanTask/ApplicationsApprovalTask-1.0.0.zip
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/images/logo.png
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/publish-application/BPEL/PublishAPPApprovalWorkFlowProcess_1.0.0.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/business-processes/publish-application/BPEL/PublishAPPApprovalWorkFlowProcess_1.0.0.zip
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/subscription-creation/HumanTask/SubscriptionsApprovalTask-1.0.0.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/business-processes/subscription-creation/HumanTask/SubscriptionsApprovalTask-1.0.0.zip
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/img/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/img/logo.png
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventreceiver_fault_1.0.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | EventReceiver_fault.xml
4 |
5 |
--------------------------------------------------------------------------------
/modules/jaggery/sso/module.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org.wso2.carbon.hostobjects.sso.SAMLSSORelyingPartyObject
4 | SSORelyingParty
5 |
6 |
7 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/application-creation/BPEL/ApplicationApprovalWorkFlowProcess_1.0.0.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/business-processes/application-creation/BPEL/ApplicationApprovalWorkFlowProcess_1.0.0.zip
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/images/appm_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/images/appm_logo.png
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/images/poweredby.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/images/poweredby.png
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventreceiver_request_1.0.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | EventReceiver_request.xml
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventreceiver_response_1.0.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | EventReceiver_response.xml
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/subscription-creation/BPEL/SubscriptionApprovalWorkFlowProcess_1.0.0.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/business-processes/subscription-creation/BPEL/SubscriptionApprovalWorkFlowProcess_1.0.0.zip
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventstore_fault_1.0.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org_wso2_appmgt_statistics_fault.xml
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/fontwso2.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/fontwso2.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/fontwso2.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/fontwso2.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/fontwso2.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/fontwso2.woff
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventreceiver_uiactivity_1.1.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | Eventreceiver_uiactivity.xml
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventstream_fault_1.0.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org_wso2_appmgt_statistics_fault_1.0.0.json
4 |
5 |
6 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventstore_request_1.0.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org_wso2_appmgt_statistics_request.xml
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventstore_response_1.0.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org_wso2_appmgt_statistics_response.xml
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventstream_request_1.0.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org.wso2.appmgt.statistics.request_1.0.0.json
4 |
5 |
6 |
--------------------------------------------------------------------------------
/modules/distribution/resources/migrations/Migration-client/src/main/resources/1.1.0-1.2.0-migration/sql-scripts/constraint/drop-fk.sql:
--------------------------------------------------------------------------------
1 | SELECT DISTINCT constraint_name FROM information_schema.REFERENTIAL_CONSTRAINTS WHERE table_name='APM_API_CONSUMER_APPS'
2 | ALTER TABLE APM_API_CONSUMER_APPS DROP FOREIGN KEY ;
3 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/values-land/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 28sp
4 | 16sp
5 | 0dp
6 |
7 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventstore_uiactivity_1.1.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org_wso2_appmgt_bam_uiactivitypublish.xml
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventstream_response_1.0.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org_wso2_appmgt_statistics_response_1.0.0.json
4 |
5 |
6 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/values-sw600dp-land/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 48sp
4 | 24sp
5 | 0dp
6 |
7 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventstream_uiactivity_1.1.0/artifact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | org.wso2.appmgt.bam.uiactivitypublish_1.1.0.json
4 |
5 |
6 |
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/filters.txt:
--------------------------------------------------------------------------------
1 | -*.stub*
2 | -*.stub_
3 | -*.stub_4.0.0
4 | -*.stub-
5 | -org.eclipse.*
6 | -*.equinox.*
7 | -*.log4j*
8 | -*.axis2*
9 | -*.ui*
10 | -*startup*
11 | **\sun\**\*.class
12 | **\javax\**\*.class
13 | **\log4j\**\*.class
14 | **\axis2\**\*.class
15 | **\commons\logging\**\*.class
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/img/glyphicons-halflings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/img/glyphicons-halflings.png
--------------------------------------------------------------------------------
/modules/integration/common-utils/src/test/resources/filters.txt:
--------------------------------------------------------------------------------
1 | -*.stub*
2 | -*.stub_
3 | -*.stub_4.0.0
4 | -*.stub-
5 | -org.eclipse.*
6 | -*.equinox.*
7 | -*.log4j*
8 | -*.axis2*
9 | -*.ui*
10 | -*startup*
11 | **\sun\**\*.class
12 | **\javax\**\*.class
13 | **\log4j\**\*.class
14 | **\axis2\**\*.class
15 | **\commons\logging\**\*.class
--------------------------------------------------------------------------------
/modules/integration/tests-ui/src/test/resources/filters.txt:
--------------------------------------------------------------------------------
1 | -*.stub*
2 | -*.stub_
3 | -*.stub_4.0.0
4 | -*.stub-
5 | -org.eclipse.*
6 | -*.equinox.*
7 | -*.log4j*
8 | -*.axis2*
9 | -*.ui*
10 | -*startup*
11 | **\sun\**\*.class
12 | **\javax\**\*.class
13 | **\log4j\**\*.class
14 | **\axis2\**\*.class
15 | **\commons\logging\**\*.class
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Bold-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Bold-webfont.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Bold-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Bold-webfont.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Bold-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Bold-webfont.woff
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Light-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Light-webfont.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Light-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Light-webfont.ttf
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/equal_button_text.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/normal_button_text.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Italic-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Italic-webfont.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Italic-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Italic-webfont.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Italic-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Italic-webfont.woff
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Light-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Light-webfont.woff
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Regular-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Regular-webfont.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Regular-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Regular-webfont.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Regular-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Regular-webfont.woff
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Semibold-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Semibold-webfont.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Semibold-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Semibold-webfont.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/img/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/img/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/adv_button_text.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-BoldItalic-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-BoldItalic-webfont.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-BoldItalic-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-BoldItalic-webfont.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBold-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBold-webfont.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBold-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBold-webfont.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBold-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBold-webfont.woff
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Semibold-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-Semibold-webfont.woff
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/adv_button_text_red.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/normal_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/normal_button_text_red.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-BoldItalic-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-BoldItalic-webfont.woff
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-LightItalic-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-LightItalic-webfont.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-LightItalic-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-LightItalic-webfont.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-LightItalic-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-LightItalic-webfont.woff
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/adv_button_text_blue.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/adv_button_text_orange.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/adv_button_text_purple.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/handle.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/normal_button_text_blue.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/normal_button_text_orange.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/normal_button_text_purple.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/drawable/normal_button_bg_norm.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBoldItalic-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBoldItalic-webfont.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBoldItalic-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBoldItalic-webfont.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-SemiboldItalic-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-SemiboldItalic-webfont.eot
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-SemiboldItalic-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-SemiboldItalic-webfont.ttf
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-SemiboldItalic-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-SemiboldItalic-webfont.woff
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/adv_button_bg_red.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 40sp
4 | 20sp
5 | 0dp
6 | 200dp
7 |
8 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBoldItalic-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/this/product-app-manager/master/modules/distribution/product/src/main/repository/deployment/server/webapps/authenticationendpoint-overlay/assets/fonts/OpenSans-ExtraBoldItalic-webfont.woff
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/adv_button_bg_blue.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/adv_button_bg_orange.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/adv_button_bg_purple.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/handle_blue.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/handle_red.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/link_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/handle_orange.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/handle_purple.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/values-sw600dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 64sp
4 | 32sp
5 | 0dp
6 | 400dp
7 |
8 |
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/member/api/getMessages.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/color/reset_button_bg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/test-json.txt:
--------------------------------------------------------------------------------
1 | [{"pizzaType":"Pizza7","description":"PizzaDescription7","icon":"/images/pizza7.jpg","price":"12.84894125548481"},{"pizzaType":"Pizza9","description":"PizzaDescription9","icon":"/images/pizza9.jpg","price":"19.24996348648854"},{"pizzaType":"Pizza8","description":"PizzaDescription8","icon":"/images/pizza8.jpg","price":"4.196336016891981"}]
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/conf/synapse-configs/default/sequences/_auth_failure_handler_.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/modules/samples/JWTSecurity/Filter/src/main/java/org/wso2/JSON/JSONAware.java:
--------------------------------------------------------------------------------
1 | package org.wso2.JSON;
2 |
3 | /**
4 | * Beans that support customized output of JSON text shall implement this interface.
5 | * @author FangYidong
6 | */
7 | public interface JSONAware {
8 | /**
9 | * @return JSON text
10 | */
11 | String toJSONString();
12 | }
13 |
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/invokeStatistcs.js:
--------------------------------------------------------------------------------
1 | function invokeStatistics(){
2 | var tracking_code = "AM_47799122892320156";
3 | var request = $.ajax({
4 | url: "http://localhost:8280/statistics/",
5 | type: "GET",
6 | headers: {
7 | "trackingCode":tracking_code,
8 | }
9 |
10 | });
11 | }
12 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/conf/synapse-configs/default/sequences/_throttle_out_handler_.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/js/invokeStatistcs.js:
--------------------------------------------------------------------------------
1 | function invokeStatistics(){
2 | var tracking_code = "AM_9110106947591784810108";
3 | var request = $.ajax({
4 | url: "http://localhost:8280/statistics/",
5 | type: "GET",
6 | headers: {
7 | "trackingCode":tracking_code,
8 | }
9 |
10 | });
11 | }
12 |
--------------------------------------------------------------------------------
/modules/samples/JWTSecurity/Valve/Tomcat_8/src/main/java/org/wso2/tomcat/JSON/JSONAware.java:
--------------------------------------------------------------------------------
1 | package org.wso2.tomcat.JSON;
2 |
3 | /**
4 | * Beans that support customized output of JSON text shall implement this interface.
5 | * @author FangYidong
6 | */
7 | public interface JSONAware {
8 | /**
9 | * @return JSON text
10 | */
11 | String toJSONString();
12 | }
13 |
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/test-json-1.txt:
--------------------------------------------------------------------------------
1 | [{
2 | "pizzaType":"VegiDelight",
3 | "description":"Full of Vegetables",
4 | "imageUrl":"http://foo.com/bar/1",
5 | "price":"690.00",
6 | "sizes":["S","M","L"]
7 | },{
8 | "pizzaType":"Chicki",
9 | "description":"Chicks all over",
10 | "imageUrl":"http://foo.com/bar/2",
11 | "price":"875.00",
12 | "sizes":["S","M","L"]
13 | }
14 | ]
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/js/sequence.js:
--------------------------------------------------------------------------------
1 | $(document).ready(function(){
2 | var options = {
3 | autoPlay: true,
4 | autoPlayDelay: 3000,
5 | pauseOnHover: false,
6 | nextButton: false,
7 | prevButton: false,
8 | preloader: false,
9 | navigationSkipThreshold: 1000,
10 | fadeFrameWhenSkipped: false
11 | };
12 | var sequence = $("#sequence").sequence(options).data("sequence");
13 | });
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/modules/samples/JWTSecurity/Filter/src/main/Sample/JWTSecurityConstraints.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | /admin.jsp
6 |
7 | admin
8 | admin2
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/maven-config-processor-descriptors/catalina-rest-auth-value.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | /Server/Service/Engine/Host/Valve[@className='org.wso2.carbon.tomcat.ext.valves.CompositeValve']
5 |
6 |
8 | ]]>
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/assets/css/styles.css:
--------------------------------------------------------------------------------
1 | body{
2 | padding-top: 60px;
3 | }
4 |
5 | textarea.form-control {
6 | font-size:30px;
7 | }
8 |
9 | .raw-seperator{
10 | padding-top: 20px;
11 | }
12 |
13 | .raw-message{
14 | padding-top: 50px;
15 | padding-bottom: 200px;
16 | }
17 |
18 | .raw-space{
19 | padding-top: 20px;
20 | }
21 |
22 | .container-center{
23 | padding-top: 100px;
24 | text-align: center;
25 | }
26 |
27 | .icon-image{
28 | width: 100px;
29 | }
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/maven-config-processor-descriptors/security-for-publisher-api.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | /c:Server
5 |
6 |
8 |
9 |
10 | ]]>
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/menu/menu.xml:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/modules/samples/JWTSecurity/Filter/src/main/java/org/wso2/JSON/JSONStreamAware.java:
--------------------------------------------------------------------------------
1 | package org.wso2.JSON;
2 |
3 | import java.io.IOException;
4 | import java.io.Writer;
5 |
6 | /**
7 | * Beans that support customized output of JSON text to a writer shall implement this interface.
8 | * @author FangYidong
9 | */
10 | public interface JSONStreamAware {
11 | /**
12 | * write JSON string to out.
13 | */
14 | void writeJSONString(Writer out) throws IOException;
15 | }
16 |
--------------------------------------------------------------------------------
/modules/samples/JWTSecurity/Valve/Tomcat_8/src/main/java/org/wso2/tomcat/JSON/JSONStreamAware.java:
--------------------------------------------------------------------------------
1 | package org.wso2.tomcat.JSON;
2 |
3 | import java.io.IOException;
4 | import java.io.Writer;
5 |
6 | /**
7 | * Beans that support customized output of JSON text to a writer shall implement this interface.
8 | * @author FangYidong
9 | */
10 | public interface JSONStreamAware {
11 | /**
12 | * write JSON string to out.
13 | */
14 | void writeJSONString(Writer out) throws IOException;
15 | }
16 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventreceiver_fault_1.0.0/EventReceiver_fault.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | false
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventreceiver_request_1.0.0/EventReceiver_request.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | false
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system use,
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 |
10 | # Project target.
11 | target=Google Inc.:Google APIs:19
12 | android.library.reference.1=../../programmeren/android/gridlayout_v7
13 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventreceiver_response_1.0.0/EventReceiver_response.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | false
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/capp/Eventreceiver_uiactivity_1.1.0/Eventreceiver_uiactivity.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | false
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/assets/js/npm.js:
--------------------------------------------------------------------------------
1 | // This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment.
2 | require('../../js/transition.js')
3 | require('../../js/alert.js')
4 | require('../../js/button.js')
5 | require('../../js/carousel.js')
6 | require('../../js/collapse.js')
7 | require('../../js/dropdown.js')
8 | require('../../js/modal.js')
9 | require('../../js/tooltip.js')
10 | require('../../js/popover.js')
11 | require('../../js/scrollspy.js')
12 | require('../../js/tab.js')
13 | require('../../js/affix.js')
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/java/com/pizzashack/PizzaShackMenuAPI.java:
--------------------------------------------------------------------------------
1 | package com.pizzashack;
2 |
3 | import javax.ws.rs.GET;
4 | import javax.ws.rs.Path;
5 | import javax.ws.rs.Produces;
6 | import javax.ws.rs.core.Response;
7 |
8 | import com.pizzashack.beans.MenuItem;
9 |
10 | @Path("/menu")
11 | public class PizzaShackMenuAPI {
12 |
13 | @GET
14 | @Produces("application/json")
15 | public Response getMenu() {
16 | MenuItem[] menuItems = PizzaMenu.getInstance().getMenu();
17 | return Response.ok().entity(menuItems).build();
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/conf/synapse-configs/default/api/_AuthorizeAPI_.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
--------------------------------------------------------------------------------
/modules/distribution/resources/migrations/migration_from_1.0.0_to_1.1.0/h2.sql:
--------------------------------------------------------------------------------
1 | CREATE TABLE IF NOT EXISTS APM_APP_HITS (
2 | UUID VARCHAR2(500) NOT NULL,
3 | APP_NAME VARCHAR2(200) NOT NULL,
4 | VERSION VARCHAR2(50),
5 | CONTEXT VARCHAR2(256) NOT NULL,
6 | USER_ID VARCHAR2(50) NOT NULL,
7 | TENANT_ID INTEGER,
8 | HIT_TIME TIMESTAMP NOT NULL,
9 | PRIMARY KEY (UUID, USER_ID, TENANT_ID, HIT_TIME),
10 | FOREIGN KEY (UUID) REFERENCES APM_APP(UUID) ON UPDATE CASCADE ON DELETE CASCADE,
11 | FOREIGN KEY (USER_ID) REFERENCES APM_SUBSCRIBER(USER_ID) ON UPDATE CASCADE ON DELETE CASCADE
12 | );
13 |
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/java/org/wso2/appmanager/integration/utils/AppmClientUtil.java:
--------------------------------------------------------------------------------
1 | package org.wso2.appmanager.integration.utils;
2 |
3 |
4 | import org.wso2.carbon.automation.test.utils.http.client.HttpResponse;
5 |
6 | public class AppmClientUtil {
7 |
8 | //todo: need to implement this considering sso scenario
9 | public static HttpResponse invoke(String userName, String password, String url) {
10 | HttpResponse httpResponse = new HttpResponse("Ok", 200);
11 | httpResponse.getResponseCode();
12 | return httpResponse;
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/glassfish-web.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Keep a copy of the generated servlet class' java code.
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/WEB-INF/glassfish-web.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Keep a copy of the generated servlet class' java code.
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/modules/distribution/resources/migrations/migration_from_1.0.0_to_1.1.0/mysql.sql:
--------------------------------------------------------------------------------
1 | CREATE TABLE IF NOT EXISTS APM_APP_HITS (
2 | UUID VARCHAR(500) NOT NULL,
3 | APP_NAME VARCHAR(200) NOT NULL,
4 | VERSION VARCHAR(50),
5 | CONTEXT VARCHAR(256) NOT NULL,
6 | USER_ID VARCHAR(50) NOT NULL,
7 | TENANT_ID INTEGER,
8 | HIT_TIME TIMESTAMP NOT NULL,,
9 | PRIMARY KEY (UUID, USER_ID, TENANT_ID, HIT_TIME),
10 | FOREIGN KEY (UUID) REFERENCES APM_APP(UUID) ON UPDATE CASCADE ON DELETE CASCADE,
11 | FOREIGN KEY (USER_ID) REFERENCES APM_SUBSCRIBER(USER_ID) ON UPDATE CASCADE ON DELETE CASCADE
12 | ) ENGINE INNODB;
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/rest-api-test-data/publisher/RoleTestCase.txt:
--------------------------------------------------------------------------------
1 | {
2 | "testCase": [{
3 | "init": {
4 | "scope": "appm:create"
5 | },
6 | "data": {
7 | "method": "GET",
8 | "url": "api/appm/publisher/v1.1/roles",
9 | "query-parameters": "",
10 | "request-headers": {
11 | "Authorization": "Bearer"
12 | },
13 | "request-payload": "",
14 | "response-headers": "",
15 | "response-payload": ""
16 | },
17 | "asserts": {
18 | "header-asserts": {
19 | "status-code": "200"
20 | },
21 | "body-asserts": []
22 | }
23 | }]
24 | }
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/rest-api-test-data/publisher/JavaPolicyTestCase.txt:
--------------------------------------------------------------------------------
1 | {
2 | "testCase": [{
3 | "init": {
4 | "scope": "appm:create"
5 | },
6 | "data": {
7 | "method": "GET",
8 | "url": "api/appm/publisher/v1.1/javapolicies",
9 | "query-parameters": "",
10 | "request-headers": {
11 | "Authorization": "Bearer"
12 | },
13 | "request-payload": "",
14 | "response-headers": "",
15 | "response-payload": ""
16 | },
17 | "asserts": {
18 | "header-asserts": {
19 | "status-code": "200"
20 | },
21 | "body-asserts": []
22 | }
23 | }]
24 | }
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/rest-api-test-data/store/RoleTestCase.txt:
--------------------------------------------------------------------------------
1 | {
2 | "testCase": [{
3 | "init": {
4 | "scope": "appm:administration"
5 | },
6 | "data": {
7 | "method": "GET",
8 | "url": "api/appm/store/v1.1/administration/roles",
9 | "query-parameters": "",
10 | "request-headers": {
11 | "Authorization": "Bearer"
12 | },
13 | "request-payload": "",
14 | "response-headers": "",
15 | "response-payload": ""
16 | },
17 | "asserts": {
18 | "header-asserts": {
19 | "status-code": "200"
20 | },
21 | "body-asserts": []
22 | }
23 | }]
24 | }
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/rest-api-test-data/store/UserTestCase.txt:
--------------------------------------------------------------------------------
1 | {
2 | "testCase": [{
3 | "init": {
4 | "scope": "appm:administration"
5 | },
6 | "data": {
7 | "method": "GET",
8 | "url": "api/appm/store/v1.1/administration/users",
9 | "query-parameters": "",
10 | "request-headers": {
11 | "Authorization": "Bearer"
12 | },
13 | "request-payload": "",
14 | "response-headers": "",
15 | "response-payload": ""
16 | },
17 | "asserts": {
18 | "header-asserts": {
19 | "status-code": "200"
20 | },
21 | "body-asserts": []
22 | }
23 | }]
24 | }
--------------------------------------------------------------------------------
/modules/distribution/resources/migrations/migration_from_1.0.0_to_1.1.0/oracle.sql:
--------------------------------------------------------------------------------
1 | CREATE TABLE APM_API_CONSUMER_APPS(
2 | ID INTEGER,
3 | SAML2_SSO_ISSUER VARCHAR2(500),
4 | APP_CONSUMER_KEY VARCHAR2(512),
5 | API_TOKEN_ENDPOINT VARCHAR2(1024),
6 | API_CONSUMER_KEY VARCHAR2(512),
7 | API_CONSUMER_SECRET VARCHAR2(512),
8 | APP_NAME VARCHAR2(512),
9 | PRIMARY KEY (ID, APP_CONSUMER_KEY),
10 | FOREIGN KEY (UUID) REFERENCES APM_APP(UUID) ON UPDATE CASCADE ON DELETE CASCADE,
11 | FOREIGN KEY (USER_ID) REFERENCES APM_SUBSCRIBER(USER_ID) ON UPDATE CASCADE ON DELETE CASCADE
12 | )
13 | /
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2base/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-base",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2base",
8 | "project_page": "",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["base"],
16 | "dependencies": [
17 | { "name": "puppetlabs/stdlib", "version_requirement": ">= 3.2.0 < 5.0.0" }
18 | ]
19 | }
20 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2am/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-am",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2am",
8 | "project_page": "http://wso2.com/api-management/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["am", "1.9.1"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2appm/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-appm",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2appm",
8 | "project_page": "http://wso2.com/api-management/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["appm", "1.2.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2mb/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-mb",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2mb",
8 | "project_page": "http://wso2.com/products/message-broker/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["mb", "3.0.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2es/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-es",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2es",
8 | "project_page": "http://wso2.com/products/enterprise-store/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["es", "2.0.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2is/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-is",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2is",
8 | "project_page": "http://wso2.com/products/identity-server/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["is", "5.1.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2as/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-as",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2as",
8 | "project_page": "http://wso2.com/products/application-server/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["as", "5.3.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
20 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2dss/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-dss",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2dss",
8 | "project_page": "http://wso2.com/products/data-services-server/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["dss", "3.5.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2ppaas/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-ppaas",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2ppaas",
8 | "project_page": "http://wso2.com/cloud/private-paas/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["ppaas", "4.1.1"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/conf/synapse-configs/default/sequences/saml2_sequence.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2bps/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-bps",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2bps",
8 | "project_page": "http://wso2.com/products/business-process-server/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["bps", "3.5.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2cep/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-cep",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2cep",
8 | "project_page": "http://wso2.com/products/complex-event-processor/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["cep", "4.0.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2das/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-das",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2das",
8 | "project_page": "http://wso2.com/products/data-analytics-server/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["das", "3.0.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/js/my_js.js:
--------------------------------------------------------------------------------
1 | // Validating Empty Field
2 | function check_empty() {
3 | if (document.getElementById('name').value == "" || document.getElementById('email').value == "" || document.getElementById('msg').value == "") {
4 | alert("Fill All Fields !");
5 | } else {
6 | document.getElementById('form').submit();
7 | alert("Form Submitted Successfully...");
8 | }
9 | }
10 | //Function To Display Popup
11 | function div_show() {
12 | document.getElementById('abc').style.display = "block";
13 | }
14 | //Function to Hide Popup
15 | function div_hide(){
16 | document.getElementById('abc').style.display = "none";
17 | }
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/conf/synapse-configs/default/api/_StatisticsAPI.xml:
--------------------------------------------------------------------------------
1 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2brs/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-brs",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2brs",
8 | "project_page": "http://wso2.com/products/business-rules-server/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["brs", "2.1.0", "2.2.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2esb/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-esb",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2esb",
8 | "project_page": "http://wso2.com/products/enterprise-service-bus/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : ["esb", "4.9.0"],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
20 |
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/src/main/webapp/include_head.jsp:
--------------------------------------------------------------------------------
1 |
2 | Pizza Shack
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
16 |
17 |
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/admin/api/sendMessage.php:
--------------------------------------------------------------------------------
1 | Subject;
12 | }
13 | }else{
14 |
15 | }
16 |
17 | $message = $_POST['message'];
18 |
19 | $file = '../../storage/db.txt';
20 | $current = file_get_contents($file);
21 | $current .= '"' . $message . '", "' . date("F j, Y, g:i a") . '"' . ', "' . $userName . '"' . "\n";
22 | file_put_contents($file, $current);
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/modules/wso2greg/metadata.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "wso2-greg",
3 | "version": "1.0.0",
4 | "author": "wso2",
5 | "license": "Apache-2.0",
6 | "summary": "puppet module",
7 | "source": "https://github.com/wso2/puppet-modules/tree/master/wso2greg",
8 | "project_page": "http://wso2.com/products/governance-registry/",
9 | "operatingsystem_support": [
10 | {
11 | "operatingsystem": "Ubuntu",
12 | "operatingsystemrelease": [ "12.04", "14.04" ]
13 | }
14 | ],
15 | "tags" : [ "greg", "4.6.0" , "5.1.0" ],
16 | "dependencies": [
17 | { "name": "wso2/base", "version_requirement": "1.0.0" }
18 | ]
19 | }
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/audit-logs/log4j.properties:
--------------------------------------------------------------------------------
1 | # Configure audit log for auditing purposes
2 | log4j.logger.AUDIT_LOG=INFO, AUDIT_LOGFILE
3 | log4j.appender.AUDIT_LOGFILE=org.apache.log4j.DailyRollingFileAppender
4 | log4j.appender.AUDIT_LOGFILE.File=${carbon.home}/repository/logs/audit.log
5 | log4j.appender.AUDIT_LOGFILE.Append=true
6 | log4j.appender.AUDIT_LOGFILE.layout=org.wso2.carbon.utils.logging.TenantAwarePatternLayout
7 | log4j.appender.AUDIT_LOGFILE.layout.ConversionPattern=[%d] %P%5p - %x %m %n
8 | log4j.appender.AUDIT_LOGFILE.layout.TenantPattern=%U%@%D [%T] [%S]
9 | log4j.appender.AUDIT_LOGFILE.threshold=INFO
10 | log4j.additivity.AUDIT_LOG=false
11 |
12 |
--------------------------------------------------------------------------------
/test-resources/README.txt:
--------------------------------------------------------------------------------
1 | ---------------------------------
2 | ---------------------------------
3 | APP Manager Concurrency Test Plan
4 | ---------------------------------
5 | ---------------------------------
6 |
7 |
8 | This test plan is written for plan-your-trip webapp. Test case matches the loginuser name with the jwt user name in the web page.
9 |
10 | There are 2 Thread Groups each per one user.
11 |
12 | User credentials are defined in 'User Defined Variables' in each thread group.
13 |
14 | Pre-Requisites
15 | ---------------
16 |
17 | Deploy samples following the instructions given for them.
18 | Create users with required claims for each app.
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/conf/cloud-services-desc.xml:
--------------------------------------------------------------------------------
1 |
6 |
7 |
8 |
9 |
10 | AM
11 |
12 | https://am.cloud.wso2.com
13 | APP Manager in the cloud.
14 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/images/style.css:
--------------------------------------------------------------------------------
1 | @import url(http://fonts.googleapis.com/css?family=Lato:300);
2 |
3 | body {
4 | background-color: #FFFFFF;
5 | margin-left: 32px;
6 | margin-top: 20px;
7 | margin-right: 20px;
8 | margin-bottom: 20px;
9 | font-family: "Lato", Arial;
10 | font-size: 14px;
11 | line-height:16px;
12 | }
13 |
14 | hr{
15 | border: 1px solid #FFFFFF;
16 | }
17 |
18 | a:link{
19 | color:#0055CC;
20 | }
21 | a:visited{
22 | color:#990099;
23 | }
24 | a:hover{
25 | color:#CC0000;
26 | }
27 |
28 | th{
29 | background-color:#FFFFFF;
30 | font-weight:bold;
31 | }
32 |
33 | td{
34 | background-color:#ecf7fe;
35 | text-align:center;
36 | }
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/images/style.css:
--------------------------------------------------------------------------------
1 | @import url(http://fonts.googleapis.com/css?family=Lato:300);
2 |
3 | body {
4 | background-color: #FFFFFF;
5 | margin-left: 32px;
6 | margin-top: 20px;
7 | margin-right: 20px;
8 | margin-bottom: 20px;
9 | font-family: "Lato", Arial;
10 | font-size: 14px;
11 | line-height:16px;
12 | }
13 |
14 | hr{
15 | border: 1px solid #FFFFFF;
16 | }
17 |
18 | a:link{
19 | color:#0055CC;
20 | }
21 | a:visited{
22 | color:#990099;
23 | }
24 | a:hover{
25 | color:#CC0000;
26 | }
27 |
28 | th{
29 | background-color:#FFFFFF;
30 | font-weight:bold;
31 | }
32 |
33 | td{
34 | background-color:#ecf7fe;
35 | text-align:center;
36 | }
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/conf/synapse-configs/default/api/_TokenAPI_.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/hieradata/dev/vm_type/vagrant.yaml:
--------------------------------------------------------------------------------
1 | # Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | test:
16 |
--------------------------------------------------------------------------------
/modules/samples/BPSWorkFlow/UserCreation/UserCreationProcess/deploy.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | true
5 | false
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/conf/synapse-configs/default/api/_RevokeAPI_.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/modules/samples/webapps/notifi/admin/api/getMessages.php:
--------------------------------------------------------------------------------
1 | Subject;
17 | }
18 | }else{
19 |
20 | }
21 |
22 | while(!feof($file)){
23 |
24 | $val = fgetcsv($file);
25 | if(is_array($val)){
26 | if($val[2] === $userName){
27 | $values[] = ($val);
28 | }
29 |
30 | }
31 | }
32 |
33 | echo json_encode(array_reverse($values));
34 |
35 |
36 | fclose($file);
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/hieradata/dev/vm_type/docker.yaml:
--------------------------------------------------------------------------------
1 | # Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | ---
16 | wso2::install_dir : "/mnt"
17 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/hieradata/dev/node/dev-sandbox.local.dev.wso2.org.yaml:
--------------------------------------------------------------------------------
1 | # Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | ---
16 | maintenance_mode: zero
17 |
--------------------------------------------------------------------------------
/modules/integration/tests/src/test/resources/rest-api-test-data/publisher/WebAppThrottlingTiersTestCase.txt:
--------------------------------------------------------------------------------
1 | {
2 | "testCase": [{
3 | "init": {
4 | "scope": "appm:read"
5 | },
6 | "data": {
7 | "method": "GET",
8 | "url": "api/appm/publisher/v1.1/apps/webapp/throttlingtiers",
9 | "query-parameters": "",
10 | "request-headers": {
11 | "Authorization": "Bearer"
12 | },
13 | "request-payload": "",
14 | "response-headers": "",
15 | "response-payload": ""
16 | },
17 | "asserts": {
18 | "header-asserts": {
19 | "status-code": "200"
20 | },
21 | "body-asserts": []
22 | }
23 | }]
24 | }
25 |
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/webapp/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Class-Path: cxf-rt-frontend-jaxrs-2.6.1.jar cxf-api-2.6.1.jar woodstox
3 | -core-asl-4.1.2.jar stax2-api-3.1.1.jar xmlschema-core-2.0.2.jar gero
4 | nimo-javamail_1.4_spec-1.7.1.jar wsdl4j-1.6.2.jar cxf-rt-core-2.6.1.j
5 | ar jaxb-impl-2.1.13.jar jsr311-api-1.1.1.jar cxf-rt-bindings-xml-2.6.
6 | 1.jar cxf-rt-transports-http-2.6.1.jar jackson-core-asl-1.8.6.jar jac
7 | kson-mapper-asl-1.8.6.jar jackson-jaxrs-1.8.6.jar spring-web-3.0.6.RE
8 | LEASE.jar aopalliance-1.0.jar spring-beans-3.0.6.RELEASE.jar spring-c
9 | ore-3.0.6.RELEASE.jar spring-asm-3.0.6.RELEASE.jar commons-logging-1.
10 | 1.1.jar spring-context-3.0.6.RELEASE.jar spring-aop-3.0.6.RELEASE.jar
11 | spring-expression-3.0.6.RELEASE.jar
12 |
13 |
--------------------------------------------------------------------------------
/modules/samples/JWTSecurity/Filter/src/main/java/org/wso2/JSON/parser/ContainerFactory.java:
--------------------------------------------------------------------------------
1 | package org.wso2.JSON.parser;
2 |
3 | import java.util.List;
4 | import java.util.Map;
5 |
6 | /**
7 | * Container factory for creating containers for JSON object and JSON array.
8 | *
9 | * @see org.json.simple.parser.JSONParser#parse(java.io.Reader, ContainerFactory)
10 | *
11 | * @author FangYidong
12 | */
13 | public interface ContainerFactory {
14 | /**
15 | * @return A Map instance to store JSON object, or null if you want to use org.json.simple.JSONObject.
16 | */
17 | Map createObjectContainer();
18 |
19 | /**
20 | * @return A List instance to store JSON array, or null if you want to use org.json.simple.JSONArray.
21 | */
22 | List creatArrayContainer();
23 | }
24 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/epr/ApplicationService.epr:
--------------------------------------------------------------------------------
1 |
6 | http://localhost:9765/services/ApplicationService
7 |
8 | SInvokeEPR
9 |
10 |
11 |
12 |
13 | admin
14 | admin
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/epr/PublishApplicationService.epr:
--------------------------------------------------------------------------------
1 |
6 | http://localhost:9765/services/PublishAppService
7 |
8 | SInvokeEPR
9 |
10 |
11 |
12 |
13 | admin
14 | admin
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/modules/samples/JWTSecurity/Valve/Tomcat_8/src/main/java/org/wso2/tomcat/JSON/parser/ContainerFactory.java:
--------------------------------------------------------------------------------
1 | package org.wso2.tomcat.JSON.parser;
2 |
3 | import java.util.List;
4 | import java.util.Map;
5 |
6 | /**
7 | * Container factory for creating containers for JSON object and JSON array.
8 | *
9 | * @see org.json.simple.parser.JSONParser#parse(java.io.Reader, ContainerFactory)
10 | *
11 | * @author FangYidong
12 | */
13 | public interface ContainerFactory {
14 | /**
15 | * @return A Map instance to store JSON object, or null if you want to use org.json.simple.JSONObject.
16 | */
17 | Map createObjectContainer();
18 |
19 | /**
20 | * @return A List instance to store JSON array, or null if you want to use org.json.simple.JSONArray.
21 | */
22 | List creatArrayContainer();
23 | }
24 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/epr/ApplicationCallbackService.epr:
--------------------------------------------------------------------------------
1 |
6 | https://localhost:8243/services/WorkflowCallbackService
7 |
8 | SInvokeEPR
9 |
10 |
11 |
12 |
13 | admin
14 | admin
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/epr/PublishAPPCallbackService.epr:
--------------------------------------------------------------------------------
1 |
6 | https://localhost:8243/services/WorkflowCallbackService
7 |
8 | SInvokeEPR
9 |
10 |
11 |
12 |
13 | admin
14 | admin
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/epr/SubscriptionService.epr:
--------------------------------------------------------------------------------
1 |
6 | http://localhost:9765/services/SubscriptionService/
7 |
8 | SInvokeEPR
9 |
10 |
11 |
12 |
13 | admin
14 | admin
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/epr/UserSignupService.epr:
--------------------------------------------------------------------------------
1 |
6 | http://localhost:9765/services/UserApprovalService
7 |
8 | SInvokeEPR
9 |
10 |
11 |
12 |
13 | admin
14 | admin
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/epr/UserSignupProcess.epr:
--------------------------------------------------------------------------------
1 |
6 | https://localhost:8243/services/WorkflowCallbackService
7 |
8 | SInvokeEPR
9 |
10 |
11 |
12 |
13 | admin
14 | admin
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/business-processes/epr/SubscriptionCallbackService.epr:
--------------------------------------------------------------------------------
1 |
6 | https://localhost:8243/services/WorkflowCallbackService
7 |
8 | SInvokeEPR
9 |
10 |
11 |
12 |
13 | admin
14 | admin
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/README.md:
--------------------------------------------------------------------------------
1 | # WSO2 App Manager Puppet Modules
2 |
3 | This repository contains Puppet modules for installing and configuring WSO2 App Manager in different environments with different configurations and deployment patterns. This particular puppet module supports for App Manager version 1.2.0. Configuration data is managed using [Hiera] (http://docs.puppetlabs.com/hiera/1/). Hiera provides a mechanism for separating configuration data from Puppet scripts and managing them in a separate set of YAML files in a hierarchical manner.
4 |
5 | ## Supported Operating Systems
6 |
7 | - Debian 6 or higher
8 | - Ubuntu 12.04 or higher
9 |
10 | ## Supported Puppet Versions
11 |
12 | - Puppet 2.7, 3 or newer
13 |
14 | ## How to Configure
15 | Follow the steps mentioned in the [wiki](https://github.com/wso2/puppet-modules/wiki) to setup a development environment.
16 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/hieradata/dev/common.yaml:
--------------------------------------------------------------------------------
1 | # Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | ---
16 | java_install_dir: /mnt/jdk-7u80
17 | java_source_file: jdk-7u80-linux-x64.tar.gz
18 |
19 | # symlink to Java install directory
20 | java_home: /opt/java
21 |
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-api/src/main/java/com/pizzashack/beans/MenuItem.java:
--------------------------------------------------------------------------------
1 | package com.pizzashack.beans;
2 |
3 | public class MenuItem {
4 |
5 | private String name;
6 | private String description;
7 | private String price;
8 | private String icon;
9 |
10 | public String getName() {
11 | return name;
12 | }
13 |
14 | public void setName(String name) {
15 | this.name = name;
16 | }
17 |
18 | public String getDescription() {
19 | return description;
20 | }
21 |
22 | public void setDescription(String description) {
23 | this.description = description;
24 | }
25 |
26 | public String getPrice() {
27 | return price;
28 | }
29 |
30 | public void setPrice(String price) {
31 | this.price = price;
32 | }
33 |
34 | public String getIcon() {
35 | return icon;
36 | }
37 |
38 | public void setIcon(String icon) {
39 | this.icon = icon;
40 | }
41 |
42 | }
43 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/values/array.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | - Light theme with turquoise (default)
5 | - Light theme with ics-blue
6 | - Light theme with orange
7 | - Light theme with purple
8 | - Light theme with red
9 |
10 |
11 |
12 | - a
13 | - b
14 | - c
15 | - d
16 | - e
17 |
18 |
19 |
20 |
21 | - Degrees
22 | - Radians
23 |
24 |
25 |
26 | - a
27 | - b
28 |
29 |
30 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/validate-yaml.rb:
--------------------------------------------------------------------------------
1 | # Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
2 | #
3 | # Licensed under the Apache License, Version 2.0 (the "License");
4 | # you may not use this file except in compliance with the License.
5 | # You may obtain a copy of the License at
6 | #
7 | # http://www.apache.org/licenses/LICENSE-2.0
8 | #
9 | # Unless required by applicable law or agreed to in writing, software
10 | # distributed under the License is distributed on an "AS IS" BASIS,
11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 | # See the License for the specific language governing permissions and
13 | # limitations under the License.
14 |
15 | begin
16 | require 'yaml'
17 |
18 | Dir.glob('**/*.yaml') do |yaml_file|
19 | YAML.load_file("#{yaml_file}")
20 | end
21 |
22 | rescue => e
23 | puts "Error during processing: #{$!}"
24 | end
25 |
--------------------------------------------------------------------------------
/modules/samples/JWTSecurity/Filter/Sample/CustomDataSource.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | /humanResource.jsp
6 |
7 | admin
8 | HRManager
9 |
10 |
11 |
12 |
13 | /admin.jsp
14 |
15 | admin
16 |
17 |
18 |
19 |
20 | /marketing.jsp
21 |
22 | admin
23 | Marketing
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/modules/org.wso2.stratos.appmgt.login.ui/src/main/resources/META-INF/component.xml:
--------------------------------------------------------------------------------
1 |
18 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/values-fr/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | "Calculatrice"
5 |
6 | "À propos"
7 | "Paramètres"
8 |
9 | "Paramètres"
10 |
11 | "À propos"
12 | "Clean"
13 | "OU"
14 | "Notez cette application ! Cela nous encouragerais beaucoup pour continuer à la mettre à jour."
15 | "S\'il vous plait, téléchargez la version payante sur le play store si vous pouvez investir en nous."
16 | "Envoyez nous vos avis ou suggestion par email."
17 |
18 |
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/stylesheets/screen.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright 2011 Google Inc. All Rights Reserved
3 | */
4 |
5 | body {
6 | font-family: Verdana;
7 | font-size: 10pt;
8 | text-align: center;
9 | }
10 |
11 | li {
12 | list-style: none;
13 | }
14 |
15 | table {
16 | margin-left: auto;
17 | margin-right: auto;
18 | }
19 |
20 | ul {
21 | margin-top: 0px;
22 | padding-left: 0px;
23 | }
24 |
25 | table {
26 | text-align: left;
27 | }
28 |
29 | img {
30 | display: block;
31 | width: 230px;
32 | margin-left: auto;
33 | margin-right: auto;
34 | margin-top: 5px;
35 | margin-bottom: 5px;
36 | border: 2px solid green;
37 | padding: 2px 2px 2px 2px;
38 | }
39 |
40 | .buy-button {
41 | display: block;
42 | width: 120px;
43 | color: white;
44 | font-size: 15px;
45 | font-weight: bold;
46 | height: 35px;
47 | background-color: blue;
48 | margin: auto;
49 | }
50 | Show details
51 |
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/webapp/stylesheets/screen.css:
--------------------------------------------------------------------------------
1 | /**
2 | * Copyright 2011 Google Inc. All Rights Reserved
3 | */
4 |
5 | body {
6 | font-family: Verdana;
7 | font-size: 10pt;
8 | text-align: center;
9 | }
10 |
11 | li {
12 | list-style: none;
13 | }
14 |
15 | table {
16 | margin-left: auto;
17 | margin-right: auto;
18 | }
19 |
20 | ul {
21 | margin-top: 0px;
22 | padding-left: 0px;
23 | }
24 |
25 | table {
26 | text-align: left;
27 | }
28 |
29 | img {
30 | display: block;
31 | width: 230px;
32 | margin-left: auto;
33 | margin-right: auto;
34 | margin-top: 5px;
35 | margin-bottom: 5px;
36 | border: 2px solid green;
37 | padding: 2px 2px 2px 2px;
38 | }
39 |
40 | .buy-button {
41 | display: block;
42 | width: 120px;
43 | color: white;
44 | font-size: 15px;
45 | font-weight: bold;
46 | height: 35px;
47 | background-color: blue;
48 | margin: auto;
49 | }
50 | Show details
51 |
--------------------------------------------------------------------------------
/modules/samples/webapps/plan-your-trip/src/main/webapp/WEB-INF/web.xml:
--------------------------------------------------------------------------------
1 |
2 |
7 |
8 |
9 |
10 | main
11 | com.google.iapsample.Main_Servlet
12 |
13 |
14 |
15 | main
16 | /main
17 |
18 |
19 |
20 | main
21 | /postback
22 |
23 |
24 | index.jsp
25 |
26 |
27 |
--------------------------------------------------------------------------------
/config/application-authenticators.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/modules/puppet-scripts/puppet-modules/manifests/site.pp:
--------------------------------------------------------------------------------
1 | # ------------------------------------------------------------------------------
2 | #
3 | # Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
4 | #
5 | # Licensed under the Apache License, Version 2.0 (the "License");
6 | # you may not use this file except in compliance with the License.
7 | # You may obtain a copy of the License at
8 | #
9 | # http://www.apache.org/licenses/LICENSE-2.0
10 | #
11 | # Unless required by applicable law or agreed to in writing, software
12 | # distributed under the License is distributed on an "AS IS" BASIS,
13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 | # See the License for the specific language governing permissions and
15 | # limitations under the License.
16 | #
17 | # ------------------------------------------------------------------------------
18 |
19 |
20 | # Include classes - search for classes in *.yaml/*.json files
21 | hiera_include('classes')
22 |
--------------------------------------------------------------------------------
/modules/samples/webapps/mobileapps/CleanCalc/Source/res/values/colors.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | #F2f2ec
5 | #ECECEC
6 |
7 | #FFF2F2EC
8 | #FF2F2F2F
9 |
10 | #10B286
11 | #F2F2EC
12 |
13 | #35444f
14 |
15 | #00000000
16 |
17 | #10B286
18 |
19 | #33b5e5
20 | #FFBB33
21 | #AA66CC
22 | #ff4444
23 | #CC0000
24 |
25 | #aaEBF3FC
26 |
27 |
--------------------------------------------------------------------------------
/modules/samples/webapps/travel-booking/src/main/java/web/Rederect.java:
--------------------------------------------------------------------------------
1 | package web;
2 |
3 | import java.io.IOException;
4 |
5 | import javax.servlet.RequestDispatcher;
6 | import javax.servlet.ServletException;
7 | import javax.servlet.http.HttpServlet;
8 | import javax.servlet.http.HttpServletRequest;
9 | import javax.servlet.http.HttpServletResponse;
10 |
11 | /**
12 | * Servlet implementation class rederect
13 | */
14 | public class Rederect extends HttpServlet {
15 | public Rederect() {
16 |
17 | }
18 |
19 | /**
20 | * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse
21 | * response)
22 | */
23 | protected void doGet(HttpServletRequest request,
24 | HttpServletResponse response) throws ServletException, IOException {
25 |
26 | request.getSession().setAttribute("loging", "true");
27 |
28 | RequestDispatcher rd = request.getRequestDispatcher("index.jsp");
29 |
30 | rd.forward(request, response);// method may be include or forward
31 |
32 | }
33 | }
34 |
--------------------------------------------------------------------------------
/modules/distribution/product/src/main/statistics/build.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/modules/samples/PizzaShack/pizza-shack-web/src/main/java/com/pizzashack/client/dto/Pizza.java:
--------------------------------------------------------------------------------
1 | package com.pizzashack.client.dto;
2 |
3 |
4 | public class Pizza {
5 | private String name;
6 | private String description;
7 | private String imageUrl;
8 | private double price;
9 |
10 | public String getName() {
11 | return name;
12 | }
13 |
14 | public void setName(String name) {
15 | this.name = name;
16 | }
17 |
18 | public String getDescription() {
19 | return description;
20 | }
21 |
22 | public void setDescription(String description) {
23 | this.description = description;
24 | }
25 |
26 | public String getImageUrl() {
27 | return imageUrl;
28 | }
29 |
30 | public void setImageUrl(String imageUrl) {
31 | this.imageUrl = imageUrl;
32 | }
33 |
34 | public double getPrice() {
35 | return price;
36 | }
37 |
38 | public void setPrice(double price) {
39 | this.price = price;
40 | }
41 | }
42 |
--------------------------------------------------------------------------------