You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-dev@jakarta.apache.org by hc...@apache.org on 2005/01/19 12:07:57 UTC

cvs commit: jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/nbproject build-impl.xml

hchar       2005/01/19 03:07:57

  Modified:    auxiliary-builds/jdk15/yajcache/cache/nbproject
                        build-impl.xml
  Log:
  change default.javac.source and target from 1.4 to 1.5
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/nbproject/build-impl.xml
  
  Index: build-impl.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-jcs/auxiliary-builds/jdk15/yajcache/cache/nbproject/build-impl.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-impl.xml	19 Jan 2005 10:59:51 -0000	1.1
  +++ build-impl.xml	19 Jan 2005 11:07:57 -0000	1.2
  @@ -37,8 +37,8 @@
           <property file="${user.properties.file}"/>
           <!-- The two properties below are usually overridden -->
           <!-- by the active platform. Just a fallback. -->
  -        <property name="default.javac.source" value="1.4"/>
  -        <property name="default.javac.target" value="1.4"/>
  +        <property name="default.javac.source" value="1.5"/>
  +        <property name="default.javac.target" value="1.5"/>
       </target>
       <target name="-init-project" depends="-pre-init,-init-private,-init-user">
           <property file="nbproject/project.properties"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-jcs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-jcs-dev-help@jakarta.apache.org