[asterisk-scf-commits] asterisk-scf/integration/slice.git branch "db2" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Jun 21 14:04:05 CDT 2011


branch "db2" has been updated
       via  7d3ebe303cee764b2ce58a7499d6dbf9e2dd04e6 (commit)
      from  1544a2085af033d12cdec6a9be116acf4ee4f341 (commit)

Summary of changes:
 asterisk-scf-api.csproj => astscf-api.csproj |   46 +++++++++++++-------------
 asterisk-scf-api.sln => astscf-api.sln       |    2 +-
 dox-csharp.config                            |    4 +-
 sliceCSharpHelp.shfbproj                     |    2 +-
 4 files changed, 27 insertions(+), 27 deletions(-)
 rename asterisk-scf-api.csproj => astscf-api.csproj (64%)
 rename asterisk-scf-api.sln => astscf-api.sln (84%)


- Log -----------------------------------------------------------------
commit 7d3ebe303cee764b2ce58a7499d6dbf9e2dd04e6
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Tue Jun 21 14:02:59 2011 -0500

    Update Visual Studio project/solution for 'slice' directory.
    
    This revision updates the Visual Studio project/solution file, and the Doxygen
    configuration file, to take into account that the Slice files have been moved
    into a 'slice' directory. However, the project files are still incomplete.

diff --git a/asterisk-scf-api.csproj b/astscf-api.csproj
similarity index 64%
rename from asterisk-scf-api.csproj
rename to astscf-api.csproj
index bff5ef5..b46a6e4 100644
--- a/asterisk-scf-api.csproj
+++ b/astscf-api.csproj
@@ -9,7 +9,7 @@
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>AsteriskSCF</RootNamespace>
-    <AssemblyName>AsteriskSCF-Api</AssemblyName>
+    <AssemblyName>ASTSCF-API</AssemblyName>
     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <StartupObject>
@@ -52,31 +52,31 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="Core\Discovery\ServiceLocatorEventsIf.cs" />
-    <Compile Include="Core\Discovery\ServiceLocatorIf.cs" />
-    <Compile Include="Core\Endpoint\EndpointIf.cs" />
-    <Compile Include="Core\Routing\RoutingIf.cs" />
-    <Compile Include="Media\MediaIf.cs" />
-    <Compile Include="Media\RTP\MediaRTPIf.cs" />
+    <Compile Include="slice\AsteriskSCF\Core\Discovery\ServiceLocatorEventsIf.cs" />
+    <Compile Include="slice\AsteriskSCF\Core\Discovery\ServiceLocatorIf.cs" />
+    <Compile Include="slice\AsteriskSCF\Core\Endpoint\EndpointIf.cs" />
+    <Compile Include="slice\AsteriskSCF\Core\Routing\RoutingIf.cs" />
+    <Compile Include="slice\AsteriskSCF\Media\MediaIf.cs" />
+    <Compile Include="slice\AsteriskSCF\Media\RTP\MediaRTPIf.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="SessionCommunications\SessionCommunicationsIf.cs" />
-    <Compile Include="System\Component\ComponentServiceIf.cs" />
-    <Compile Include="System\Component\ReplicaIf.cs" />
-    <Compile Include="System\Logger\LoggerIf.cs" />
-    <Compile Include="System\Time\TimeIf.cs" />
+    <Compile Include="slice\AsteriskSCF\SessionCommunications\SessionCommunicationsIf.cs" />
+    <Compile Include="slice\AsteriskSCF\System\Component\ComponentServiceIf.cs" />
+    <Compile Include="slice\AsteriskSCF\System\Component\ReplicaIf.cs" />
+    <Compile Include="slice\AsteriskSCF\System\Logger\LoggerIf.cs" />
+    <Compile Include="slice\AsteriskSCF\System\Time\TimeIf.cs" />
   </ItemGroup>
   <ItemGroup>
-    <None Include="Core\Discovery\ServiceLocatorEventsIf.ice" />
-    <None Include="Core\Discovery\ServiceLocatorIf.ice" />
-    <None Include="Core\Endpoint\EndpointIf.ice" />
-    <None Include="Core\Routing\RoutingIf.ice" />
-    <None Include="Media\MediaIf.ice" />
-    <None Include="Media\RTP\MediaRTPIf.ice" />
-    <None Include="SessionCommunications\SessionCommunicationsIf.ice" />
-    <None Include="System\Component\ComponentServiceIf.ice" />
-    <None Include="System\Component\ReplicaIf.ice" />
-    <None Include="System\Logger\LoggerIf.ice" />
-    <None Include="System\Time\TimeIf.ice" />
+    <None Include="slice\AsteriskSCF\Core\Discovery\ServiceLocatorEventsIf.ice" />
+    <None Include="slice\AsteriskSCF\Core\Discovery\ServiceLocatorIf.ice" />
+    <None Include="slice\AsteriskSCF\Core\Endpoint\EndpointIf.ice" />
+    <None Include="slice\AsteriskSCF\Core\Routing\RoutingIf.ice" />
+    <None Include="slice\AsteriskSCF\Media\MediaIf.ice" />
+    <None Include="slice\AsteriskSCF\Media\RTP\MediaRTPIf.ice" />
+    <None Include="slice\AsteriskSCF\SessionCommunications\SessionCommunicationsIf.ice" />
+    <None Include="slice\AsteriskSCF\System\Component\ComponentServiceIf.ice" />
+    <None Include="slice\AsteriskSCF\System\Component\ReplicaIf.ice" />
+    <None Include="slice\AsteriskSCF\System\Logger\LoggerIf.ice" />
+    <None Include="slice\AsteriskSCF\System\Time\TimeIf.ice" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="README_VISUALSTUDIO.txt" />
diff --git a/asterisk-scf-api.sln b/astscf-api.sln
similarity index 84%
rename from asterisk-scf-api.sln
rename to astscf-api.sln
index c2bd743..27b821c 100644
--- a/asterisk-scf-api.sln
+++ b/astscf-api.sln
@@ -1,7 +1,7 @@
 
 Microsoft Visual Studio Solution File, Format Version 10.00
 # Visual Studio 2008
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "asterisk-scf-api", "asterisk-scf-api.csproj", "{EE231540-8BC5-43F5-95E3-BEBFABC7751F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "astscf-api", "astscf-api.csproj", "{EE231540-8BC5-43F5-95E3-BEBFABC7751F}"
 EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/dox-csharp.config b/dox-csharp.config
index 81a44c4..a6f398d 100644
--- a/dox-csharp.config
+++ b/dox-csharp.config
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING      = UTF-8
 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
 # by quotes) that should identify the project.
 
-PROJECT_NAME           = AsteriskSCF
+PROJECT_NAME           = "Asterisk SCF"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
 # This could be handy for archiving the generated documentation or
@@ -581,7 +581,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = Core Media SessionCommunications System
+INPUT                  = slice/AsteriskSCF
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
diff --git a/sliceCSharpHelp.shfbproj b/sliceCSharpHelp.shfbproj
index 920d30c..1a44f11 100644
--- a/sliceCSharpHelp.shfbproj
+++ b/sliceCSharpHelp.shfbproj
@@ -18,7 +18,7 @@
     <HtmlHelpName>Documentation</HtmlHelpName>
     <Language>en-US</Language>
     <DocumentationSources>
-      <DocumentationSource sourceFile="asterisk-scf-api.sln" />
+      <DocumentationSource sourceFile="astscf-api.sln" />
     </DocumentationSources>
     <CppCommentsFixup>True</CppCommentsFixup>
     <ApiFilter>

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/slice.git



More information about the asterisk-scf-commits mailing list