This repository was archived by the owner on Aug 11, 2023. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1414 * the License. 
1515 */  
1616
17+ task wrapper (type : Wrapper ) {
18+   gradleVersion =  ' 1.7' 
19+ }
20+ 
1721buildscript  {
1822    def  rosMavenPath =  " $System . env . ROS_MAVEN_PATH  " . split(' :'  ). collect { ' file://'   +  it }
1923    repositories {
Original file line number Diff line number Diff line change 1- # Mon Apr 29 15:11:16 CEST  2013
1+ # Mon Sep 16 09:49:12 KST  2013
22distributionBase =GRADLE_USER_HOME 
33distributionPath =wrapper/dists 
44zipStoreBase =GRADLE_USER_HOME 
55zipStorePath =wrapper/dists 
6- distributionUrl =http\://services.gradle.org/distributions/gradle-1.5 -bin.zip 
6+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.7 -bin.zip 
Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /usr/ bin/env  bash
22
33# #############################################################################
44# #
@@ -61,9 +61,9 @@ while [ -h "$PRG" ] ; do
6161    fi 
6262done 
6363SAVED=" ` pwd` " 
64- cd  " ` dirname \" $PRG \" `  /" 
64+ cd  " ` dirname \" $PRG \" `  /"   >& - 
6565APP_HOME=" ` pwd -P` " 
66- cd  " $SAVED " 
66+ cd  " $SAVED "   >& - 
6767
6868CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
6969
@@ -101,13 +101,13 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
101101            warn " Could not set maximum file descriptor limit: $MAX_FD " 
102102        fi 
103103    else 
104-         warn " Could not query businessSystem  maximum file descriptor limit: $MAX_FD_LIMIT " 
104+         warn " Could not query maximum file descriptor limit: $MAX_FD_LIMIT " 
105105    fi 
106106fi 
107107
108108#  For Darwin, add options to specify how the application appears in the dock
109109if  $darwin ;  then 
110-     JAVA_OPTS =" $JAVA_OPTS   \" -Xdock:name=$APP_NAME \"  \" -Xdock:icon=$APP_HOME /media/gradle.icns\" " 
110+     GRADLE_OPTS =" $GRADLE_OPTS   \" -Xdock:name=$APP_NAME \"  \" -Xdock:icon=$APP_HOME /media/gradle.icns\" " 
111111fi 
112112
113113#  For Cygwin, switch paths to Windows format before running java
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments