-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #254 from Adobe-CEP/max_update
Max 2019 update
- Loading branch information
Showing
8 changed files
with
117 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
CEP 9 Known Issues | ||
==================== | ||
|
||
### Following are the known issues in the latest version. Please keep these in mind while creating your own extension... | ||
|
||
#Issue 1 : | ||
Extensions should not have 'in between spaces' in the Extension Id mentioned in the manifest. | ||
Eg.- <Extension Id= "com.adobe.abc.def" Version="x.y" /> is valid | ||
<Extension Id= "com_adobe_abc_def" Version="x.y" /> is valid | ||
<Extension Id= "comAdobeAbcDef" Version="x.y" /> is valid | ||
<Extension Id= "com adobe abc def" Version="x.y" /> is NOT valid | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters