Author: rgardler
Date: Sun Dec 30 00:40:44 2012
New Revision: 1426873

URL: http://svn.apache.org/viewvc?rev=1426873&view=rev
Log:
build directory should never have been committed

Removed:
    wookie/trunk/widgets/build/
Modified:
    wookie/trunk/connector/CSharp/Win8/WookieService/Widget.cs
    wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj.user

Modified: wookie/trunk/connector/CSharp/Win8/WookieService/Widget.cs
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/CSharp/Win8/WookieService/Widget.cs?rev=1426873&r1=1426872&r2=1426873&view=diff
==============================================================================
--- wookie/trunk/connector/CSharp/Win8/WookieService/Widget.cs (original)
+++ wookie/trunk/connector/CSharp/Win8/WookieService/Widget.cs Sun Dec 30 
00:40:44 2012
@@ -42,6 +42,9 @@ namespace WookieService
         public String Path { get; set; } // the path to the widget files
         public String ContentFile { get; set; } // the filename for the 
content file
 
+        /// <summary>
+        /// Get the source location of this widget. This can be used as a URI 
to retrieve the widget.
+        /// </summary>
         public String Source 
         {
             get

Modified: 
wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj.user
URL: 
http://svn.apache.org/viewvc/wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj.user?rev=1426873&r1=1426872&r2=1426873&view=diff
==============================================================================
--- wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj.user 
(original)
+++ wookie/trunk/connector/CSharp/Win8/WookieService/WookieService.csproj.user 
Sun Dec 30 00:40:44 2012
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="4.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
   <PropertyGroup>
-    <ProjectView>ShowAllFiles</ProjectView>
+    <ProjectView>ProjectFiles</ProjectView>
   </PropertyGroup>
 </Project>
\ No newline at end of file


Reply via email to