A plugins/netbeans/.cvsignore A plugins/netbeans/build.xml A plugins/netbeans/manifest.mf A plugins/netbeans/nbproject/.cvsignore A plugins/netbeans/nbproject/build-impl.xml A plugins/netbeans/nbproject/genfiles.properties A plugins/netbeans/nbproject/project.properties A plugins/netbeans/nbproject/project.xml A plugins/netbeans/pluglet.properties A plugins/release/build.xml A plugins/examples/EmptyMainClass/EmptyMainClass.java A plugins/examples/index.html A plugins/examples/simple/src/main/java/simple/SimplePluglet.java A plugins/examples/simple/src/main/web/index.html M plugins/build.xml M plugins/mozilla/nppluglet.cpp - Towards a binar distribution of pluglets git-svn-id: svn://10.0.0.236/trunk@221999 18797224-902f-48f8-a5cc-f745e15eee43
8 lines
198 B
HTML
Executable File
8 lines
198 B
HTML
Executable File
<html>
|
|
<head><title>TestPluglet that loads its source file</title><head>
|
|
<body>
|
|
<EMBED type="application/x-simple-pluglet" name="test"
|
|
src="index.html" width=400 height=200>
|
|
</body>
|
|
</html>
|