summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/hessian/hessian-3.0.8-r3.ebuild')
-rw-r--r--dev-java/hessian/hessian-3.0.8-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/hessian/hessian-3.0.8-r3.ebuild b/dev-java/hessian/hessian-3.0.8-r3.ebuild
index 1235f1c94c88..94802e2934c0 100644
--- a/dev-java/hessian/hessian-3.0.8-r3.ebuild
+++ b/dev-java/hessian/hessian-3.0.8-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/hessian/hessian-3.0.8-r3.ebuild,v 1.1 2006/07/27 15:23:53 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/hessian/hessian-3.0.8-r3.ebuild,v 1.2 2006/08/02 04:28:10 nichoj Exp $
inherit java-pkg-2 java-ant-2
@@ -49,5 +49,5 @@ src_install() {
java-pkg_dojar dist/${PN}.jar
use doc && java-pkg_dohtml -r dist/doc/api
- use source && java-pkg_dosrc src/*
+ use source && java-pkg_dosrc src/com
}