Skip to content

Commit

Permalink
Whitespace and project tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfland committed Jun 17, 2013
1 parent 743dc3b commit 7203521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions RemObjects.Train/API/XML.pas
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ interface
class method xmlValue(aServices: IApiRegistrationServices; aSelf: XElement): String;
end;


implementation

method XmlPlugin.&Register(aServices: IApiRegistrationServices);
Expand All @@ -48,8 +47,6 @@ implementation
lProto.AddValue('xpath', RemObjects.Train.MUtilities.SimpleFunction(aServices.Engine, typeOf(self), 'xmlXpath', lProto));
lProto.AddValue('xpathElement', RemObjects.Train.MUtilities.SimpleFunction(aServices.Engine, typeOf(self), 'xmlXpathElement', lProto));
lProto.DefineOwnProperty('value', new PropertyValue(PropertyAttributes.Enumerable, RemObjects.Train.MUtilities.SimpleFunction(aServices.Engine, typeOf(self), 'xmlValue'), nil));



aServices.RegisterObjectValue('xml')
.AddValue('fromFile', RemObjects.Train.MUtilities.SimpleFunction(aServices.Engine, typeOf(self),'xmlFromFile', lProto))
Expand Down
6 changes: 2 additions & 4 deletions RemObjects.Train/RemObjects.Train.oxygene
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<Optimize>False</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;</DefineConstants>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<GeneratePDB>True</GeneratePDB>
<GenerateMDB>True</GenerateMDB>
<StartMode>Project</StartMode>
Expand All @@ -33,8 +33,6 @@
<XmlDoc>False</XmlDoc>
<XmlDocWarningLevel>WarningOnPublicMembers</XmlDocWarningLevel>
<EnableUnmanagedDebugging>False</EnableUnmanagedDebugging>
<SuppressWarnings />
<FutureHelperClassName />
<DebugClass />
<AssertMethodName />
<WarnOnCaseMismatch>True</WarnOnCaseMismatch>
Expand Down Expand Up @@ -137,7 +135,7 @@
<SubType>Content</SubType>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Oxygene\RemObjects.Oxygene.targets" />
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Oxygene\RemObjects.Oxygene.Echoes.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
Expand Down

0 comments on commit 7203521

Please sign in to comment.