Skip to content

Commit

Permalink
Add ValidateThis as submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bingham committed Sep 17, 2015
1 parent 14ab7b1 commit 02a89eb
Show file tree
Hide file tree
Showing 135 changed files with 6 additions and 11,130 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -7,3 +7,6 @@
[submodule "framework/hoth"]
path = framework/hoth
url = https://github.com/aarongreenlee/Hoth
[submodule "framework/ValidateThis"]
path = framework/ValidateThis
url = https://github.com/teamcfadvance/ValidateThis.git
2 changes: 1 addition & 1 deletion Application.cfc
Expand Up @@ -22,7 +22,7 @@ component extends = "framework.one" {
}
this.mappings["/hoth"] = this.applicationRoot & "framework/hoth/";
this.mappings["/model"] = this.applicationRoot & "model/";
this.mappings["/ValidateThis"] = this.applicationRoot & "framework/ValidateThis/";
this.mappings["/ValidateThis"] = this.applicationRoot & "framework/ValidateThis/ValidateThis/";
this.datasource = ListLast(this.applicationRoot, "\/");
this.ormEnabled = true;
this.ormSettings = {
Expand Down
2 changes: 1 addition & 1 deletion _tests/Application.cfc
Expand Up @@ -9,6 +9,6 @@ component {
this.mappings["/model"] = this.applicationroot & "model/";
this.mappings["/testbox"] = this.applicationroot & "framework/testbox/";
this.mappings["/tests"] = this.applicationroot & "_tests/";
this.mappings["/ValidateThis"] = this.applicationroot & "framework/ValidateThis/";
this.mappings["/ValidateThis"] = this.applicationroot & "framework/ValidateThis/ValidateThis/";

}
1 change: 1 addition & 0 deletions framework/ValidateThis
Submodule ValidateThis added at 5c3df2
1 change: 0 additions & 1 deletion framework/ValidateThis/.gitignore

This file was deleted.

229 changes: 0 additions & 229 deletions framework/ValidateThis/ValidateThis.cfc

This file was deleted.

106 changes: 0 additions & 106 deletions framework/ValidateThis/build.xml

This file was deleted.

0 comments on commit 02a89eb

Please sign in to comment.