|
From: <br...@us...> - 2009-01-16 19:37:04
|
Revision: 451
http://acmcontester.svn.sourceforge.net/acmcontester/?rev=451&view=rev
Author: brus07
Date: 2009-01-16 19:36:58 +0000 (Fri, 16 Jan 2009)
Log Message:
-----------
Moved LogDataGridView to new folder and changed repositories structure.
Added Paths:
-----------
smallprojects/sps/
smallprojects/sps/brus07/
smallprojects/sps/brus07/LogDataGridView/
smallprojects/sps/brus07/LogDataGridView/branches/
smallprojects/sps/brus07/LogDataGridView/tags/
smallprojects/sps/brus07/LogDataGridView/trunk/
smallprojects/sps/brus07/LogDataGridView/trunk/build.build
smallprojects/sps/brus07/LogDataGridView/trunk/docs/
smallprojects/sps/brus07/LogDataGridView/trunk/go.bat
smallprojects/sps/brus07/LogDataGridView/trunk/lib/
smallprojects/sps/brus07/LogDataGridView/trunk/lib/nunit.framework.dll
smallprojects/sps/brus07/LogDataGridView/trunk/src/
smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView/
smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView.sln
smallprojects/sps/brus07/LogDataGridView/trunk/tools/
smallprojects/sps/brus07/LogDataGridView/trunk/tools/NCover/
smallprojects/sps/brus07/LogDataGridView/trunk/tools/NCover/NCover here.txt
smallprojects/sps/brus07/LogDataGridView/trunk/tools/nant/
smallprojects/sps/brus07/LogDataGridView/trunk/tools/nant/NAnt here.txt
smallprojects/sps/brus07/LogDataGridView/trunk/tools/nunit/
smallprojects/sps/brus07/LogDataGridView/trunk/tools/nunit/nunit here.txt
Removed Paths:
-------------
ACMServer/trunk/tasks/LogDataGridView/
Property changes on: smallprojects/sps/brus07/LogDataGridView/trunk
___________________________________________________________________
Added: svn:ignore
+ build
build.log
Added: smallprojects/sps/brus07/LogDataGridView/trunk/build.build
===================================================================
--- smallprojects/sps/brus07/LogDataGridView/trunk/build.build (rev 0)
+++ smallprojects/sps/brus07/LogDataGridView/trunk/build.build 2009-01-16 19:36:58 UTC (rev 451)
@@ -0,0 +1,30 @@
+<?xml version="1.0" ?>
+<project name="Jerry" default="test" xmlns="http://nant.sf.net/schemas/nant.xsd">
+ <property name="build.dir" value="build" />
+ <property name="fullpath.dir" value="${directory::get-parent-directory(build.dir)}" />
+ <property name="fullbuildpath.dir" value="${fullpath.dir}\${build.dir}" />
+ <property name="nant.settings.currentframework" value="net-2.0" />
+
+ <!-- User targets -->
+ <target name="clean" description="Delete artifacts">
+ <delete dir="${build.dir}" if="${directory::exists(build.dir)}"/>
+ </target>
+
+ <!-- Comile -->
+ <target name="compile" description="Compiles">
+ <!--<msbuild project="src\Jerry.sln">-->
+ <msbuild project="src\LogDataGridView\LogDataGridView.csproj">
+ <!--<property name="Configuration" value="AutomatedDebug" />-->
+ <property name="OutDir" value="${fullbuildpath.dir}\\" />
+ </msbuild>
+ <delete if="${directory::exists(fullbuildpath.dir)}">
+ <fileset>
+ <include name="**\*.pdb" />
+ </fileset>
+ </delete>
+ </target>
+
+ <target name="full" depends="clean, compile" description="Deploy: clean and compiles" />
+
+</project>
+
Added: smallprojects/sps/brus07/LogDataGridView/trunk/go.bat
===================================================================
--- smallprojects/sps/brus07/LogDataGridView/trunk/go.bat (rev 0)
+++ smallprojects/sps/brus07/LogDataGridView/trunk/go.bat 2009-01-16 19:36:58 UTC (rev 451)
@@ -0,0 +1,7 @@
+@echo off
+if "%1"=="" goto show_help
+tools\nant\nant.exe -nologo -l:build.log -buildfile:build.build %*
+goto exit
+:show_help
+tools\nant\nant.exe -nologo -buildfile:build.build -projecthelp
+:exit
Added: smallprojects/sps/brus07/LogDataGridView/trunk/lib/nunit.framework.dll
===================================================================
(Binary files differ)
Property changes on: smallprojects/sps/brus07/LogDataGridView/trunk/lib/nunit.framework.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Copied: smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView.sln (from rev 450, ACMServer/trunk/tasks/LogDataGridView/LogDataGridView.sln)
===================================================================
--- smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView.sln (rev 0)
+++ smallprojects/sps/brus07/LogDataGridView/trunk/src/LogDataGridView.sln 2009-01-16 19:36:58 UTC (rev 451)
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogDataGridView", "LogDataGridView\LogDataGridView.csproj", "{263DC481-D532-43CE-AB44-BC99918E5A44}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {263DC481-D532-43CE-AB44-BC99918E5A44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {263DC481-D532-43CE-AB44-BC99918E5A44}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {263DC481-D532-43CE-AB44-BC99918E5A44}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {263DC481-D532-43CE-AB44-BC99918E5A44}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
Property changes on: smallprojects/sps/brus07/LogDataGridView/trunk/tools/NCover
___________________________________________________________________
Added: svn:ignore
+ NCover.Console.exe.config
CoverLib.dll
MSVCP71.dll
MSVCP80.dll
MSVCR71.dll
MSVCR80.dll
NCover.Framework.dll
ncover.exe
NCover.Console.exe
NCoverFAQ.html
Coverage.xsl
Property changes on: smallprojects/sps/brus07/LogDataGridView/trunk/tools/nant
___________________________________________________________________
Added: svn:ignore
+ extensions
lib
GenerateNAntSchema.build
NAnt.exe.config
CollectionGen.dll
Interop.MsmMergeTypeLib.dll
Interop.StarTeam.dll
Interop.WindowsInstaller.dll
log4net.dll
NAnt.CompressionTasks.dll
NAnt.Contrib.Tasks.dll
NAnt.Core.dll
NAnt.DotNetTasks.dll
NAnt.MSNetTasks.dll
NAnt.NUnit.dll
NAnt.NUnit1Tasks.dll
NAnt.NUnit2Tasks.dll
NAnt.SourceControlTasks.dll
NAnt.VisualCppTasks.dll
NAnt.VSNetTasks.dll
NAnt.Win32Tasks.dll
NDoc.Documenter.NAnt.dll
SLiNgshoT.Core.dll
SourceSafe.Interop.dll
NAnt.exe
scvs.exe
SLiNgshoT.exe
license.html
MSITaskTemplate.msi
MSMTaskTemplate.msm
MSITaskErrors.mst
MSMTaskErrors.mst
NAnt.xml
NAnt.CompressionTasks.xml
NAnt.Contrib.Tasks.xml
NAnt.Core.xml
NAnt.DotNetTasks.xml
NAnt.MSNetTasks.xml
NAnt.NUnit.xml
NAnt.NUnit1Tasks.xml
NAnt.NUnit2Tasks.xml
NAnt.SourceControlTasks.xml
NAnt.VisualCppTasks.xml
NAnt.VSNetTasks.xml
NAnt.Win32Tasks.xml
Property changes on: smallprojects/sps/brus07/LogDataGridView/trunk/tools/nunit
___________________________________________________________________
Added: svn:ignore
+ clr.bat
mock-assembly.dll.config
nunit-console.exe.config
nunit-gui.exe.config
NUnitTests.config
mock-assembly.dll
nonamespace-assembly.dll
notestfixtures-assembly.dll
nunit-console-runner.dll
nunit-console.tests.dll
nunit-gui-runner.dll
nunit-gui.tests.dll
nunit-server.tests.dll
nunit-test-server.dll
nunit.core.dll
nunit.core.extensions.dll
nunit.extensions.tests.dll
nunit.framework.dll
nunit.framework.tests.dll
nunit.mocks.dll
nunit.mocks.tests.dll
nunit.uikit.dll
nunit.uikit.tests.dll
nunit.util.dll
nunit.util.tests.dll
test-utilities.dll
timing-tests.dll
nunit-console.exe
nunit-gui.exe
nunit-server.exe
license.html
NUnitTests.nunit
TestResult.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|