Author: drewbai
Date: Thu Jun 4 03:44:38 2009
New Revision: 781646
URL: http://svn.apache.org/viewvc?rev=781646&view=rev
Log: (empty)
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/StockTraderWebAppSolution.sln
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Global.asax
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/StockTraderWebAppSolution.sln
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/StockTraderWebAppSolution.sln?rev=781646&r1=781645&r2=781646&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/StockTraderWebAppSolution.sln
(original)
+++
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/StockTraderWebAppSolution.sln
Thu Jun 4 03:44:38 2009
@@ -10,10 +10,10 @@
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Trade", "Trade",
"{7550FE25-72BF-4059-8786-08741D8E7154}"
ProjectSection(WebsiteProperties) = preProject
- SccProjectName = "Svn"
- SccAuxPath = "Svn"
- SccLocalPath = "Svn"
- SccProvider = "SubversionScc"
+ SccProjectName = ""
+ SccAuxPath = ""
+ SccLocalPath = ""
+ SccProvider = ""
TargetFramework = "3.5"
ProjectReferences =
"{97F8A696-9918-4DC4-8D6E-9E574B9A4059}|Trade.StockTraderWebApplicationModelClasses.dll;{3A1AB418-60B7-44BF-AE17-E74F425CD5C9}|Trade.StockTraderWebApplicationServiceClient.dll;{D8E1ECD5-2D86-4994-A37B-BF4D24334A2E}|Trade.StockTraderWebApplicationSettings.dll;{382E6E1C-E430-4F6C-BC41-5D84A3798B02}|Trade.Utility.dll;{A4759510-6CE9-4692-B348-B8483BCD1447}|BasicClient.dll;{B28867CC-DD77-4F17-BA01-92625C235F6C}|Trade.OrderProcessorServiceConfigurationSettings.dll;{018CF591-E45C-4E74-B613-CA5C1FCAFE89}|Trade.BusinessServiceImplementation.dll;{36FA3564-9AF5-496A-805B-6ED262CAAE2B}|Trade.BusinessServiceContract.dll;{EBB1604B-3F50-4A81-87C3-1AE4029EEEC6}|Trade.BusinessServiceDataContract.dll;{1AD6DBB4-CA83-460F-BDCD-45E1ECE318B4}|Trade.OrderProcessorContract.dll;{F67C8D85-6DC0-45CD-A748-636E3881E2F5}|Trade.DALFactory.dll;{509EB16A-6586-4200-8323-32438C9B47DC}|Trade.IDAL.dll;{ED14B721-A6F1-4B65-89FA-18B78345CB5A}|Trade.BusinessServiceConfigurationSettings.dll;{62
3BC346-84FA-4B9E-B043-811DB7FBEC2A}|Trade.OrderProcessorAsyncClient.dll;"
Debug.AspNetCompiler.VirtualPath = "/Trade"
Modified:
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Global.asax
URL:
http://svn.apache.org/viewvc/incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Global.asax?rev=781646&r1=781645&r2=781646&view=diff
==============================================================================
---
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Global.asax
(original)
+++
incubator/stonehenge/trunk/stocktrader/dotnet/trader_client/Trade/Global.asax
Thu Jun 4 03:44:38 2009
@@ -1,5 +1,20 @@
<%@ Application Language="C#"%>
-
+<%--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+--%>
<%@ Import Namespace = "Trade.StockTraderWebApplicationSettings" %>
<%@ Import Namespace = "Trade.BusinessServiceConfigurationSettings" %>
<%@ Import Namespace = "Trade.OrderProcessorServiceConfigurationSettings" %>