[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-1098) Patch for build.sh to be able to build latest version on linux

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:01:02 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-1098.
-------------------------------


Closing stale resolved issues

> Patch for build.sh to be able to build latest version on linux
> --------------------------------------------------------------
>
>                 Key: HHH-1098
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1098
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.1 rc2
>            Reporter: Xavier Poinsard
>            Priority: Minor
>             Fix For: 3.1 rc3
>
>
> Index: build.sh
> ===================================================================
> RCS file: /cvsroot/hibernate/HibernateExt/build.sh,v
> retrieving revision 1.1
> diff -u -r1.1 build.sh
> --- build.sh	12 May 2005 15:40:48 -0000	1.1
> +++ build.sh	25 Oct 2005 15:57:28 -0000
> @@ -1,4 +1,4 @@
>  #!/bin/sh
>  CURDIR=`dirname $0`
> -HIBERNATECORE=$CURDIR/../hibernate-3.0
> -java -cp "$HIBERNATECORE/lib/ant-launcher-1.6.3.jar" org.apache.tools.ant.launch.Launcher -lib $HIBERNATECORE/lib $*
> +HIBERNATECORE=$CURDIR/../hibernate-3.1
> +java -cp "$HIBERNATECORE/lib/ant-launcher-1.6.5.jar" org.apache.tools.ant.launch.Launcher -lib $HIBERNATECORE/lib $*

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list