- Timestamp:
- Mar 26, 2016 2:44:37 PM (5 years ago)
- Branches:
- master
- Children:
- 51e04f7
- Parents:
- 5405792
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
r5405792 ree138a2 68 68 <echo message=" " /> 69 69 <echo message="apt-get install debhelper ant debconf default-jdk gettext libgmp3-dev po-debconf fakeroot build-essential \" /> 70 <echo message=" quilt libcommons-logging-java dh-apparmor " />70 <echo message=" quilt libcommons-logging-java dh-apparmor dh-systemd" /> 71 71 <echo message=" " /> 72 72 <echo message="Once the dependencies are installed, run "ant debian""/> … … 1112 1112 </target> 1113 1113 1114 <target name="preppkg-windows" depends="preppkg-base, buildUtilityJar, buildexe">1114 <target name="preppkg-windows" depends="preppkg-base, preplicenses-windows, buildUtilityJar, buildexe"> 1115 1115 <copy file="build/i2p.exe" todir="pkg-temp/" failonerror="false" /> 1116 1116 <copy file="apps/systray/java/lib/systray4j.dll" todir="pkg-temp/lib" /> … … 1202 1202 </target> 1203 1203 1204 <!-- does NOT include launch4j licenses for Windows builds --> 1204 1205 <target name="preplicenses"> 1205 1206 <copy file="LICENSE.txt" todir="pkg-temp/" /> … … 1207 1208 <fileset dir="licenses/" /> 1208 1209 </copy> 1210 <copy file="apps/jetty/apache-tomcat-deployer/NOTICE" tofile="pkg-temp/licenses/NOTICE-Tomcat.txt" /> 1211 <copy file="apps/imagegen/identicon/README.md" tofile="pkg-temp/licenses/LICENSE-Identicon.txt" /> 1212 </target> 1213 1214 1215 <!-- DOES include launch4j licenses for Windows builds --> 1216 <target name="preplicenses-windows" depends="preplicenses"> 1209 1217 <!-- 1210 1218 The license in launch4j/ is a BSD license for launch4j … … 1213 1221 --> 1214 1222 <copy file="installer/lib/launch4j/head/LICENSE.txt" tofile="pkg-temp/licenses/LICENSE-Launch4j.txt" /> 1215 <copy file="apps/jetty/apache-tomcat-deployer/NOTICE" tofile="pkg-temp/licenses/NOTICE-Tomcat.txt" />1216 1223 <!-- Not sure if these are used or should be included --> 1217 1224 <copy file="installer/lib/launch4j/lib/foxtrot.LICENSE.txt" tofile="pkg-temp/licenses/LICENSE-Foxtrot.txt" /> … … 1219 1226 <copy file="installer/lib/launch4j/lib/JGoodies.Looks.LICENSE.txt" tofile="pkg-temp/licenses/LICENSE-JGoodies-Looks.txt" /> 1220 1227 <copy file="installer/lib/launch4j/lib/XStream.LICENSE.txt" tofile="pkg-temp/licenses/LICENSE-XStream.txt" /> 1221 <copy file="apps/imagegen/identicon/README.md" tofile="pkg-temp/licenses/LICENSE-Identicon.txt" />1222 1228 </target> 1223 1229
Note: See TracChangeset
for help on using the changeset viewer.