forked from ten-A/CEP_Extension_Samples
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ten
committed
Jun 14, 2018
1 parent
9d7273b
commit de8c45b
Showing
45 changed files
with
8,058 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ExtensionManifest Version="6.0" ExtensionBundleId="net.sytes.chuwa.pscallback2" ExtensionBundleVersion="1.0.0" | ||
ExtensionBundleName="pscallback2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Author><![CDATA[Ten]]></Author> | ||
<Abstract><![CDATA[]]></Abstract> | ||
<ExtensionList> | ||
<Extension Id="net.sytes.chuwa.pscallback2" Version="1.0.0" /> | ||
</ExtensionList> | ||
<ExecutionEnvironment> | ||
<HostList> | ||
<Host Name="PHXS" Version="16.0"/> | ||
<Host Name="PHSP" Version="16.0"/> | ||
</HostList> | ||
<LocaleList> | ||
<Locale Code="All" /> | ||
</LocaleList> | ||
<RequiredRuntimeList> | ||
<RequiredRuntime Name="CSXS" Version="6.0" /> | ||
</RequiredRuntimeList> | ||
</ExecutionEnvironment> | ||
<DispatchInfoList> | ||
<Extension Id="net.sytes.chuwa.pscallback2"> | ||
<DispatchInfo > | ||
<Resources> | ||
<MainPath>./index.html</MainPath> | ||
</Resources> | ||
<Lifecycle> | ||
<AutoVisible>false</AutoVisible> | ||
<StartOn> | ||
<Event>applicationActivate</Event> | ||
</StartOn> | ||
</Lifecycle> | ||
<UI> | ||
<Type>Panel</Type> | ||
<Geometry> | ||
<Size> | ||
<Height>1</Height> | ||
<Width>1</Width> | ||
</Size> | ||
</Geometry> | ||
<Icons> | ||
</Icons> | ||
</UI> | ||
</DispatchInfo> | ||
</Extension> | ||
</DispatchInfoList> | ||
</ExtensionManifest> |
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,11 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Invisible</title> | ||
</head> | ||
<body> | ||
<script src="js/libs/CSInterface.js"></script> | ||
<script src="js/main.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.