build>full

git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@36629 ebf7c1c2-ba36-0410-9fe8-c592906822b4

Former-commit-id: a47f0e6ff45ef81ea5efb556406cd91b6b8f9f10
This commit is contained in:
jiaz 2017-04-20 09:02:35 +00:00
parent 9c32cabe93
commit cc346c8450
2 changed files with 20 additions and 8 deletions

View File

@ -113,12 +113,15 @@
</copy>
<copy todir="${dist}/libs">
<fileset dir="${dep.awu}/libs" includes="**/*.jar">
<!-- -->
<exclude name="miglayout.jar" />
<exclude name="**/*.info" />
</fileset>
</copy>
<copy todir="${dist}/libs">
<fileset dir="${dep.browser}/libs" includes="**/*.jar">
<exclude name="**/*.info" />
</fileset>
</copy>
<copy todir="${dist}">
<fileset dir="themes" includes="**/*" />
@ -129,6 +132,7 @@
<fileset dir="${res}/libs/" includes="**/*.info" />
<fileset dir="${dep.awu}/libs/" includes="**/*.info" />
<fileset dir="${dep.jdc}/libs/" includes="**/*.info" />
<fileset dir="${dep.browser}/libs/" includes="**/*.info" />
</copy>
<copy todir="${dist}/tools">
@ -155,8 +159,7 @@
<fileset dir="${dep.awu}/src" includes="**/*.lng" />
<fileset dir="${dep.updateclient}/src" includes="**/*.lng" />
<fileset dir="${dep.browser}/src" includes="**/*.lng" />
<fileset dir="src" includes="**/*.lng" />
<fileset dir="${dep.browser}/src" includes="**/*.lng" />
<fileset dir="src" includes="**/*.lng" />
</copy>
<copy todir="${dist}">
@ -365,9 +368,9 @@
</manifest>
<jar duplicate="fail" file="${dist}/JDownloader.jar" manifest="${dist}/Manifest.MF">
<zipfileset src="${dep.awu}/libs/miglayout.jar" excludes="META-INF/*" />
<zipfileset src="${dep.awu}/libs/proxyVole.jar" excludes="META-INF/*" />
<zipfileset src="${dep.updateclient}/libs/xz.jar" excludes="META-INF/*" />
<zipfileset src="${dep.awu}/libs/miglayout.jar" excludes="META-INF/*" />
<zipfileset src="${dep.awu}/libs/proxyVole.jar" excludes="META-INF/*" />
<zipfileset src="${dep.updateclient}/libs/xz.jar" excludes="META-INF/*" />
<fileset dir="${working}">
<include name="version.nfo" />
<include name="classpath" />
@ -455,7 +458,7 @@
<manifest file="${dist}/Manifest.MF">
<attribute name="Created-By" value="JD-Team and Friends" />
</manifest>
<buildAddon package="EventScripter" include="eventscripter" />
<buildAddon package="JDChat" include="chat" />
<buildAddon package="infobar" include="infobar" />

View File

@ -0,0 +1,9 @@
https://opensource.org/licenses/MIT
Copyright <YEAR> <COPYRIGHT HOLDER>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.