-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0ec3cf2 Moved files to gradle project folders Removed eclipse files Updated gitignore * ccd89e9 Moved test files to correct location Updated build.gradle to point to main class * 7fb7f15 Moved images to resources * 8669995 Working build with assets moved to resource folder * c8b576b A little bit more cleanup and movement of assets files into images folder * 45d3e92 Added junit dependency to build.gradle * f8f7cb4 Fixed paths to images locations in build .xml files * a2485c8f3 Working version with relocated config files * cd0a4a069 Added some comments to build.gradle * d1474b5b4 move icons to correct location move icons to correct location
- Loading branch information
Showing
2,557 changed files
with
4,241 additions
and
3,318 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Java class files | ||
*.class | ||
|
||
# generated files | ||
/build/ | ||
/bin/ | ||
/tmp/ | ||
/out/ | ||
|
||
# Gradle cache | ||
.gradle | ||
|
||
# Local configuration file (sdk path, etc) | ||
local.properties | ||
gradle-local.properties | ||
|
||
# Windows thumbnail db | ||
.DS_Store | ||
|
||
# IDEA/Android Studio project files, because | ||
# the project can be imported from settings.gradle | ||
.idea | ||
*.iml | ||
|
||
# Old-style IDEA project files | ||
*.ipr | ||
*.iws | ||
|
||
# Eclipse project files | ||
.classpath | ||
.project | ||
.settings | ||
.loadpath | ||
.recommenders | ||
.metadata | ||
*.tmp | ||
*.bak | ||
*.swp | ||
*~.nib |
This file was deleted.
Oops, something went wrong.
240 changes: 0 additions & 240 deletions
240
SRC/org/openmicroscopy/shoola/agents/fsimporter/IconManager.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.