Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 166495 Details for
Bug 238755
net-im/tigase-server (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixing build classpaths
classpaths.patch (text/plain), 1.32 KB, created by
Mads Randstoft
on 2008-09-26 11:33:03 UTC
(
hide
)
Description:
Fixing build classpaths
Filename:
MIME Type:
Creator:
Mads Randstoft
Created:
2008-09-26 11:33:03 UTC
Size:
1.32 KB
patch
obsolete
>Index: build.properties >=================================================================== >--- build.properties (revision 1113) >+++ build.properties (working copy) >@@ -6,7 +6,8 @@ > src.java.dir=${src} > build=classes > jars=jars >-libs=libs >+xmltools=/usr/share/tigase-xmltools/lib/tigase-xmltools.jar >+utils=/usr/share/tigase-utils/lib/tigase-utils.jar > docs=docs > dist=dist > unittests=tests/unittests/src >Index: ant-definitions.xml >=================================================================== >--- ant-definitions.xml (revision 1113) >+++ ant-definitions.xml (working copy) >@@ -13,13 +13,9 @@ > destdir="${build}" > debug="on" > encoding="UTF-8" >+ classpath="${xmltools}:${utils}" > deprecation="@{deprecation}"> > <compilerarg line="@{xlint}"/> >- <classpath> >- <fileset dir="${libs}"> >- <include name="**/*.jar"/> >- </fileset> >- </classpath> > </javac> > </sequential> > </macrodef> >@@ -79,14 +75,8 @@ > version="true" > verbose="false" > protected="true" >+ classpath="${xmltools};${utils}" > bottom="${javadoc-copyright}"> >- <link offline="true" href="http://java.sun.com/j2se/1.5.0/docs/api/" >- packagelistLoc="package-list"/> >- <classpath> >- <fileset dir="${libs}"> >- <include name="**/*.jar"/> >- </fileset> >- </classpath> > </javadoc> > </sequential> > </macrodef>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238755
:
166493
| 166495 |
166497
|
166499
|
166500
|
166501