-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed br.lopes.biometrySom to br.lopes.ocrSom
- Loading branch information
Showing
17 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
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
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
4 changes: 2 additions & 2 deletions
4
.../biometrySom/android/AndroidLauncher.java → ...lopes/ocrSom/android/AndroidLauncher.java
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
2 changes: 1 addition & 1 deletion
2
core/src/br/lopes/biometrySom/Assets.java → core/src/br/lopes/ocrSom/Assets.java
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
10 changes: 5 additions & 5 deletions
10
core/src/br/lopes/biometrySom/OcrSom.java → core/src/br/lopes/ocrSom/OcrSom.java
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
2 changes: 1 addition & 1 deletion
2
core/src/br/lopes/biometrySom/Options.java → core/src/br/lopes/ocrSom/Options.java
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
4 changes: 2 additions & 2 deletions
4
.../lopes/biometrySom/images/DownSample.java → ...rc/br/lopes/ocrSom/images/DownSample.java
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
2 changes: 1 addition & 1 deletion
2
...c/br/lopes/biometrySom/images/Letter.java → core/src/br/lopes/ocrSom/images/Letter.java
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
6 changes: 3 additions & 3 deletions
6
...src/br/lopes/biometrySom/logic/Logic.java → core/src/br/lopes/ocrSom/logic/Logic.java
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
2 changes: 1 addition & 1 deletion
2
core/src/br/lopes/biometrySom/logic/Map.java → core/src/br/lopes/ocrSom/logic/Map.java
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package br.lopes.biometrySom.logic; | ||
package br.lopes.ocrSom.logic; | ||
|
||
public class Map { | ||
|
||
|
6 changes: 3 additions & 3 deletions
6
...lopes/biometrySom/logic/WorkerThread.java → ...c/br/lopes/ocrSom/logic/WorkerThread.java
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
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
4 changes: 2 additions & 2 deletions
4
.../biometrySom/desktop/DesktopLauncher.java → ...lopes/ocrSom/desktop/DesktopLauncher.java
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
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
4 changes: 2 additions & 2 deletions
4
...r/lopes/biometrySom/GdxDefinition.gwt.xml → ...src/br/lopes/ocrSom/GdxDefinition.gwt.xml
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://google-web-toolkit.googlecode.com/svn/trunk/distro-source/core/src/gwt-module.dtd"> | ||
<module rename-to="html"> | ||
<inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' /> | ||
<inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' /> | ||
|
||
<inherits name='BiometrySom' /> | ||
<entry-point class='br.lopes.biometrySom.client.HtmlLauncher' /> | ||
<entry-point class='br.lopes.ocrSom.client.HtmlLauncher' /> | ||
|
||
<set-configuration-property name="gdx.assetpath" value="../android/assets" /> | ||
</module> |
4 changes: 2 additions & 2 deletions
4
...biometrySom/GdxDefinitionSuperdev.gwt.xml → ...opes/ocrSom/GdxDefinitionSuperdev.gwt.xml
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
4 changes: 2 additions & 2 deletions
4
...opes/biometrySom/client/HtmlLauncher.java → .../br/lopes/ocrSom/client/HtmlLauncher.java
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