forked from tesseract-ocr/tesseract
-
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.
Moved java files to correct hierarchy
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@244 d0cd1f9f-072b-0410-8dd7-cf729c803f20
- Loading branch information
theraysmith
committed
Jun 3, 2009
1 parent
c82051a
commit 8131b0f
Showing
22 changed files
with
48 additions
and
348 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
SUBDIRS = | ||
SUBDIRS = com | ||
|
||
EXTRA_DIST = \ | ||
test.lua makefile SVAbstractMenuItem.java \ | ||
SVCheckboxMenuItem.java SVEmptyMenuItem.java \ | ||
SVEvent.java SVEventHandler.java \ | ||
SVEventType.java SVImageHandler.java SVMenuBar.java \ | ||
SVMenuItem.java SVPopupMenu.java SVSubMenuItem.java SVWindow.java \ | ||
ScrollView.java | ||
makefile |
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 @@ | ||
SUBDIRS = google |
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 @@ | ||
SUBDIRS = scrollview |
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,4 @@ | ||
SUBDIRS = events ui | ||
|
||
EXTRA_DIST = \ | ||
ScrollView.java |
0
java/ScrollView.java → java/com/google/scrollview/ScrollView.java
100755 → 100644
File renamed without changes.
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,5 @@ | ||
SUBDIRS = | ||
|
||
EXTRA_DIST = \ | ||
SVEvent.java SVEventHandler.java \ | ||
SVEventType.java |
0
java/SVEvent.java → ...com/google/scrollview/events/SVEvent.java
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,7 @@ | ||
SUBDIRS = | ||
|
||
EXTRA_DIST = \ | ||
SVAbstractMenuItem.java \ | ||
SVCheckboxMenuItem.java SVEmptyMenuItem.java \ | ||
SVImageHandler.java SVMenuBar.java \ | ||
SVMenuItem.java SVPopupMenu.java SVSubMenuItem.java SVWindow.java |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
java/SVMenuBar.java → java/com/google/scrollview/ui/SVMenuBar.java
100755 → 100644
File renamed without changes.
0
java/SVMenuItem.java → .../com/google/scrollview/ui/SVMenuItem.java
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
java/SVWindow.java → java/com/google/scrollview/ui/SVWindow.java
100755 → 100644
File renamed without changes.
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
Oops, something went wrong.