*** empty log message ***
git-svn-id: svn://10.0.0.236/branches/JAVADEV_PR3_20001002@81136 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -29,6 +29,7 @@ DIRS= \
|
||||
zip \
|
||||
rtf \
|
||||
dom \
|
||||
demo \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
28
mozilla/java/plugins/examples/demo/Makefile.in
Normal file
28
mozilla/java/plugins/examples/demo/Makefile.in
Normal file
@@ -0,0 +1,28 @@
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Sun Microsystems,
|
||||
# Inc. Portions created by Sun are
|
||||
# Copyright (C) 1999 Sun Microsystems, Inc. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH= ../../../..
|
||||
|
||||
HTML=index.html
|
||||
|
||||
include ../../config/rules.mk
|
||||
|
||||
export:
|
||||
cp pluglet_run.sh $(DEPTH)/bin
|
||||
12
mozilla/java/plugins/examples/demo/index.html
Normal file
12
mozilla/java/plugins/examples/demo/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<title>
|
||||
Pluglets demo
|
||||
</title>
|
||||
<body>
|
||||
<ul>
|
||||
<li> <a href="test.html" target="new"> Test plulets </a>
|
||||
<li> <a href="dom.html" target="new"> DOM viewer plulets </a>
|
||||
<li> <a href="zip.html" target="new"> Zip viewer plulets </a>
|
||||
</ul>
|
||||
</body>
|
||||
</thml>
|
||||
4
mozilla/java/plugins/examples/demo/pluglet_run.sh
Executable file
4
mozilla/java/plugins/examples/demo/pluglet_run.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
LD_PRELOAD=libXm.so
|
||||
export LD_PRELOAD
|
||||
./mozilla resource:///res/javadev/pluglets/index.html
|
||||
Reference in New Issue
Block a user