This repository was archived by the owner on Apr 13, 2024. It is now read-only.
Analytics Plugin #102
Closed
ksdperera wants to merge 8 commits intowso2-attic:developer-studio-3.8.0from
Closed
Conversation
├── cep ├── execution-plan ├── publisher ├── receiver └── stream
> Changed the "cep" plugin name to "analytics" > Improved mplementation and code cleared
plugin {execution-plan,publisher,receiver,stream} :
> Change the naming convention “cep” to “analytics”
> Clearing the programming structure
> Add constants handler class with .property files
> Remove new artifact creation wizard last page (MavenInfo page)
> Retrieve Maven info from parent project
> Change Maven artifact constant names in
capp/maven/utils.messages.properties
…ct plugin
> Delete existing “cep” plugin folder
> Changing tool parent “cep-tool-parent” to “analytics-tool-parent”
> Rename <cep.feature.version> tag to <analytics.feature.version> in,
- developer-studio /pom.xml
- developer-studio/features/repository /pom.xml
> Rename “developer-studio/features/cep” to “developer-studio/features/analytics”
> Rename “${analytics.artifact.version}</bundleDef” in ..analytics.artifact.feature/pom.xml
> Rename module name in /features/analytics/pom.xml
and project deployment server import wizard.
Author
|
Closing pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Analytics Plugin includes following plugin structure,
analytics
├── analytics project
├── execution-plan
├── publisher
├── receiver
└── stream