checkpoint_basic_scriptability

git-svn-id: svn://10.0.0.236/trunk@241972 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2007-12-21 20:19:57 +00:00
parent 5ea884ad2f
commit 70f5f4a32c
10 changed files with 63 additions and 17 deletions

View File

@@ -275,7 +275,12 @@
file="${objdir}/java/plugins/jni/${so.prefix}plugletjni.${so.extension}" />
<copy todir="${dist.home}/bin/${platform}/bin/plugins"
file="${objdir}/java/plugins/mozilla/${so.prefix}nppluglet.${so.extension}" />
<copy todir="${dist.home}/bin/xp/bin/components">
<fileset dir="${objdir}/java/plugins/mozilla/_xpidlgen">
<include name="*.xpt" />
</fileset>
</copy>
</target>
<target name="copy.test.src" depends="prepare">
@@ -372,6 +377,15 @@
<classpath location="${dist.jar}"/>
</javadoc>
</target>
<target name="deploy">
<copy todir="C:\\Projects\\chaff\\pluglet_1_1_a1">
<fileset dir="${dist.home}" />
</copy>
</target>
</project>

View File

@@ -220,6 +220,7 @@ in which the file "prefs.js" resides? The current value of this
<target name="copy.binaries" if="do.copy.binaries">
<copy todir="${browser.bin.dir}">
<fileset dir="${basedir}/../bin/${platform}/bin" />
<fileset dir="${basedir}/../bin/xp/bin" />
</copy>
</target>

View File

@@ -1,8 +1,8 @@
bin.artifacts.pattern=${so.prefix}plugletjni.${so.extension},components/${so.prefix}pluglet.${so.extension},components/pluglet.xpt,plugins/np${so.prefix}pluglet.${so.extension},plugins/SimplePluglet.jar,plugins/jmfplayer.jar
bin.artifacts.pattern=${so.prefix}plugletjni.${so.extension},components/${so.prefix}pluglet.${so.extension},components/*luglet*.xpt,plugins/np${so.prefix}pluglet.${so.extension},plugins/SimplePluglet.jar,plugins/jmfplayer.jar
#debug.jvm.args=-Xdebug -Xrunjdwp:transport=dt_shmem,address=jdbconn,server=y,suspend=y
#Make this point to the bin directory of your firefox installation
browser.bin.dir=C:\\Projects\\mozilla\\MOZILLA_NIH\\FIREFOX_2_0_0_3_RELEASE\\mozilla\\firefox-win32_d.obj\\dist\\bin
user.profile.dir=${user.home}/APPLIC~1/Mozilla/Firefox/Profiles/2t6hklzc.default
browser.bin.dir=F:\\Projects\\mozilla\\MOZILLA_NIH\\FIREFOX_2_0_0_3_RELEASE\\mozilla\\firefox-win32_d.obj\\dist\\bin
user.profile.dir=${user.home}/APPLIC~1/Mozilla/Firefox/Profiles/69lpopfc.default
#Make this point at your JDKHOME without spaces
jdkhome.nospaces=C:\\PROGRA~1\\Java\\jdk1.5.0_12