- priority: 5 --> 4
Currently when creating a Windows Azure Java project, the naming for folders that contain Windows Azure Storage SDK jar and its dependencies.
Windows Azure Java Web project: "Web App Libraries"
Windows Azure Java Console project: "Windows Azure Java SDK"
Both refer to /lib and both contain the same *.jar files.
Is it possible to provide:
1. Consistent naming for project library naming in both projects: "Windows Azure Java SDK"
2. Since "/lib" is expected to be use by developer, then have "Windows Azure Java SDK" refer to another directory folder? For example, new sub-directory within "/lib", such as "/lib/windowsazuresdk"; Or a new directory at the same directory level as "/lib", such as "/windowsazuresdk".