You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2007/02/23 22:55:13 UTC

svn commit: r511122 - in /incubator/uima/uimacpp/trunk/src/test: ./ src/MeetingAnnotator.cpp src/MeetingAnnotator.vcproj test.sln

Author: eae
Date: Fri Feb 23 13:55:12 2007
New Revision: 511122

URL: http://svn.apache.org/viewvc?view=rev&rev=511122
Log:
UIMA-276

Added:
    incubator/uima/uimacpp/trunk/src/test/src/MeetingAnnotator.cpp
      - copied unchanged from r510991, incubator/uima/uimacpp/trunk/examples/tutorial/src/MeetingAnnotator.cpp
    incubator/uima/uimacpp/trunk/src/test/src/MeetingAnnotator.vcproj   (with props)
Modified:
    incubator/uima/uimacpp/trunk/src/test/   (props changed)
    incubator/uima/uimacpp/trunk/src/test/test.sln

Propchange: incubator/uima/uimacpp/trunk/src/test/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Feb 23 13:55:12 2007
@@ -0,0 +1,52 @@
+libSimpleTextSegmenter.pdb
+test_primitivetypes.exe
+test_primitivetypes.ilk
+test_primitivetypes.pdb
+SofaStreamHandlerFile.dll
+SofaStreamHandlerFile.exp
+SofaStreamHandlerFile.lib
+SofaStreamHandlerFile.pdb
+test_xcasdeserialization.exe
+test_xcasdeserialization.ilk
+test_xcasdeserialization.pdb
+test_sofa.exe
+test_sofa.ilk
+test_sofa.pdb
+test_cas.exe
+test_cas.pdb
+test_iterators.exe
+test_iterators.pdb
+test_typepriority.exe
+test_typepriority.ilk
+test_typepriority.pdb
+test_language.exe
+test_language.pdb
+test_engine.exe
+test_engine.pdb
+test_casserializer.exe
+test_casserializer.pdb
+libitutoknz.exp
+libitutoknz.lib
+libtoknz.dll
+libtoknz.pdb
+libdump.dll
+libdump.exp
+libdump.lib
+libdump.pdb
+uima.log.lck
+uima.log
+test.suo
+test.ncb
+Release
+Debug
+libTextSegmentConsumer.dll
+libTextSegmentConsumer.pdb
+TextSegmentConsumer.exp
+TextSegmentConsumer.lib
+libSimpleTextSegmenter.dll
+SimpleTextSegmenter.exp
+SimpleTextSegmenter.lib
+MeetingAnnotator.dll
+MeetingAnnotator.exp
+MeetingAnnotator.lib
+MeetingAnnotator.pdb

Added: incubator/uima/uimacpp/trunk/src/test/src/MeetingAnnotator.vcproj
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/test/src/MeetingAnnotator.vcproj?view=auto&rev=511122
==============================================================================
--- incubator/uima/uimacpp/trunk/src/test/src/MeetingAnnotator.vcproj (added)
+++ incubator/uima/uimacpp/trunk/src/test/src/MeetingAnnotator.vcproj Fri Feb 23 13:55:12 2007
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.10"
+	Name="MeetingAnnotator"
+	ProjectGUID="{0BC37546-5E6B-4383-9984-EF348B9FB966}"
+	RootNamespace="MeetingAnnotator"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(InputDir)\.."
+			IntermediateDirectory="..\Debug\$(ProjectName)"
+			ConfigurationType="2"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories=".;&quot;$(APR_HOME)\include&quot;;&quot;$(ICU_HOME)\include&quot;;&quot;$(XERCES_HOME)\include&quot;;&quot;$(UIMACPP_HOME)\include&quot;;&quot;$(UIMACPP_HOME)\include\apr&quot;;..\..\cas;..\..\framework"
+				PreprocessorDefinitions="UIMA_SUPPRESS_TIMING;WIN32;_DEBUG;_WINDOWS;_USRDLL"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="icuuc.lib libapr$(APR_VER).lib uimaD.lib"
+				OutputFile="$(OutDir)\$(ProjectName).dll"
+				LinkIncremental="1"
+				AdditionalLibraryDirectories="&quot;$(OutDir)&quot;;&quot;$(APR_HOME)\Debug&quot;;&quot;$(XERCES_HOME)\lib&quot;;&quot;$(ICU_HOME)\lib&quot;;&quot;$(UIMACPP_HOME)\lib&quot;;..\..\..\install\lib"
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
+				SubSystem="2"
+				ImportLibrary="$(OutDir)/$(ProjectName).lib"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(InputDir)\.."
+			IntermediateDirectory="..\Release\$(ProjectName)"
+			ConfigurationType="2"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="3"
+				AdditionalIncludeDirectories=".;&quot;$(APR_HOME)\include&quot;;&quot;$(ICU_HOME)\include&quot;;&quot;$(XERCES_HOME)\include&quot;;&quot;$(UIMACPP_HOME)\include&quot;;&quot;$(UIMACPP_HOME)\include\apr&quot;;..\..\cas;..\..\framework"
+				PreprocessorDefinitions="UIMA_SUPPRESS_TIMING;TRACEOFF;NDEBUG;WIN32;_WINDOWS;_USRDLL"
+				MinimalRebuild="FALSE"
+				BasicRuntimeChecks="0"
+				RuntimeLibrary="2"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="icuuc.lib libapr$(APR_VER).lib uima.lib"
+				OutputFile="$(OutDir)\$(ProjectName).dll"
+				LinkIncremental="1"
+				AdditionalLibraryDirectories="&quot;$(OutDir)&quot;;&quot;$(APR_HOME)\Release&quot;;&quot;$(XERCES_HOME)\lib&quot;;&quot;$(ICU_HOME)\lib&quot;;&quot;$(UIMACPP_HOME)\lib&quot;;..\..\..\install\lib"
+				GenerateDebugInformation="FALSE"
+				ProgramDatabaseFile="$(OutDir)/$(TargetName).pdb"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				ImportLibrary="$(OutDir)/$(ProjectName).lib"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+			<File
+				RelativePath="MeetingAnnotator.cpp">
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>

Propchange: incubator/uima/uimacpp/trunk/src/test/src/MeetingAnnotator.vcproj
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Modified: incubator/uima/uimacpp/trunk/src/test/test.sln
URL: http://svn.apache.org/viewvc/incubator/uima/uimacpp/trunk/src/test/test.sln?view=diff&rev=511122&r1=511121&r2=511122
==============================================================================
--- incubator/uima/uimacpp/trunk/src/test/test.sln (original)
+++ incubator/uima/uimacpp/trunk/src/test/test.sln Fri Feb 23 13:55:12 2007
@@ -51,6 +51,10 @@
 	ProjectSection(ProjectDependencies) = postProject
 	EndProjectSection
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MeetingAnnotator", "src\MeetingAnnotator.vcproj", "{0BC37546-5E6B-4383-9984-EF348B9FB966}"
+	ProjectSection(ProjectDependencies) = postProject
+	EndProjectSection
+EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TextSegmentConsumer", "src\TextSegmentConsumer.vcproj", "{0BC37546-5E6B-4383-9984-EF348B9FB966}"
 	ProjectSection(ProjectDependencies) = postProject
 	EndProjectSection