[or-cvs] r10713: Meh, might as well commit this, since I think I'm gonna neve (torbutton/trunk)

mikeperry at seul.org mikeperry at seul.org
Sat Jun 30 20:23:01 UTC 2007


Author: mikeperry
Date: 2007-06-30 16:23:01 -0400 (Sat, 30 Jun 2007)
New Revision: 10713

Modified:
   torbutton/trunk/makexpi.sh
Log:
Meh, might as well commit this, since I think I'm gonna never use jars again.



Modified: torbutton/trunk/makexpi.sh
===================================================================
--- torbutton/trunk/makexpi.sh	2007-06-30 20:19:22 UTC (rev 10712)
+++ torbutton/trunk/makexpi.sh	2007-06-30 20:23:01 UTC (rev 10713)
@@ -12,16 +12,16 @@
 # create jar file (we're just storing files here)
 echo ---------- create $APP_NAME.jar file ----------
 cd src/chrome
-zip -r0 ../../$APP_NAME.jar ./ -x "*.svn/*"
+#zip -r0 ../../$APP_NAME.jar ./ -x "*.svn/*"
 cd ../..
 
 # create .xpi
 echo ---------- create $APP_NAME.xpi ----------
 cd src
-echo zip -9r ../pkg/$XPI_NAME ./ -x "chrome/*" -x "*.svn/*"
-zip -9r ../pkg/$XPI_NAME ./ -x "*.svn/*" -x "chrome/*"
-mv ../$APP_NAME.jar ./chrome
-zip -9m ../pkg/$XPI_NAME chrome/$APP_NAME.jar
+echo zip -X -9r ../pkg/$XPI_NAME ./ -x "chrome/*" -x "*.svn/*"
+zip -X -9r ../pkg/$XPI_NAME ./ -x "*.svn/*" #-x "chrome/*"
+#mv ../$APP_NAME.jar ./chrome
+#zip -9m ../pkg/$XPI_NAME chrome/$APP_NAME.jar
 cd ..
 
 #cp ./pkg/$XPI_NAME ~/



More information about the tor-commits mailing list