Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Vlastimil Babka (caster)" <caster@g.o>
Subject: gentoo-x86 commit in dev-java/jtds/files: 1.2.4-buildxml.patch 1.0.2-buildxml.patch buildxml-gentoo.patch
Date: Sat, 07 Nov 2009 18:05:59 +0000
caster      09/11/07 18:05:59

  Added:                1.2.4-buildxml.patch
  Removed:              1.0.2-buildxml.patch buildxml-gentoo.patch
  Log:
  Version bump. Now needs java 1.6.
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-java/jtds/files/1.2.4-buildxml.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jtds/files/1.2.4-buildxml.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jtds/files/1.2.4-buildxml.patch?rev=1.1&content-type=text/plain

Index: 1.2.4-buildxml.patch
===================================================================
--- build.xml.orig	2009-11-07 18:55:41.000000000 +0100
+++ build.xml	2009-11-07 18:58:17.000000000 +0100
@@ -75,13 +75,13 @@
     </junit>
   </target>
 
-  <target name="dist" depends="clean,compile,javadoc">
+  <target name="jar" depends="compile">
     <mkdir dir="${dist}"/>
     <!-- Runtime jar -->
     <jar basedir="${build}/classes"
          excludes="net/sourceforge/jtds/test/*.class"
          includes="**/*"
-         jarfile="${build}/${ant.project.name}-${version}.jar">
+         jarfile="${build}/${ant.project.name}.jar">
         <manifest>
             <attribute name="Implementation-Title" value="jTDS JDBC Driver"/>
             <attribute name="Implementation-Version" value="${version}"/>
@@ -92,6 +92,10 @@
             <attribute name="Main-Class" value="net.sourceforge.jtds.jdbc.Driver"/>
         </manifest>
     </jar>
+    
+    </target>
+    
+    <target name="dist" depends="jar">
 
     <!-- Source package -->
     <copy todir="${dist}/tmp/doc">





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in dev-java/jtds: ChangeLog jtds-1.2.4.ebuild
Next by thread:
gentoo-x86 commit in media-sound/ardour: ChangeLog ardour-2.8.2.ebuild
Previous by date:
gentoo-x86 commit in dev-java/jtds: ChangeLog jtds-1.2.4.ebuild
Next by date:
gentoo-x86 commit in media-libs/slv2: ChangeLog slv2-0.6.6.ebuild


Updated Nov 23, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.