Skip to content

Commit

Permalink
small change to make setting the JAVA_HOME differently / locally easy
Browse files Browse the repository at this point in the history
  • Loading branch information
tbee committed Apr 21, 2013
1 parent 076ff68 commit 70fd2b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ nbproject
build.xml
.DS_Store
/_lib
/gradlew_release.cmd
/gradlew_release.cmd
/gradle_localOverride.cmd
2 changes: 2 additions & 0 deletions gradlew_build.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@echo off
IF EXIST "gradle_localOverride.cmd" call "gradle_localOverride.cmd"
call gradlew build
pause
2 changes: 2 additions & 0 deletions gradlew_lib.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@echo off
IF EXIST "gradle_localOverride.cmd" call "gradle_localOverride.cmd"
call gradlew copyToLib
pause
2 changes: 0 additions & 2 deletions src/main/java/jfxtras/labs/scene/control/CalendarPicker.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
import java.util.List;
import java.util.Locale;

import sun.util.calendar.CalendarUtils;

import javafx.beans.InvalidationListener;
import javafx.beans.Observable;
import javafx.beans.property.ObjectProperty;
Expand Down

0 comments on commit 70fd2b7

Please sign in to comment.