File tree 2 files changed +8
-1
lines changed
ptolemy/copernicus/applet
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# $Id$
2
2
# Java properties file used by ptolemy/copernicus/applet/AppletWriter.java
3
3
4
- keystoreFileName = ptKeystore
4
+ # If keystoreFileName is not defined, then use $PTII/ptKeystore
5
+ # keystoreFileName = ptKeystore
5
6
storePassword = this.is.the.storePassword,change.it
6
7
keyPassword = this.is.the.keyPassword,change.it
7
8
alias = ptolemy
Original file line number Diff line number Diff line change @@ -1420,6 +1420,12 @@ private Set _findModelJarFiles(Director director) throws IOException {
1420
1420
auxiliaryJarMap .put ("ptolemy.domains.space.Region" , spaceJar );
1421
1421
auxiliaryJarMap .put ("ptolemy.domains.space.Room" , spaceJar );
1422
1422
1423
+ auxiliaryJarMap .put ("ptolemy.vergil.kernel.attributes.TextAttribute" ,
1424
+ "ptolemy/vergil/vergilApplet.jar" );
1425
+ auxiliaryJarMap .put ("ptolemy.vergil.fsm.modal.ModalTableauFactory" ,
1426
+ "ptolemy/vergil/vergilApplet.jar" );
1427
+
1428
+
1423
1429
// classes from data.property require tester.jar
1424
1430
String propertiesJar = "ptolemy/data/properties/properties.jar" ;
1425
1431
auxiliaryJarMap .put (
You can’t perform that action at this time.
0 commit comments