zxing/zxing.appspot.com/generator
srowen 6f3d6a0eff Issue 507 remove company
git-svn-id: https://zxing.googlecode.com/svn/trunk@1518 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-08-11 13:44:38 +00:00
..
libs Add location/description, I believe. Update for GWT 2.x 2010-04-13 14:08:47 +00:00
src/com/google/zxing/web/generator Issue 507 remove company 2010-08-11 13:44:38 +00:00
.classpath Add a google maps component to the GeoLocation generator. 2008-12-19 21:02:36 +00:00
.project Adding gwt QR Code generator, and appspot configuration files. 2008-12-16 23:08:42 +00:00
Generator.launch Adding gwt QR Code generator, and appspot configuration files. 2008-12-16 23:08:42 +00:00
README Adding gwt QR Code generator, and appspot configuration files. 2008-12-16 23:08:42 +00:00


To develop with Eclipse.

Before importing the project, you need to define some variables.
- In Eclipse Preferences, go to General->Workspace->Linked Resources.
- Click New and add the 2 following variables:
  - GWT_HOME that point to the directory containing gwt-user.jar
  - GWT_JAR that point to the gwt-dev-XXX.jar file directly. (XXX will be linux, mac, etc)
- then you can import the project by File->Import...->Existing project into workspace.