diff options
author | Raphael <raphael@google.com> | 2009-05-15 17:36:26 -0700 |
---|---|---|
committer | Raphael <raphael@google.com> | 2009-05-15 17:36:26 -0700 |
commit | df94d1fe1bfb13f009e0ee1d92b2d72654d1f1f5 (patch) | |
tree | 889ac32d5d3b178117ebf55ed57207efde5cf0f7 /sdkmanager/app/.project | |
parent | c28e97a0db9c383cd656cb51f3b720dfb53b8d21 (diff) | |
download | sdk-df94d1fe1bfb13f009e0ee1d92b2d72654d1f1f5.zip sdk-df94d1fe1bfb13f009e0ee1d92b2d72654d1f1f5.tar.gz sdk-df94d1fe1bfb13f009e0ee1d92b2d72654d1f1f5.tar.bz2 |
Skeleton App Windows for Sdk Updater built using SWT Designer.
The window is shown when the "android" tool is invoked with no parameter.
Diffstat (limited to 'sdkmanager/app/.project')
-rw-r--r-- | sdkmanager/app/.project | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/sdkmanager/app/.project b/sdkmanager/app/.project index e12c17d..aa82db5 100644 --- a/sdkmanager/app/.project +++ b/sdkmanager/app/.project @@ -1,17 +1,19 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>SdkManager</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>SdkManager</name>
+ <comment></comment>
+ <projects>
+ <project>SdkLib</project>
+ <project>SdkUiLib</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
|