diff options
author | 2005-03-25 16:07:19 +0000 | |
---|---|---|
committer | 2005-03-25 16:07:19 +0000 | |
commit | 449140f5b3a58e988bf47289874af88d7db1439b (patch) | |
tree | dd432966f151b78bc278f2ad56c20e020fac183d /media-video/projectx | |
parent | ebuild cleaned up, some cosmetic improvements on the init script (diff) | |
download | gentoo-2-449140f5b3a58e988bf47289874af88d7db1439b.tar.gz gentoo-2-449140f5b3a58e988bf47289874af88d7db1439b.tar.bz2 gentoo-2-449140f5b3a58e988bf47289874af88d7db1439b.zip |
slightly modified build.xml file
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/projectx')
-rw-r--r-- | media-video/projectx/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/projectx/Manifest | 14 | ||||
-rw-r--r-- | media-video/projectx/files/0.82.0.00-build.xml | 6 | ||||
-rw-r--r-- | media-video/projectx/projectx-0.82.0.00.ebuild | 4 |
4 files changed, 15 insertions, 15 deletions
diff --git a/media-video/projectx/ChangeLog b/media-video/projectx/ChangeLog index d149f2215bce..9f08ea4e38d1 100644 --- a/media-video/projectx/ChangeLog +++ b/media-video/projectx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/projectx # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.7 2005/03/25 02:41:21 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/ChangeLog,v 1.8 2005/03/25 16:07:19 luckyduck Exp $ + + 25 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> files/0.82.0.00-build.xml, + projectx-0.82.0.00.ebuild: + slightly modified build.xml file *projectx-0.82.0.00 (25 Mar 2005) diff --git a/media-video/projectx/Manifest b/media-video/projectx/Manifest index 9b1e05fd10a7..17bcb048f246 100644 --- a/media-video/projectx/Manifest +++ b/media-video/projectx/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f108b8d0629895f314b7743b6112c965 projectx-0.81.7.ebuild 1227 MD5 aab5565ddd0667fb5437ca21b0b62a80 ChangeLog 1276 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -MD5 4d5b08b5d7c6a8cf77212a53adf0eeda projectx-0.82.0.00.ebuild 1332 -MD5 7c607e22a8f4d31b19a807a6f8bfbd50 files/0.82.0.00-build.xml 2045 +MD5 0b09e778e1821b8d98d8b07857c02ea7 projectx-0.82.0.00.ebuild 1324 +MD5 b4ae51238511bfc67e1a8cdec24ab3eb files/0.82.0.00-build.xml 2213 MD5 af303240d6ff60c3c83a323ea2f4ab73 files/digest-projectx-0.81.7 71 MD5 66747c7e41172eca650581213ea161d5 files/build.xml 1069 MD5 6a180b8fda8939d8800a994fa0b2ca2e files/digest-projectx-0.82.0.00 74 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCQ3pf06ebR+OMO78RAtOPAJ0dKZ2kkQ6gFMNqZxavpCxuzJRtnQCfVjkf -0pvBSR4ri1kjK12DtbW4NuA= -=rGPx ------END PGP SIGNATURE----- diff --git a/media-video/projectx/files/0.82.0.00-build.xml b/media-video/projectx/files/0.82.0.00-build.xml index e41011454a3c..aeee07f29985 100644 --- a/media-video/projectx/files/0.82.0.00-build.xml +++ b/media-video/projectx/files/0.82.0.00-build.xml @@ -8,6 +8,7 @@ <property name="dist.dir" value="dist" /> <property name="lib.dir" value="lib" /> <property name="resources.dir" value="resources" /> + <property name="htmls.dir" value="htmls" /> <property name="jarfile" value="${dist.dir}/${ant.project.name}.jar" /> <property name="target.jdk" value="1.4" /> @@ -36,6 +37,11 @@ <copy todir="${build.dir}"> <fileset dir="${resources.dir}" /> + <fileset file="${htmls.dir}" /> + </copy> + + <copy todir="${build.dir}/${htmls.dir}"> + <fileset dir="${htmls.dir}" /> </copy> </target> diff --git a/media-video/projectx/projectx-0.82.0.00.ebuild b/media-video/projectx/projectx-0.82.0.00.ebuild index 00a4ebd7324d..254763e8c578 100644 --- a/media-video/projectx/projectx-0.82.0.00.ebuild +++ b/media-video/projectx/projectx-0.82.0.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.82.0.00.ebuild,v 1.1 2005/03/25 02:41:21 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/projectx/projectx-0.82.0.00.ebuild,v 1.2 2005/03/25 16:07:19 luckyduck Exp $ inherit eutils java-pkg @@ -48,7 +48,7 @@ src_install() { dobin ${PN} if use doc; then - java-pkg_dohtml -r apidocs/ htmls/* + java-pkg_dohtml -r apidocs/ dodoc *.txt fi use source && java-pkg_dosrc src/* |