Skip to content

Commit

Permalink
Refactor omero-insight
Browse files Browse the repository at this point in the history
* 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
rgozim authored and joshmoore committed Mar 20, 2019
1 parent 1183471 commit efcc77c
Show file tree
Hide file tree
Showing 2,557 changed files with 4,241 additions and 3,318 deletions.
18 changes: 0 additions & 18 deletions .classpath-template

This file was deleted.

39 changes: 39 additions & 0 deletions .gitignore
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
17 changes: 0 additions & 17 deletions .project

This file was deleted.

3 changes: 0 additions & 3 deletions .settings/org.eclipse.jdt.ui.prefs

This file was deleted.

240 changes: 0 additions & 240 deletions SRC/org/openmicroscopy/shoola/agents/fsimporter/IconManager.java

This file was deleted.

Loading

0 comments on commit efcc77c

Please sign in to comment.