public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/trident/files: 1.3-build.xml.patch
@ 2014-07-11 17:52 Johann Schmitz (ercpe)
  0 siblings, 0 replies; only message in thread
From: Johann Schmitz (ercpe) @ 2014-07-11 17:52 UTC (permalink / raw
  To: gentoo-commits

ercpe       14/07/11 17:52:10

  Added:                1.3-build.xml.patch
  Log:
  New ebuild for trident
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)

Revision  Changes    Path
1.1                  dev-java/trident/files/1.3-build.xml.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/trident/files/1.3-build.xml.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/trident/files/1.3-build.xml.patch?rev=1.1&content-type=text/plain

Index: 1.3-build.xml.patch
===================================================================
diff --git a/build.xml b/build.xml
index 808ea3c..36e5859 100644
--- a/build.xml
+++ b/build.xml
@@ -84,7 +84,7 @@
 
 	<target name="compile.module.trident.production" description="compile module trident production classes">
 		<mkdir dir="${trident.output.dir}" />
-		<javac source="${javac.source}" target="${javac.target}" encoding="${javac.encoding}" destdir="${trident.output.dir}" debug="${javac.debug}" nowarn="${javac.generate.no.warnings}" memoryMaximumSize="${javac.max.memory}" fork="true" executable="${module.jdk.home.trident}/bin/javac">
+		<javac source="${javac.source}" target="${javac.target}" encoding="${javac.encoding}" destdir="${trident.output.dir}" debug="${javac.debug}" nowarn="${javac.generate.no.warnings}" memoryMaximumSize="${javac.max.memory}" fork="true">
 			<compilerarg line="${javac.args.trident}" />
 			<bootclasspath refid="trident.module.bootclasspath" />
 			<classpath refid="trident.module.classpath" />
@@ -102,7 +102,7 @@
 
 	<target name="compile.module.trident.test" description="compile module trident test classes">
 		<mkdir dir="${trident.output.dir}" />
-		<javac source="${javac.source}" target="${javac.target}" encoding="${javac.encoding}" destdir="${trident.output.dir}" debug="${javac.debug}" nowarn="${javac.generate.no.warnings}" memoryMaximumSize="${javac.max.memory}" fork="true" executable="${module.jdk.home.trident}/bin/javac">
+		<javac source="${javac.source}" target="${javac.target}" encoding="${javac.encoding}" destdir="${trident.output.dir}" debug="${javac.debug}" nowarn="${javac.generate.no.warnings}" memoryMaximumSize="${javac.max.memory}" fork="true">
 			<compilerarg line="${javac.args.trident}" />
 			<bootclasspath refid="trident.module.bootclasspath" />
 			<classpath refid="trident.module.classpath" />
@@ -189,4 +189,4 @@
 	<target name="clean" depends="clean.module.trident" description="cleanup all" />
 
 	<target name="all" depends="timestamp, init, clean, compile.module.trident, jar, compile.module.trident.test, jar-tst" description="build all" />
-</project>
\ No newline at end of file
+</project>





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-11 17:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-11 17:52 [gentoo-commits] gentoo-x86 commit in dev-java/trident/files: 1.3-build.xml.patch Johann Schmitz (ercpe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox