check in zips and fixup gitignore
Former-commit-id: 80eefa0754
Former-commit-id: 40319b8993902d782e314c5d6b8c6ecde9f95a3d
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,13 +1,15 @@
|
||||
log
|
||||
src/i2p.firefox.base.profile.zip
|
||||
*.su3
|
||||
*.xpi2p
|
||||
*.zip
|
||||
generated/
|
||||
i2p.chromium.base.profile
|
||||
i2p.firefox.base.profile
|
||||
/*.su3
|
||||
/*.xpi2p
|
||||
/*.zip
|
||||
/generated/
|
||||
/i2p.chromium.base.profile/
|
||||
/i2p.firefox.base.profile/
|
||||
/i2p.chromium.usability.profile/
|
||||
/i2p.firefox.usability.profile/
|
||||
i2p.chromium.profile
|
||||
i2p.firefox.profile
|
||||
src/build
|
||||
*.err
|
||||
*.log
|
||||
*.log
|
||||
i2pbrowser/
|
||||
|
32
build.xml
32
build.xml
@ -311,7 +311,7 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<delete dir="plugin/eepsite/docroot/torrents/" />
|
||||
<!-- get version number -->
|
||||
<buildnumber file="scripts/build.number" />
|
||||
<property name="release.number" value="0.0.6" />
|
||||
<property name="release.number" value="0.0.19" />
|
||||
|
||||
<!-- make the update xpi2p -->
|
||||
<!-- this contains everything except i2ptunnel.config -->
|
||||
@ -328,16 +328,6 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<exec executable="echo" osfamily="unix" failonerror="true" output="plugin/plugin.config" append="true">
|
||||
<arg value="version=${release.number}-b${build.number}" />
|
||||
</exec>
|
||||
<!--<exec executable="pack200" failonerror="true">
|
||||
<arg value="-r" />
|
||||
<arg value="plugin/lib/i2pfirefox.jar" />
|
||||
<arg value="src/build/i2pfirefox.jar" />
|
||||
</exec>
|
||||
<exec executable="pack200" failonerror="true">
|
||||
<arg value="-r" />
|
||||
<arg value="plugin/eepsite/webapps/firefox.war" />
|
||||
<arg value="src/build/firefox.war.jar" />
|
||||
</exec>-->
|
||||
<input message="Enter su3 signing key password:" addproperty="release.password.su3" />
|
||||
<fail message="You must enter a password." >
|
||||
<condition>
|
||||
@ -418,5 +408,23 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<delete file="plugin.zip" />
|
||||
<delete dir="plugin/eepsite/docroot/torrents/" />
|
||||
</target>
|
||||
|
||||
<target name="jpackage" depends="jar">
|
||||
<exec executable="jpackage" failonerror="true">
|
||||
<arg value="--type"/> <arg value="app-image"/>
|
||||
<arg value="--name"/> <arg value="i2pbrowser"/>
|
||||
<arg value="--app-version"/> <arg value="${release_number}"/>
|
||||
<arg value="--input"/> <arg value="src/build"/>
|
||||
<arg value="--main-jar"/> <arg value="i2pfirefox.jar"/>
|
||||
<arg value="--main-class"/> <arg value="net.i2p.i2pfirefox.I2PBrowser"/>
|
||||
</exec>
|
||||
<exec executable="rm" failonerror="true" dir="src">
|
||||
<arg value="-rf" />
|
||||
<arg value="i2pbrowser.zip" />
|
||||
</exec>
|
||||
<exec executable="zip" failonerror="true" dir="src">
|
||||
<arg value="-r"/>
|
||||
<arg value="i2pbrowser.zip"/>
|
||||
<arg value="i2pbrowser"/>
|
||||
</exec>
|
||||
</target>
|
||||
</project>
|
||||
|
1
src/i2p.chromium.base.profile.zip.REMOVED.git-id
Normal file
1
src/i2p.chromium.base.profile.zip.REMOVED.git-id
Normal file
@ -0,0 +1 @@
|
||||
655b9ac751e4e25ef3d1b66016967c02d815de96
|
1
src/i2p.chromium.usability.profile.zip.REMOVED.git-id
Normal file
1
src/i2p.chromium.usability.profile.zip.REMOVED.git-id
Normal file
@ -0,0 +1 @@
|
||||
e324da2c7eed9d8d1c889cb836c8b125c7023ed6
|
1
src/i2p.firefox.base.profile.zip.REMOVED.git-id
Normal file
1
src/i2p.firefox.base.profile.zip.REMOVED.git-id
Normal file
@ -0,0 +1 @@
|
||||
cfcee8a5955e68b1d49017a1f82b416c44c92412
|
1
src/i2p.firefox.usability.profile.zip.REMOVED.git-id
Normal file
1
src/i2p.firefox.usability.profile.zip.REMOVED.git-id
Normal file
@ -0,0 +1 @@
|
||||
e79d34f3afacc5d7ea12f54a52c9393b2f81f814
|
Reference in New Issue
Block a user