Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue no 8 : correcting the links in README.txt #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ $Id$
This file explains the organization of the World Wind Subversion repository's trunk directories, and briefly outlines their contents.

trunk/WorldWind
The 'WorldWind' folder contains the World Wind Java SDK project. Many resources are available at http://oneworldwind.org to help you understand and use World Wind. Key files and folders in the World Wind Java SDK:
The 'WorldWind' folder contains the World Wind Java SDK project. Many resources are available at http://goworldwind.org to help you understand and use World Wind. Key files and folders in the World Wind Java SDK:
- build.xml: Apache ANT build file for the World Wind Java SDK.
- src: Contains all Java source files for the World Wind Java SDK, except the World Wind WMS Server.
- server: Contains the World Wind WMS Server Java source files, build file, and deployment files.
- lib-external/gdal: Contains the GDAL native binaries libraries that may optionally be distributed with World Wind.

trunk/WWAndroid
the 'WWAndroid' folder contains the World Wind Android SDK project. Many resource are available at http://oneworldwind.org/android to help you understand and use World Wind on Android. Key files and folders in the World Wind Android SDK:
the 'WWAndroid' folder contains the World Wind Android SDK project. Many resource are available at http://goworldwind.org/android to help you understand and use World Wind on Android. Key files and folders in the World Wind Android SDK:
- build.xml: Apache ANT build file for the World Wind Android SDK.
- src: Contains all Java source files for the World Wind Android SDK.
- examples: Contains example applications that use the World Wind Android SDK.
Expand Down