13 new revisions:
Revision: e868373d92e2
Branch: default
Author: azizatif
Date: Sat Jan 19 07:20:45 2013
Log: LinqBridge path fix in NANT build script
http://code.google.com/p/fizzler/source/detail?r=e868373d92e2
Revision: 914bd033ab63
Branch: default
Author: azizatif
Date: Sat Jan 19 07:31:08 2013
Log: NAnt script was designed mostly for Mono so disabling with a
warning w...
http://code.google.com/p/fizzler/source/detail?r=914bd033ab63
Revision: 030e0341c233
Branch: default
Author: azizatif
Date: Sat Jan 19 07:31:48 2013
Log: Tabs > spaces
http://code.google.com/p/fizzler/source/detail?r=030e0341c233
Revision: 7910bdaff1cb
Branch: default
Author: azizatif
Date: Sat Jan 19 10:12:09 2013
Log: Header text for source files
http://code.google.com/p/fizzler/source/detail?r=7910bdaff1cb
Revision: d4ca897dcb98
Branch: default
Author: azizatif
Date: Sat Jan 19 10:13:25 2013
Log: Copyright notice in assembly infos only needs initial year of
publicat...
http://code.google.com/p/fizzler/source/detail?r=d4ca897dcb98
Revision: 8bc7c80d349c
Branch: default
Author: azizatif
Date: Sat Jan 19 12:50:50 2013
Log: Imports under namespace
http://code.google.com/p/fizzler/source/detail?r=8bc7c80d349c
Revision: fa56645ae73f
Branch: default
Author: azizatif
Date: Sat Jan 19 13:10:00 2013
Log: Bumping version to 1.0.15619
http://code.google.com/p/fizzler/source/detail?r=fa56645ae73f
Revision: 890530f5dcab
Branch: default
Author: azizatif
Date: Sat Jan 19 14:09:04 2013
Log: Removing obsolete build instructions
http://code.google.com/p/fizzler/source/detail?r=890530f5dcab
Revision: b419eacfb046
Branch: default
Author: azizatif
Date: Sat Jan 19 14:30:10 2013
Log: Enabling XML doc for Fizzler.Systems.HtmlAgilityPack
http://code.google.com/p/fizzler/source/detail?r=b419eacfb046
Revision: 3d0a97ddfa60
Branch: default
Author: azizatif
Date: Sat Jan 19 14:31:19 2013
Log: Fixing warning CS0419: Ambiguous reference in cref
attribute: 'HtmlDoc...
http://code.google.com/p/fizzler/source/detail?r=3d0a97ddfa60
Revision: de5abe1f6277
Branch: default
Author: azizatif
Date: Sat Jan 19 14:33:02 2013
Log: Fixing warning CS1591: Missing XML comment for publicly visible
type o...
http://code.google.com/p/fizzler/source/detail?r=de5abe1f6277
Revision: 12601629d76e
Branch: default
Author: azizatif
Date: Sat Jan 19 14:47:04 2013
Log: Nuspec review for 1.0
http://code.google.com/p/fizzler/source/detail?r=12601629d76e
Revision: d4dce90403bc
Branch: default
Author: azizatif
Date: Sat Jan 19 14:47:29 2013
Log: Batch script for NuGet packaging
http://code.google.com/p/fizzler/source/detail?r=d4dce90403bc
==============================================================================
Revision: e868373d92e2
Branch: default
Author: azizatif
Date: Sat Jan 19 07:20:45 2013
Log: LinqBridge path fix in NANT build script
http://code.google.com/p/fizzler/source/detail?r=e868373d92e2
Modified:
/default.build
=======================================
--- /default.build Sat Jan 19 07:02:19 2013
+++ /default.build Sat Jan 19 07:20:45 2013
@@ -68,7 +68,7 @@
<references>
<include name="System.dll" />
<include name="System.Core.dll" if="${bool::parse(net-35)}" />
- <include name="libs/LinqBridge.dll" unless="${bool::parse(net-35)}" />
+ <include name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
</references>
</csc>
</target>
@@ -84,7 +84,7 @@
<include
name="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll" />
<include name="System.dll" />
<include name="System.Core.dll" if="${bool::parse(net-35)}" />
- <include name="libs/LinqBridge.dll" unless="${bool::parse(net-35)}" />
+ <include name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
<include name="System.XML.dll" />
</references>
</csc>
@@ -103,7 +103,7 @@
<include name="packages/Mannex.1.7.0/lib/net35/Mannex.dll" />
<include name="System.dll" />
<include name="System.Core.dll" if="${bool::parse(net-35)}" />
- <include name="libs/LinqBridge.dll" unless="${bool::parse(net-35)}" />
+ <include name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
<include name="System.XML.dll" />
<include name="System.Configuration.dll" />
</references>
@@ -127,7 +127,7 @@
<include name="Microsoft.VisualBasic.dll" />
<include name="System.dll" />
<include name="System.Core.dll" if="${bool::parse(net-35)}" />
- <include name="libs/LinqBridge.dll" unless="${bool::parse(net-35)}" />
+ <include name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
<include name="System.Deployment.dll" />
<include name="System.Drawing.dll" />
<include name="System.Windows.Forms.dll" />
@@ -151,14 +151,14 @@
<include name="packages/NUnit.2.6.2/lib/nunit.framework.dll" />
<include name="System.dll" />
<include name="System.Core.dll" if="${bool::parse(net-35)}" />
- <include name="libs/LinqBridge.dll" unless="${bool::parse(net-35)}" />
+ <include name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
<include name="System.XML.dll" />
</references>
</csc>
</target>
<target name="test" depends="build-tests">
<copy
file="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll"
todir="bin//${output.dir}${configuration}" />
- <copy file="libs/LinqBridge.dll"
todir="bin//${output.dir}${configuration}" unless="${bool::parse(net-35)}"
/>
+ <copy file="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
todir="bin//${output.dir}${configuration}" unless="${bool::parse(net-35)}"
/>
<copy file="packages/NUnit.2.6.2/lib/nunit.framework.dll"
todir="bin//${output.dir}${configuration}" />
<nunit2>
<formatter type="Plain" />
==============================================================================
Revision: 914bd033ab63
Branch: default
Author: azizatif
Date: Sat Jan 19 07:31:08 2013
Log: NAnt script was designed mostly for Mono so disabling with a
warning when otherwise
http://code.google.com/p/fizzler/source/detail?r=914bd033ab63
Modified:
/default.build
=======================================
--- /default.build Sat Jan 19 07:20:45 2013
+++ /default.build Sat Jan 19 07:31:08 2013
@@ -5,7 +5,7 @@
<property name="debug" value="true" />
<property name="configuration" value="Debug" />
<if
test="${framework::get-family(framework::get-runtime-framework()) != 'mono'}">
- <call target="build" />
+ <echo message="This build script is designed to be used for targeting
Mono." level="warning" />
</if>
<if test="${framework::get-family(framework::get-runtime-framework())
== 'mono'}">
@@ -22,7 +22,7 @@
<property name="configuration" value="Release" />
<if
test="${framework::get-family(framework::get-runtime-framework()) != 'mono'}">
- <call target="build" />
+ <echo message="This build script is designed to be used for targeting
Mono." level="warning" />
</if>
<if test="${framework::get-family(framework::get-runtime-framework())
== 'mono'}">
==============================================================================
Revision: 030e0341c233
Branch: default
Author: azizatif
Date: Sat Jan 19 07:31:48 2013
Log: Tabs > spaces
http://code.google.com/p/fizzler/source/detail?r=030e0341c233
Modified:
/default.build
=======================================
--- /default.build Sat Jan 19 07:31:08 2013
+++ /default.build Sat Jan 19 07:31:48 2013
@@ -1,168 +1,168 @@
<?xml version="1.0" encoding="utf-8"?>
<project name="Fizzler" basedir="." default="debug">
- <target name="debug">
- <property name="debug" value="true" />
- <property name="configuration" value="Debug" />
- <if
test="${framework::get-family(framework::get-runtime-framework()) != 'mono'}">
- <echo message="This build script is designed to be used for targeting
Mono." level="warning" />
- </if>
+ <target name="debug">
+ <property name="debug" value="true" />
+ <property name="configuration" value="Debug" />
+ <if
test="${framework::get-family(framework::get-runtime-framework()) != 'mono'}">
+ <echo message="This build script is designed to be used for
targeting Mono." level="warning" />
+ </if>
- <if test="${framework::get-family(framework::get-runtime-framework())
== 'mono'}">
- <echo message="Running MONO build." />
- <property name="output.dir" value="" />
- <property name="net-35" value="true" />
- <property name="mono" value="true" />
- <call target="test" />
- </if>
- </target>
+ <if
test="${framework::get-family(framework::get-runtime-framework())
== 'mono'}">
+ <echo message="Running MONO build." />
+ <property name="output.dir" value="" />
+ <property name="net-35" value="true" />
+ <property name="mono" value="true" />
+ <call target="test" />
+ </if>
+ </target>
- <target name="release">
- <property name="debug" value="false" />
- <property name="configuration" value="Release" />
+ <target name="release">
+ <property name="debug" value="false" />
+ <property name="configuration" value="Release" />
- <if
test="${framework::get-family(framework::get-runtime-framework()) != 'mono'}">
- <echo message="This build script is designed to be used for targeting
Mono." level="warning" />
- </if>
+ <if
test="${framework::get-family(framework::get-runtime-framework()) != 'mono'}">
+ <echo message="This build script is designed to be used for
targeting Mono." level="warning" />
+ </if>
- <if test="${framework::get-family(framework::get-runtime-framework())
== 'mono'}">
- <echo message="Running MONO build." />
- <property name="output.dir" value="" />
- <property name="net-35" value="true" />
- <property name="mono" value="true" />
- <call target="test" />
- </if>
- </target>
+ <if
test="${framework::get-family(framework::get-runtime-framework())
== 'mono'}">
+ <echo message="Running MONO build." />
+ <property name="output.dir" value="" />
+ <property name="net-35" value="true" />
+ <property name="mono" value="true" />
+ <call target="test" />
+ </if>
+ </target>
- <target name="clean">
- <delete dir="bin" />
- <delete dir="Fizzler.Systems.HtmlAgilityPack\bin" />
- <delete dir="Fizzler.Systems.HtmlAgilityPack\obj" />
- <delete dir="Fizzler\bin" />
- <delete dir="Fizzler\obj" />
- <delete dir="Fizzler.Tests\bin" />
- <delete dir="Fizzler.Tests\obj" />
- </target>
+ <target name="clean">
+ <delete dir="bin" />
+ <delete dir="Fizzler.Systems.HtmlAgilityPack\bin" />
+ <delete dir="Fizzler.Systems.HtmlAgilityPack\obj" />
+ <delete dir="Fizzler\bin" />
+ <delete dir="Fizzler\obj" />
+ <delete dir="Fizzler.Tests\bin" />
+ <delete dir="Fizzler.Tests\obj" />
+ </target>
- <target name="prep" depends="clean">
- <mkdir dir="bin//${output.dir}${configuration}" />
- <mkdir dir="bin//${output.dir}${configuration}" />
- </target>
+ <target name="prep" depends="clean">
+ <mkdir dir="bin//${output.dir}${configuration}" />
+ <mkdir dir="bin//${output.dir}${configuration}" />
+ </target>
- <target name="build">
- <property name="mono" value="false" />
- <property name="output.dir" value="NET-2.0//" />
- <property name="net-35" value="false" />
- <call target="test" />
- <property name="output.dir" value="" />
- <property name="net-35" value="true" />
- <call target="test" />
- </target>
+ <target name="build">
+ <property name="mono" value="false" />
+ <property name="output.dir" value="NET-2.0//" />
+ <property name="net-35" value="false" />
+ <call target="test" />
+ <property name="output.dir" value="" />
+ <property name="net-35" value="true" />
+ <call target="test" />
+ </target>
- <target name="build-fizzler" depends="prep">
- <echo message="net-35 is: ${bool::parse(net-35)}" />
- <csc target="library" noconfig="true"
output="bin//${output.dir}${configuration}//Fizzler.dll" debug="${debug}">
- <sources>
- <include name="Fizzler/**/*.cs" />
- </sources>
- <references>
- <include name="System.dll" />
- <include name="System.Core.dll" if="${bool::parse(net-35)}" />
- <include name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
- </references>
- </csc>
- </target>
+ <target name="build-fizzler" depends="prep">
+ <echo message="net-35 is: ${bool::parse(net-35)}" />
+ <csc target="library" noconfig="true"
output="bin//${output.dir}${configuration}//Fizzler.dll" debug="${debug}">
+ <sources>
+ <include name="Fizzler/**/*.cs" />
+ </sources>
+ <references>
+ <include name="System.dll" />
+ <include name="System.Core.dll"
if="${bool::parse(net-35)}" />
+ <include
name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
+ </references>
+ </csc>
+ </target>
- <target name="build-htmlagilitypack" depends="build-fizzler">
- <csc target="library" noconfig="true"
output="bin//${output.dir}${configuration}//Fizzler.Systems.HtmlAgilityPack.dll"
debug="${debug}">
- <sources>
- <include name="NET-2.0/ExtensionAttribute.cs"
unless="${bool::parse(net-35)}" />
- <include name="Fizzler.Systems.HtmlAgilityPack/**/*.cs" />
- </sources>
- <references>
- <include name="bin/${output.dir}${configuration}/Fizzler.dll" />
- <include
name="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll" />
- <include name="System.dll" />
- <include name="System.Core.dll" if="${bool::parse(net-35)}" />
- <include name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
- <include name="System.XML.dll" />
- </references>
- </csc>
- </target>
+ <target name="build-htmlagilitypack" depends="build-fizzler">
+ <csc target="library" noconfig="true"
output="bin//${output.dir}${configuration}//Fizzler.Systems.HtmlAgilityPack.dll"
debug="${debug}">
+ <sources>
+ <include name="NET-2.0/ExtensionAttribute.cs"
unless="${bool::parse(net-35)}" />
+ <include name="Fizzler.Systems.HtmlAgilityPack/**/*.cs" />
+ </sources>
+ <references>
+ <include
name="bin/${output.dir}${configuration}/Fizzler.dll" />
+ <include
name="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll" />
+ <include name="System.dll" />
+ <include name="System.Core.dll"
if="${bool::parse(net-35)}" />
+ <include
name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
+ <include name="System.XML.dll" />
+ </references>
+ </csc>
+ </target>
- <target name="build-consolefizzler" depends="build-htmlagilitypack">
- <csc target="exe" noconfig="true"
output="bin//${output.dir}${configuration}//fizz.exe" debug="${debug}">
- <sources>
- <include name="NET-2.0/ExtensionAttribute.cs"
unless="${bool::parse(net-35)}" />
- <include name="ConsoleFizzler/**/*.cs" />
- </sources>
- <references>
- <include name="bin/${output.dir}${configuration}/Fizzler.dll" />
- <include
name="bin/${output.dir}${configuration}/Fizzler.Systems.HtmlAgilityPack.dll"
/>
- <include
name="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll" />
- <include name="packages/Mannex.1.7.0/lib/net35/Mannex.dll" />
- <include name="System.dll" />
- <include name="System.Core.dll" if="${bool::parse(net-35)}" />
- <include name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
- <include name="System.XML.dll" />
- <include name="System.Configuration.dll" />
- </references>
- </csc>
- </target>
- <target name="build-visualfizzler" depends="build-consolefizzler">
- <csc target="exe" noconfig="true"
output="bin//${output.dir}${configuration}//VisualFizzler.exe"
debug="${debug}">
- <sources>
- <include name="VisualFizzler/**/*.cs" />
- <include name="NET-2.0/ExtensionAttribute.cs"
unless="${bool::parse(net-35)}" />
- <include name="NET-2.0/Actions.cs" unless="${bool::parse(net-35)}" />
- </sources>
- <resources dynamicprefix="true">
- <include name="VisualFizzler/**/*.resx" />
- </resources>
- <references>
- <include name="bin/${output.dir}${configuration}/Fizzler.dll" />
- <include
name="bin/${output.dir}${configuration}/Fizzler.Systems.HtmlAgilityPack.dll"
/>
- <include
name="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll" />
- <include name="packages/Mannex.1.7.0/lib/net35/Mannex.dll" />
- <include name="Microsoft.VisualBasic.dll" />
- <include name="System.dll" />
- <include name="System.Core.dll" if="${bool::parse(net-35)}" />
- <include name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
- <include name="System.Deployment.dll" />
- <include name="System.Drawing.dll" />
- <include name="System.Windows.Forms.dll" />
- <include name="System.XML.dll" />
- </references>
- </csc>
- </target>
- <target name="build-tests" depends="build-visualfizzler">
- <csc target="library" noconfig="${not bool::parse(mono)}"
output="bin//${output.dir}${configuration}//Fizzler.Tests.dll"
debug="${debug}">
- <sources>
- <include name="Fizzler.Tests/**/*.cs" />
- <include name="NET-2.0/Actions.cs" unless="${bool::parse(net-35)}" />
- </sources>
- <resources dynamicprefix="true">
- <include name="Fizzler.Tests/*.html" />
- </resources>
- <references>
- <include name="bin/${output.dir}${configuration}/Fizzler.dll" />
- <include
name="bin/${output.dir}${configuration}/Fizzler.Systems.HtmlAgilityPack.dll"
/>
- <include
name="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll" />
- <include name="packages/NUnit.2.6.2/lib/nunit.framework.dll" />
- <include name="System.dll" />
- <include name="System.Core.dll" if="${bool::parse(net-35)}" />
- <include name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
- <include name="System.XML.dll" />
- </references>
- </csc>
- </target>
- <target name="test" depends="build-tests">
- <copy
file="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll"
todir="bin//${output.dir}${configuration}" />
- <copy file="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
todir="bin//${output.dir}${configuration}" unless="${bool::parse(net-35)}"
/>
- <copy file="packages/NUnit.2.6.2/lib/nunit.framework.dll"
todir="bin//${output.dir}${configuration}" />
- <nunit2>
- <formatter type="Plain" />
- <test
assemblyname="bin//${output.dir}${configuration}//Fizzler.Tests.dll"
appconfig="Fizzler.Tests/App.config" />
- </nunit2>
- </target>
+ <target name="build-consolefizzler" depends="build-htmlagilitypack">
+ <csc target="exe" noconfig="true"
output="bin//${output.dir}${configuration}//fizz.exe" debug="${debug}">
+ <sources>
+ <include name="NET-2.0/ExtensionAttribute.cs"
unless="${bool::parse(net-35)}" />
+ <include name="ConsoleFizzler/**/*.cs" />
+ </sources>
+ <references>
+ <include
name="bin/${output.dir}${configuration}/Fizzler.dll" />
+ <include
name="bin/${output.dir}${configuration}/Fizzler.Systems.HtmlAgilityPack.dll"
/>
+ <include
name="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll" />
+ <include name="packages/Mannex.1.7.0/lib/net35/Mannex.dll"
/>
+ <include name="System.dll" />
+ <include name="System.Core.dll"
if="${bool::parse(net-35)}" />
+ <include
name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
+ <include name="System.XML.dll" />
+ <include name="System.Configuration.dll" />
+ </references>
+ </csc>
+ </target>
+ <target name="build-visualfizzler" depends="build-consolefizzler">
+ <csc target="exe" noconfig="true"
output="bin//${output.dir}${configuration}//VisualFizzler.exe"
debug="${debug}">
+ <sources>
+ <include name="VisualFizzler/**/*.cs" />
+ <include name="NET-2.0/ExtensionAttribute.cs"
unless="${bool::parse(net-35)}" />
+ <include name="NET-2.0/Actions.cs"
unless="${bool::parse(net-35)}" />
+ </sources>
+ <resources dynamicprefix="true">
+ <include name="VisualFizzler/**/*.resx" />
+ </resources>
+ <references>
+ <include
name="bin/${output.dir}${configuration}/Fizzler.dll" />
+ <include
name="bin/${output.dir}${configuration}/Fizzler.Systems.HtmlAgilityPack.dll"
/>
+ <include
name="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll" />
+ <include name="packages/Mannex.1.7.0/lib/net35/Mannex.dll"
/>
+ <include name="Microsoft.VisualBasic.dll" />
+ <include name="System.dll" />
+ <include name="System.Core.dll"
if="${bool::parse(net-35)}" />
+ <include
name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
+ <include name="System.Deployment.dll" />
+ <include name="System.Drawing.dll" />
+ <include name="System.Windows.Forms.dll" />
+ <include name="System.XML.dll" />
+ </references>
+ </csc>
+ </target>
+ <target name="build-tests" depends="build-visualfizzler">
+ <csc target="library" noconfig="${not bool::parse(mono)}"
output="bin//${output.dir}${configuration}//Fizzler.Tests.dll"
debug="${debug}">
+ <sources>
+ <include name="Fizzler.Tests/**/*.cs" />
+ <include name="NET-2.0/Actions.cs"
unless="${bool::parse(net-35)}" />
+ </sources>
+ <resources dynamicprefix="true">
+ <include name="Fizzler.Tests/*.html" />
+ </resources>
+ <references>
+ <include
name="bin/${output.dir}${configuration}/Fizzler.dll" />
+ <include
name="bin/${output.dir}${configuration}/Fizzler.Systems.HtmlAgilityPack.dll"
/>
+ <include
name="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll" />
+ <include
name="packages/NUnit.2.6.2/lib/nunit.framework.dll" />
+ <include name="System.dll" />
+ <include name="System.Core.dll"
if="${bool::parse(net-35)}" />
+ <include
name="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
unless="${bool::parse(net-35)}" />
+ <include name="System.XML.dll" />
+ </references>
+ </csc>
+ </target>
+ <target name="test" depends="build-tests">
+ <copy
file="packages/HtmlAgilityPack.1.4.6/lib/Net20/HtmlAgilityPack.dll"
todir="bin//${output.dir}${configuration}" />
+ <copy file="packages/LinqBridge.1.3.0/lib/net20/LinqBridge.dll"
todir="bin//${output.dir}${configuration}" unless="${bool::parse(net-35)}"
/>
+ <copy file="packages/NUnit.2.6.2/lib/nunit.framework.dll"
todir="bin//${output.dir}${configuration}" />
+ <nunit2>
+ <formatter type="Plain" />
+ <test
assemblyname="bin//${output.dir}${configuration}//Fizzler.Tests.dll"
appconfig="Fizzler.Tests/App.config" />
+ </nunit2>
+ </target>
</project>
==============================================================================
Revision: 7910bdaff1cb
Branch: default
Author: azizatif
Date: Sat Jan 19 10:12:09 2013
Log: Header text for source files
http://code.google.com/p/fizzler/source/detail?r=7910bdaff1cb
Modified:
/Common/SolutionInfo.cs
/ConsoleFizzler/Command.cs
/ConsoleFizzler/CommandLine.cs
/ConsoleFizzler/ExplainCommand.cs
/ConsoleFizzler/ICommand.cs
/ConsoleFizzler/NameValueCollectionExtensions.cs
/ConsoleFizzler/NodeOutputFormat.cs
/ConsoleFizzler/Program.cs
/ConsoleFizzler/Properties/AssemblyInfo.cs
/ConsoleFizzler/SelectCommand.cs
/ConsoleFizzler/StringExtensions.cs
/Fizzler.Sandbox/Properties/AssemblyInfo.cs
/Fizzler.Sandbox/WinForms/ControlExtensions.cs
/Fizzler.Sandbox/WinForms/ControlOps.cs
/Fizzler.Sandbox/WinForms/ControlSelection.cs
/Fizzler.Sandbox/Xml/XmlNodeExtensions.cs
/Fizzler.Sandbox/Xml/XmlNodeOps.cs
/Fizzler.Sandbox/Xml/XmlNodeSelection.cs
/Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs
/Fizzler.Systems.HtmlAgilityPack/HtmlNodeExtensions.cs
/Fizzler.Systems.HtmlAgilityPack/HtmlNodeOps.cs
/Fizzler.Systems.HtmlAgilityPack/HtmlNodeSelection.cs
/Fizzler.Systems.HtmlAgilityPack/Properties/AssemblyInfo.cs
/Fizzler.Tests/AttributeSelectors.cs
/Fizzler.Tests/ChildAndAdjacentSelectors.cs
/Fizzler.Tests/ClassSelector.cs
/Fizzler.Tests/ElementSelector.cs
/Fizzler.Tests/HumanReadableSelectorGeneratorTests.cs
/Fizzler.Tests/IDSelector.cs
/Fizzler.Tests/MultipleSelectors.cs
/Fizzler.Tests/NamespacePrefixTests.cs
/Fizzler.Tests/NthChild.cs
/Fizzler.Tests/ParserTests.cs
/Fizzler.Tests/Properties/AssemblyInfo.cs
/Fizzler.Tests/PsuedoSelectors.cs
/Fizzler.Tests/ReaderTests.cs
/Fizzler.Tests/SelectorBaseTest.cs
/Fizzler.Tests/SelectorGeneratorTeeTests.cs
/Fizzler.Tests/TokenTests.cs
/Fizzler.Tests/TokenerTests.cs
/Fizzler.sln.DotSettings
/Fizzler/HumanReadableSelectorGenerator.cs
/Fizzler/IElementOps.cs
/Fizzler/ISelectorGenerator.cs
/Fizzler/NamespacePrefix.cs
/Fizzler/Parser.cs
/Fizzler/Properties/AssemblyInfo.cs
/Fizzler/Reader.cs
/Fizzler/Selector.cs
/Fizzler/SelectorGenerator.cs
/Fizzler/SelectorGeneratorTee.cs
/Fizzler/SelectorsCachingCompiler.cs
/Fizzler/Token.cs
/Fizzler/TokenKind.cs
/Fizzler/Tokener.cs
/VisualFizzler/ContentTypeExtensions.cs
/VisualFizzler/MainForm.cs
/VisualFizzler/Program.cs
/VisualFizzler/Properties/AssemblyInfo.cs
=======================================
--- /Common/SolutionInfo.cs Tue Feb 2 14:12:36 2010
+++ /Common/SolutionInfo.cs Sat Jan 19 10:12:09 2013
@@ -1,32 +1,28 @@
-#region License, Terms and Conditions
-//
-// Fizzler - CSS Selector Engine for Microsoft .NET Framework and Mono
-// Copyright (c) 2009, 2010 Atif Aziz, Colin Ramsay. All rights reserved.
-//
-// This library is free software; you can redistribute it and/or modify it
under
-// the terms of the GNU Lesser General Public License as published by the
Free
-// Software Foundation; either version 3 of the License, or (at your
option)
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
// any later version.
-//
-// This library is distributed in the hope that it will be useful, but
WITHOUT
-// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
-// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
// details.
-//
-// You should have received a copy of the GNU Lesser General Public License
-// along with this library; if not, write to the Free Software Foundation,
Inc.,
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
+//
#endregion
-#region Imports
-
using System.Reflection;
using CLSCompliantAttribute = System.CLSCompliantAttribute;
using ComVisible = System.Runtime.InteropServices.ComVisibleAttribute;
-#endregion
-
//
// General description
//
=======================================
--- /ConsoleFizzler/Command.cs Tue Feb 2 14:28:39 2010
+++ /ConsoleFizzler/Command.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace ConsoleFizzler
{
using System;
=======================================
--- /ConsoleFizzler/CommandLine.cs Thu Jan 17 15:53:37 2013
+++ /ConsoleFizzler/CommandLine.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,23 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
using Mannex;
namespace ConsoleFizzler
=======================================
--- /ConsoleFizzler/ExplainCommand.cs Tue Feb 2 14:28:39 2010
+++ /ConsoleFizzler/ExplainCommand.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace ConsoleFizzler
{
#region Imports
=======================================
--- /ConsoleFizzler/ICommand.cs Thu Apr 30 10:50:13 2009
+++ /ConsoleFizzler/ICommand.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace ConsoleFizzler
{
internal interface ICommand
=======================================
--- /ConsoleFizzler/NameValueCollectionExtensions.cs Thu Jan 17 15:53:37
2013
+++ /ConsoleFizzler/NameValueCollectionExtensions.cs Sat Jan 19 10:12:09
2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace ConsoleFizzler
{
#region Imports
=======================================
--- /ConsoleFizzler/NodeOutputFormat.cs Thu Apr 30 10:50:13 2009
+++ /ConsoleFizzler/NodeOutputFormat.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace ConsoleFizzler
{
internal enum NodeOutputFormat
=======================================
--- /ConsoleFizzler/Program.cs Thu Jan 17 15:53:37 2013
+++ /ConsoleFizzler/Program.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace ConsoleFizzler
{
#region Imports
=======================================
--- /ConsoleFizzler/Properties/AssemblyInfo.cs Thu Jan 17 15:53:37 2013
+++ /ConsoleFizzler/Properties/AssemblyInfo.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
using System.Reflection;
[assembly: AssemblyTitle("ConsoleFizzler")]
=======================================
--- /ConsoleFizzler/SelectCommand.cs Tue Feb 2 14:28:39 2010
+++ /ConsoleFizzler/SelectCommand.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace ConsoleFizzler
{
#region Imports
=======================================
--- /ConsoleFizzler/StringExtensions.cs Thu Jan 17 15:53:37 2013
+++ /ConsoleFizzler/StringExtensions.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace ConsoleFizzler
{
#region Imports
=======================================
--- /Fizzler.Sandbox/Properties/AssemblyInfo.cs Thu Jan 17 15:53:37 2013
+++ /Fizzler.Sandbox/Properties/AssemblyInfo.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
using System.Reflection;
[assembly: AssemblyTitle("Fizzler.Sandbox")]
=======================================
--- /Fizzler.Sandbox/WinForms/ControlExtensions.cs Thu Jan 17 15:53:37 2013
+++ /Fizzler.Sandbox/WinForms/ControlExtensions.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Systems.WinForms
{
#region Imports
=======================================
--- /Fizzler.Sandbox/WinForms/ControlOps.cs Wed Oct 6 16:35:37 2010
+++ /Fizzler.Sandbox/WinForms/ControlOps.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Systems.WinForms
{
#region Imports
=======================================
--- /Fizzler.Sandbox/WinForms/ControlSelection.cs Thu Jan 17 15:53:37 2013
+++ /Fizzler.Sandbox/WinForms/ControlSelection.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Systems.WinForms
{
#region Imports
=======================================
--- /Fizzler.Sandbox/Xml/XmlNodeExtensions.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Sandbox/Xml/XmlNodeExtensions.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Systems.XmlNodeQuery
{
#region Imports
=======================================
--- /Fizzler.Sandbox/Xml/XmlNodeOps.cs Wed Oct 6 16:42:39 2010
+++ /Fizzler.Sandbox/Xml/XmlNodeOps.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Systems.XmlNodeQuery
{
#region Imports
=======================================
--- /Fizzler.Sandbox/Xml/XmlNodeSelection.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Sandbox/Xml/XmlNodeSelection.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Systems.XmlNodeQuery
{
#region Imports
=======================================
--- /Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs Thu Jan 17
15:53:37 2013
+++ /Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs Sat Jan 19
10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
using System.Collections.Generic;
using System.Diagnostics;
=======================================
--- /Fizzler.Systems.HtmlAgilityPack/HtmlNodeExtensions.cs Tue Feb 2
14:28:39 2010
+++ /Fizzler.Systems.HtmlAgilityPack/HtmlNodeExtensions.cs Sat Jan 19
10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Systems.HtmlAgilityPack
{
#region Imports
=======================================
--- /Fizzler.Systems.HtmlAgilityPack/HtmlNodeOps.cs Wed Oct 6 16:42:39 2010
+++ /Fizzler.Systems.HtmlAgilityPack/HtmlNodeOps.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Systems.HtmlAgilityPack
{
#region Imports
=======================================
--- /Fizzler.Systems.HtmlAgilityPack/HtmlNodeSelection.cs Thu Jan 17
15:53:37 2013
+++ /Fizzler.Systems.HtmlAgilityPack/HtmlNodeSelection.cs Sat Jan 19
10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Systems.HtmlAgilityPack
{
#region Imports
=======================================
--- /Fizzler.Systems.HtmlAgilityPack/Properties/AssemblyInfo.cs Thu Jan 17
15:53:37 2013
+++ /Fizzler.Systems.HtmlAgilityPack/Properties/AssemblyInfo.cs Sat Jan 19
10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
using System.Reflection;
[assembly: AssemblyTitle("Fizzler.System.HtmlAgilityPack")]
=======================================
--- /Fizzler.Tests/AttributeSelectors.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Tests/AttributeSelectors.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
using NUnit.Framework;
=======================================
--- /Fizzler.Tests/ChildAndAdjacentSelectors.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Tests/ChildAndAdjacentSelectors.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
using NUnit.Framework;
=======================================
--- /Fizzler.Tests/ClassSelector.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Tests/ClassSelector.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
using NUnit.Framework;
=======================================
--- /Fizzler.Tests/ElementSelector.cs Thu Jan 17 15:53:37 2013
+++ /Fizzler.Tests/ElementSelector.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
using System;
=======================================
--- /Fizzler.Tests/HumanReadableSelectorGeneratorTests.cs Thu Jan 17
15:49:10 2013
+++ /Fizzler.Tests/HumanReadableSelectorGeneratorTests.cs Sat Jan 19
10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
using System;
=======================================
--- /Fizzler.Tests/IDSelector.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Tests/IDSelector.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
using NUnit.Framework;
=======================================
--- /Fizzler.Tests/MultipleSelectors.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Tests/MultipleSelectors.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
using NUnit.Framework;
=======================================
--- /Fizzler.Tests/NamespacePrefixTests.cs Thu Jan 17 15:22:04 2013
+++ /Fizzler.Tests/NamespacePrefixTests.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
using NUnit.Framework;
=======================================
--- /Fizzler.Tests/NthChild.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Tests/NthChild.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
using NUnit.Framework;
=======================================
--- /Fizzler.Tests/ParserTests.cs Thu Jan 17 15:22:04 2013
+++ /Fizzler.Tests/ParserTests.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
#region Imports
=======================================
--- /Fizzler.Tests/Properties/AssemblyInfo.cs Thu Jan 17 15:53:37 2013
+++ /Fizzler.Tests/Properties/AssemblyInfo.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
=======================================
--- /Fizzler.Tests/PsuedoSelectors.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Tests/PsuedoSelectors.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
using NUnit.Framework;
=======================================
--- /Fizzler.Tests/ReaderTests.cs Tue Feb 2 14:28:39 2010
+++ /Fizzler.Tests/ReaderTests.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
#region Imports
=======================================
--- /Fizzler.Tests/SelectorBaseTest.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Tests/SelectorBaseTest.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
#region Imports
=======================================
--- /Fizzler.Tests/SelectorGeneratorTeeTests.cs Wed Oct 6 16:35:37 2010
+++ /Fizzler.Tests/SelectorGeneratorTeeTests.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
#region Imports
=======================================
--- /Fizzler.Tests/TokenTests.cs Thu Jan 17 15:53:37 2013
+++ /Fizzler.Tests/TokenTests.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
#region Imports
=======================================
--- /Fizzler.Tests/TokenerTests.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler.Tests/TokenerTests.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler.Tests
{
#region Imports
=======================================
--- /Fizzler.sln.DotSettings Thu Jan 17 15:41:05 2013
+++ /Fizzler.sln.DotSettings Sat Jan 19 10:12:09 2013
@@ -1,2 +1,23 @@
<wpf:ResourceDictionary xml:space="preserve"
xmlns:x="
http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml"
xmlns:wpf="
http://schemas.microsoft.com/winfx/2006/xaml/presentation">
- <s:String
x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantCommaInArrayInitializer/@EntryIndexedValue">HINT</s:String></wpf:ResourceDictionary>
+ <s:String
x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantCommaInArrayInitializer/@EntryIndexedValue">HINT</s:String>
+ <s:Int64
x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/BLANK_LINES_AFTER_START_COMMENT/@EntryValue">2</s:Int64>
+ <s:String
x:Key="/Default/CodeStyle/FileHeader/FileHeaderRegionName/@EntryValue">Copyright
and License</s:String>
+ <s:String
x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">
+Fizzler - CSS Selector Engine for Microsoft .NET Framework
+Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify it
under 
+the terms of the GNU Lesser General Public License as published by the
Free 
+Software Foundation; either version 3 of the License, or (at your option)

+any later version.
+
+This library is distributed in the hope that it will be useful, but
WITHOUT 
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS 
+FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more 
+details.
+
+You should have received a copy of the GNU Lesser General Public License

+along with this library; if not, write to the Free Software Foundation,
Inc., 
+59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
+
+</s:String></wpf:ResourceDictionary>
=======================================
--- /Fizzler/HumanReadableSelectorGenerator.cs Thu Jan 17 15:28:40 2013
+++ /Fizzler/HumanReadableSelectorGenerator.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler
{
using System;
=======================================
--- /Fizzler/IElementOps.cs Thu Jan 17 15:49:10 2013
+++ /Fizzler/IElementOps.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler
{
/// <summary>
=======================================
--- /Fizzler/ISelectorGenerator.cs Wed Oct 6 16:35:37 2010
+++ /Fizzler/ISelectorGenerator.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler
{
/// <summary>
=======================================
--- /Fizzler/NamespacePrefix.cs Thu Jan 17 15:53:37 2013
+++ /Fizzler/NamespacePrefix.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler
{
using System;
=======================================
--- /Fizzler/Parser.cs Wed Oct 6 16:35:37 2010
+++ /Fizzler/Parser.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler
{
#region Imports
=======================================
--- /Fizzler/Properties/AssemblyInfo.cs Thu Jan 17 15:53:37 2013
+++ /Fizzler/Properties/AssemblyInfo.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
using System.Reflection;
[assembly: AssemblyTitle("Fizzler")]
=======================================
--- /Fizzler/Reader.cs Thu Jan 17 15:53:37 2013
+++ /Fizzler/Reader.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler
{
#region Imports
=======================================
--- /Fizzler/Selector.cs Tue Feb 2 14:28:39 2010
+++ /Fizzler/Selector.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler
{
using System.Collections.Generic;
=======================================
--- /Fizzler/SelectorGenerator.cs Wed Oct 6 16:35:37 2010
+++ /Fizzler/SelectorGenerator.cs Sat Jan 19 10:12:09 2013
@@ -1,3 +1,24 @@
+#region Copyright and License
+//
+// Fizzler - CSS Selector Engine for Microsoft .NET Framework
+// Copyright (c) 2009 Atif Aziz, Colin Ramsay. All rights reserved.
+//
+// This library is free software; you can redistribute it and/or modify it
under
+// the terms of the GNU Lesser General Public License as published by the
Free
+// Software Foundation; either version 3 of the License, or (at your
option)
+// any later version.
+//
+// This library is distributed in the hope that it will be useful, but
WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS
+// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
more
+// details.
+//
+// You should have received a copy of the GNU Lesser General Public License
+// along with this library; if not, write to the Free Software Foundation,
Inc.,
+// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+#endregion
+
namespace Fizzler
{
#region Imports
=======================================
***Additional files exist in this changeset.***
==============================================================================
Revision: d4ca897dcb98
Branch: default
Author: azizatif
Date: Sat Jan 19 10:13:25 2013
Log: Copyright notice in assembly infos only needs initial year of
publication
http://code.google.com/p/fizzler/source/detail?r=d4ca897dcb98
Modified:
/Common/SolutionInfo.cs
=======================================
--- /Common/SolutionInfo.cs Sat Jan 19 10:12:09 2013
+++ /Common/SolutionInfo.cs Sat Jan 19 10:13:25 2013
@@ -29,7 +29,7 @@
[assembly: AssemblyProduct("Fizzler")]
[assembly: AssemblyCompany("
http://fizzler.googlecode.com")]
-[assembly: AssemblyCopyright("Copyright (c) 2009, 2010 Atif Aziz, Colin
Ramsay. All rights reserved.")]
+[assembly: AssemblyCopyright("Copyright (c) 2009 Atif Aziz, Colin Ramsay.
All rights reserved.")]
[assembly: AssemblyCulture("")]
//
==============================================================================
Revision: 8bc7c80d349c
Branch: default
Author: azizatif
Date: Sat Jan 19 12:50:50 2013
Log: Imports under namespace
http://code.google.com/p/fizzler/source/detail?r=8bc7c80d349c
Modified:
/ConsoleFizzler/CommandLine.cs
/Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs
/Fizzler.Tests/Properties/AssemblyInfo.cs
/Fizzler.sln.DotSettings
/VisualFizzler/ContentTypeExtensions.cs
/VisualFizzler/CursorScope.cs
/VisualFizzler/MainForm.cs
/VisualFizzler/Program.cs
=======================================
--- /ConsoleFizzler/CommandLine.cs Sat Jan 19 10:12:09 2013
+++ /ConsoleFizzler/CommandLine.cs Sat Jan 19 12:50:50 2013
@@ -18,7 +18,6 @@
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
#endregion
-using Mannex;
namespace ConsoleFizzler
{
@@ -30,6 +29,8 @@
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
+ using Mannex;
+
#endregion
=======================================
--- /Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs Sat Jan 19
10:12:09 2013
+++ /Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs Sat Jan 19
12:50:50 2013
@@ -19,15 +19,13 @@
//
#endregion
-using System.Collections.Generic;
-using System.Diagnostics;
-
namespace Fizzler.Systems.HtmlAgilityPack
{
#region Imports
using System;
- using System.Collections;
+ using System.Collections.Generic;
+ using System.Diagnostics;
using System.Runtime.CompilerServices;
using global::HtmlAgilityPack;
=======================================
--- /Fizzler.Tests/Properties/AssemblyInfo.cs Sat Jan 19 10:12:09 2013
+++ /Fizzler.Tests/Properties/AssemblyInfo.cs Sat Jan 19 12:50:50 2013
@@ -20,7 +20,6 @@
#endregion
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the
following
=======================================
--- /Fizzler.sln.DotSettings Sat Jan 19 10:12:09 2013
+++ /Fizzler.sln.DotSettings Sat Jan 19 12:50:50 2013
@@ -1,6 +1,7 @@
<wpf:ResourceDictionary xml:space="preserve"
xmlns:x="
http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib"
xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml"
xmlns:wpf="
http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String
x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantCommaInArrayInitializer/@EntryIndexedValue">HINT</s:String>
<s:Int64
x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/BLANK_LINES_AFTER_START_COMMENT/@EntryValue">2</s:Int64>
+ <s:Boolean
x:Key="/Default/CodeStyle/CSharpUsing/AddImportsToDeepestScope/@EntryValue">True</s:Boolean>
<s:String
x:Key="/Default/CodeStyle/FileHeader/FileHeaderRegionName/@EntryValue">Copyright
and License</s:String>
<s:String
x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue">
Fizzler - CSS Selector Engine for Microsoft .NET Framework
@@ -20,4 +21,6 @@
along with this library; if not, write to the Free Software Foundation,
Inc., 
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 

-</s:String></wpf:ResourceDictionary>
+</s:String>
+ <s:String
x:Key="/Default/FilterSettingsManager/AttributeFilterXml/@EntryValue"><data
/></s:String>
+ <s:String
x:Key="/Default/FilterSettingsManager/CoverageFilterXml/@EntryValue"><data><IncludeFilters
/><ExcludeFilters
/></data></s:String></wpf:ResourceDictionary>
=======================================
--- /VisualFizzler/ContentTypeExtensions.cs Sat Jan 19 10:12:09 2013
+++ /VisualFizzler/ContentTypeExtensions.cs Sat Jan 19 12:50:50 2013
@@ -19,11 +19,11 @@
//
#endregion
-using System;
-using System.Net.Mime;
-
namespace VisualFizzler
{
+ using System;
+ using System.Net.Mime;
+
internal static class ContentTypeExtensions
{
public static bool IsPlainText(this ContentType contentType)
=======================================
--- /VisualFizzler/CursorScope.cs Sun Apr 26 13:20:22 2009
+++ /VisualFizzler/CursorScope.cs Sat Jan 19 12:50:50 2013
@@ -22,10 +22,10 @@
//
#endregion
-using System.Windows.Forms;
-
namespace VisualFizzler
{
+ using System.Windows.Forms;
+
internal static class CurrentCursorScope
{
public static SingletonScope<Cursor, Helper> EnterWait()
=======================================
--- /VisualFizzler/MainForm.cs Sat Jan 19 10:12:09 2013
+++ /VisualFizzler/MainForm.cs Sat Jan 19 12:50:50 2013
@@ -19,27 +19,31 @@
//
#endregion
-using System;
-using System.Collections.Generic;
-using System.Diagnostics;
-using System.Drawing;
-using System.Globalization;
-using System.Linq;
-using System.Net;
-using System.Net.Mime;
-using System.Text.RegularExpressions;
-using System.Windows.Forms;
-using Fizzler;
-using Fizzler.Systems.HtmlAgilityPack;
-using HtmlAgilityPack;
-using Mannex.Net;
-using Microsoft.VisualBasic;
-using OpenWebClient;
-using WebClient=OpenWebClient.WebClient;
-using HtmlDocument=HtmlAgilityPack.HtmlDocument;
-
namespace VisualFizzler
{
+ #region Imports
+
+ using System;
+ using System.Collections.Generic;
+ using System.Diagnostics;
+ using System.Drawing;
+ using System.Globalization;
+ using System.Linq;
+ using System.Net;
+ using System.Net.Mime;
+ using System.Text.RegularExpressions;
+ using System.Windows.Forms;
+ using Fizzler;
+ using Fizzler.Systems.HtmlAgilityPack;
+ using HtmlAgilityPack;
+ using Mannex.Net;
+ using Microsoft.VisualBasic;
+ using OpenWebClient;
+ using HtmlDocument = HtmlAgilityPack.HtmlDocument;
+ using WebClient = OpenWebClient.WebClient;
+
+ #endregion
+
public partial class MainForm : Form
{
private static readonly Regex _tagExpression = new
Regex(@"\<(?:(?<t>[a-z]+)(?:""[^""]*""|'[^']*'|[^""'>])*|/(?<t>[a-z]+))\>",
=======================================
--- /VisualFizzler/Program.cs Sat Jan 19 10:12:09 2013
+++ /VisualFizzler/Program.cs Sat Jan 19 12:50:50 2013
@@ -19,13 +19,17 @@
//
#endregion
-using System;
-using System.Diagnostics;
-using System.IO;
-using System.Windows.Forms;
-
namespace VisualFizzler
{
+ #region Imports
+
+ using System;
+ using System.Diagnostics;
+ using System.IO;
+ using System.Windows.Forms;
+
+ #endregion
+
internal static class Program
{
/// <summary>
==============================================================================
Revision: fa56645ae73f
Branch: default
Author: azizatif
Date: Sat Jan 19 13:10:00 2013
Log: Bumping version to 1.0.15619
http://code.google.com/p/fizzler/source/detail?r=fa56645ae73f
Modified:
/Common/SolutionInfo.cs
/ConsoleFizzler/Properties/AssemblyInfo.cs
/Fizzler.Sandbox/Properties/AssemblyInfo.cs
/Fizzler.Systems.HtmlAgilityPack/Properties/AssemblyInfo.cs
/Fizzler/Properties/AssemblyInfo.cs
/VisualFizzler/Properties/AssemblyInfo.cs
=======================================
--- /Common/SolutionInfo.cs Sat Jan 19 10:13:25 2013
+++ /Common/SolutionInfo.cs Sat Jan 19 13:10:00 2013
@@ -36,8 +36,8 @@
// Version information
//
-[assembly: AssemblyVersion("0.1.0.0")]
-[assembly: AssemblyInformationalVersion("0.1.0.0")]
+[assembly: AssemblyVersion("0.1.15619.0")]
+[assembly: AssemblyInformationalVersion("1.015619.0")]
//
// Configuration (test, debug, release)
=======================================
--- /ConsoleFizzler/Properties/AssemblyInfo.cs Sat Jan 19 10:12:09 2013
+++ /ConsoleFizzler/Properties/AssemblyInfo.cs Sat Jan 19 13:10:00 2013
@@ -28,4 +28,4 @@
// Version information
//
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.15619.2054")]
=======================================
--- /Fizzler.Sandbox/Properties/AssemblyInfo.cs Sat Jan 19 10:12:09 2013
+++ /Fizzler.Sandbox/Properties/AssemblyInfo.cs Sat Jan 19 13:10:00 2013
@@ -28,4 +28,4 @@
// Version information
//
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.15619.2054")]
=======================================
--- /Fizzler.Systems.HtmlAgilityPack/Properties/AssemblyInfo.cs Sat Jan 19
10:12:09 2013
+++ /Fizzler.Systems.HtmlAgilityPack/Properties/AssemblyInfo.cs Sat Jan 19
13:10:00 2013
@@ -28,4 +28,4 @@
// Version information
//
-[assembly: AssemblyFileVersion("1.0.11812.0112")]
+[assembly: AssemblyFileVersion("1.0.15619.2054")]
=======================================
--- /Fizzler/Properties/AssemblyInfo.cs Sat Jan 19 10:12:09 2013
+++ /Fizzler/Properties/AssemblyInfo.cs Sat Jan 19 13:10:00 2013
@@ -28,4 +28,4 @@
// Version information
//
-[assembly: AssemblyFileVersion("1.0.11812.0112")]
+[assembly: AssemblyFileVersion("1.0.15619.2054")]
=======================================
--- /VisualFizzler/Properties/AssemblyInfo.cs Sat Jan 19 10:12:09 2013
+++ /VisualFizzler/Properties/AssemblyInfo.cs Sat Jan 19 13:10:00 2013
@@ -28,4 +28,4 @@
// Version information
//
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.15619.2054")]
==============================================================================
Revision: 890530f5dcab
Branch: default
Author: azizatif
Date: Sat Jan 19 14:09:04 2013
Log: Removing obsolete build instructions
http://code.google.com/p/fizzler/source/detail?r=890530f5dcab
Deleted:
/How-to-build.txt.txt
=======================================
--- /How-to-build.txt.txt Wed May 20 02:18:25 2009
+++ /dev/null
@@ -1,9 +0,0 @@
-WINDOWS
--------
-
-Run build-all.bat
-
-OSX
----
-
-Install latest Mono, Nant and Nunit. cd to the fizzler project root (where
this file is) and simply run "nant".
==============================================================================
Revision: b419eacfb046
Branch: default
Author: azizatif
Date: Sat Jan 19 14:30:10 2013
Log: Enabling XML doc for Fizzler.Systems.HtmlAgilityPack
http://code.google.com/p/fizzler/source/detail?r=b419eacfb046
Modified:
/Fizzler.Systems.HtmlAgilityPack/Fizzler.Systems.HtmlAgilityPack.csproj
/NET-2.0/Fizzler.Systems.HtmlAgilityPack/Fizzler.Systems.HtmlAgilityPack.csproj
=======================================
--- /Fizzler.Systems.HtmlAgilityPack/Fizzler.Systems.HtmlAgilityPack.csproj
Thu Jan 17 15:22:04 2013
+++ /Fizzler.Systems.HtmlAgilityPack/Fizzler.Systems.HtmlAgilityPack.csproj
Sat Jan 19 14:30:10 2013
@@ -29,6 +29,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>3001,3002</NoWarn>
+
<DocumentationFile>bin\Debug\Fizzler.Systems.HtmlAgilityPack.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|
AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -38,6 +39,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>3001,3002</NoWarn>
+
<DocumentationFile>bin\Release\Fizzler.Systems.HtmlAgilityPack.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="HtmlAgilityPack, Version=1.4.6.0, Culture=neutral,
PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
=======================================
---
/NET-2.0/Fizzler.Systems.HtmlAgilityPack/Fizzler.Systems.HtmlAgilityPack.csproj
Thu Jan 17 15:22:04 2013
+++
/NET-2.0/Fizzler.Systems.HtmlAgilityPack/Fizzler.Systems.HtmlAgilityPack.csproj
Sat Jan 19 14:30:10 2013
@@ -31,6 +31,7 @@
<WarningsAsErrors>
</WarningsAsErrors>
<NoWarn>3001,3002,1685</NoWarn>
+
<DocumentationFile>..\..\bin\NET-2.0\Debug\Fizzler.Systems.HtmlAgilityPack.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|
AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -42,6 +43,7 @@
<WarningsAsErrors>
</WarningsAsErrors>
<NoWarn>3001,3002,1685</NoWarn>
+
<DocumentationFile>..\..\bin\NET-2.0\Release\Fizzler.Systems.HtmlAgilityPack.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="HtmlAgilityPack, Version=1.4.6.0, Culture=neutral,
PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
==============================================================================
Revision: 3d0a97ddfa60
Branch: default
Author: azizatif
Date: Sat Jan 19 14:31:19 2013
Log: Fixing warning CS0419: Ambiguous reference in cref
attribute: 'HtmlDocument.Load'
http://code.google.com/p/fizzler/source/detail?r=3d0a97ddfa60
Modified:
/Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs
=======================================
--- /Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs Sat Jan 19
12:50:50 2013
+++ /Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs Sat Jan 19
14:31:19 2013
@@ -49,7 +49,7 @@
// TODO Think of a better name than LoadHtml2
/// <summary>
- /// Same as <see cref="HtmlDocument.Load" /> but without the FORM
nesting
+ /// Same as <see cref="HtmlDocument.Load(string)" /> but without
the FORM nesting
/// problem outlined in <a
href="
http://code.google.com/p/fizzler/issues/detail?id=24">issue #24</a>.
/// </summary>
==============================================================================
Revision: de5abe1f6277
Branch: default
Author: azizatif
Date: Sat Jan 19 14:33:02 2013
Log: Fixing warning CS1591: Missing XML comment for publicly visible
type or member 'Fizzler.Systems.HtmlAgilityPack.HtmlDocumentExtensions'
http://code.google.com/p/fizzler/source/detail?r=de5abe1f6277
Modified:
/Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs
=======================================
--- /Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs Sat Jan 19
14:31:19 2013
+++ /Fizzler.Systems.HtmlAgilityPack/HtmlDocumentExtensions.cs Sat Jan 19
14:33:02 2013
@@ -31,6 +31,10 @@
#endregion
+ /// <summary>
+ /// Extensions methods for <see cref="HtmlDocument"/>.
+ /// </summary>
+
public static class HtmlDocumentExtensions
{
private static Dictionary<string, HtmlElementFlag>
_defaultElementFlags;
==============================================================================
Revision: 12601629d76e
Branch: default
Author: azizatif
Date: Sat Jan 19 14:47:04 2013
Log: Nuspec review for 1.0
http://code.google.com/p/fizzler/source/detail?r=12601629d76e
Modified:
/Fizzler.nuspec
=======================================
--- /Fizzler.nuspec Thu Jan 17 14:04:36 2013
+++ /Fizzler.nuspec Sat Jan 19 14:47:04 2013
@@ -2,17 +2,16 @@
<package xmlns="
http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Fizzler</id>
- <version>0.9.3</version>
+ <version>1.0.0-beta1</version>
<title>Fizzler</title>
- <authors>colinramsay1980,azizatif</authors>
- <owners>C.Small</owners>
+ <authors>Atif Aziz, Colin Ramsay</authors>
+ <owners>Atif Aziz</owners>
<licenseUrl>
http://www.gnu.org/licenses/lgpl.html</licenseUrl>
-
<projectUrl>
https://github.com/yetanotherchris/fizzler/</projectUrl>
+ <projectUrl>
https://fizzler.googlecode.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
- <description>A .NET library to select items from a node tree based
on a CSS selector. The default implementation is based on HTMLAgilityPack
and selects from HTML documents. There over 140 unit tests - see below for
more information. The tests are based on the jQuery selector engine tests.
At this time, the library is BETA quality.</description>
- <summary>A .NET library to select items from a node tree based on
a CSS selector.</summary>
- <releaseNotes>Removed manex dependency, added
linqbridge.</releaseNotes>
- <tags>htmlagility fizzler</tags>
+ <description>Fizzler is a CSS Selector parser and generic selector
framework for document hierarchies. Fizzler also comes with a default
implementation over HTMLAgilityPack that enables QuerySelector and
QuerySelectorAll (from Selectors API Level 1) for HtmlNode
objects.</description>
+ <summary>CSS Selector Engine for Microsoft .NET Framework</summary>
+ <tags>htmlagility fizzler css html</tags>
<dependencies>
<group targetFramework=".NETFramework2.0">
<dependency id="HtmlAgilityPack" version="1.4.6" />
@@ -24,35 +23,13 @@
</dependencies>
</metadata>
<files>
- <file src="lib\net20\Fizzler.dll" target="lib\net20\Fizzler.dll" />
- <file src="lib\net20\Fizzler.pdb" target="lib\net20\Fizzler.pdb" />
- <file src="lib\net20\Fizzler.Systems.HtmlAgilityPack.dll"
target="lib\net20\Fizzler.Systems.HtmlAgilityPack.dll" />
- <file src="lib\net20\Fizzler.Systems.HtmlAgilityPack.pdb"
target="lib\net20\Fizzler.Systems.HtmlAgilityPack.pdb" />
- <file src="lib\net20\Fizzler.xml" target="lib\net20\Fizzler.xml" />
- <file src="lib\net35\Fizzler.dll" target="lib\net35\Fizzler.dll" />
- <file src="lib\net35\Fizzler.pdb" target="lib\net35\Fizzler.pdb" />
- <file src="lib\net35\Fizzler.Sandbox.dll"
target="lib\net35\Fizzler.Sandbox.dll" />
- <file src="lib\net35\Fizzler.Sandbox.pdb"
target="lib\net35\Fizzler.Sandbox.pdb" />
- <file src="lib\net35\Fizzler.Systems.HtmlAgilityPack.dll"
target="lib\net35\Fizzler.Systems.HtmlAgilityPack.dll" />
- <file src="lib\net35\Fizzler.Systems.HtmlAgilityPack.pdb"
target="lib\net35\Fizzler.Systems.HtmlAgilityPack.pdb" />
- <file src="lib\net35\Fizzler.xml" target="lib\net35\Fizzler.xml" />
- <file src="tools\fizz.exe" target="tools\fizz.exe" />
- <file src="tools\fizz.exe.config" target="tools\fizz.exe.config" />
- <file src="tools\fizz.pdb" target="tools\fizz.pdb" />
- <file src="tools\Fizzler.dll" target="tools\Fizzler.dll" />
- <file src="tools\Fizzler.pdb" target="tools\Fizzler.pdb" />
- <file src="tools\Fizzler.Sandbox.dll"
target="tools\Fizzler.Sandbox.dll" />
- <file src="tools\Fizzler.Sandbox.pdb"
target="tools\Fizzler.Sandbox.pdb" />
- <file src="tools\Fizzler.Systems.HtmlAgilityPack.dll"
target="tools\Fizzler.Systems.HtmlAgilityPack.dll" />
- <file src="tools\Fizzler.Systems.HtmlAgilityPack.pdb"
target="tools\Fizzler.Systems.HtmlAgilityPack.pdb" />
- <file src="tools\Fizzler.xml" target="tools\Fizzler.xml" />
- <file src="tools\HtmlAgilityPack.dll"
target="tools\HtmlAgilityPack.dll" />
- <file src="tools\HtmlAgilityPack.pdb"
target="tools\HtmlAgilityPack.pdb" />
- <file src="tools\HtmlAgilityPack.xml"
target="tools\HtmlAgilityPack.xml" />
- <file src="tools\Mannex.dll" target="tools\Mannex.dll" />
- <file src="tools\Mannex.pdb" target="tools\Mannex.pdb" />
- <file src="tools\Mannex.xml" target="tools\Mannex.xml" />
- <file src="tools\VisualFizzler.exe"
target="tools\VisualFizzler.exe" />
- <file src="tools\VisualFizzler.pdb"
target="tools\VisualFizzler.pdb" />
+ <file src="bin\NET-2.0\Release\Fizzler.dll"
target="lib\net20\Fizzler.dll" />
+ <file src="bin\NET-2.0\Release\Fizzler.xml"
target="lib\net20\Fizzler.xml" />
+ <file
src="bin\NET-2.0\Release\Fizzler.Systems.HtmlAgilityPack.dll"
target="lib\net20\Fizzler.Systems.HtmlAgilityPack.dll" />
+ <file
src="bin\NET-2.0\Release\Fizzler.Systems.HtmlAgilityPack.xml"
target="lib\net20\Fizzler.Systems.HtmlAgilityPack.xml" />
+ <file src="bin\Release\Fizzler.dll" target="lib\net35\Fizzler.dll"
/>
+ <file src="bin\Release\Fizzler.xml" target="lib\net35\Fizzler.xml"
/>
+ <file src="bin\Release\Fizzler.Systems.HtmlAgilityPack.dll"
target="lib\net35\Fizzler.Systems.HtmlAgilityPack.dll" />
+ <file src="bin\Release\Fizzler.Systems.HtmlAgilityPack.xml"
target="lib\net35\Fizzler.Systems.HtmlAgilityPack.xml" />
</files>
</package>
==============================================================================
Revision: d4dce90403bc
Branch: default
Author: azizatif
Date: Sat Jan 19 14:47:29 2013
Log: Batch script for NuGet packaging
http://code.google.com/p/fizzler/source/detail?r=d4dce90403bc
Added:
/pack.cmd
=======================================
--- /dev/null
+++ /pack.cmd Sat Jan 19 14:47:29 2013
@@ -0,0 +1,7 @@
+@echo off
+setlocal
+chcp 1252 > nul
+pushd "%~dp0"
+if not exist dist md dist
+if not %errorlevel%==0 exit /b %errorlevel%
+call build /v:m && for %%i in (*.nuspec) do .nuget\NuGet pack %%i
-OutputDirectory dist