wow. that was easy: git mv core nucleus
[feisty_meow.git] / core / tools / solution_solvers / find_output_pathers.sh
diff --git a/core/tools/solution_solvers/find_output_pathers.sh b/core/tools/solution_solvers/find_output_pathers.sh
deleted file mode 100644 (file)
index 204fd32..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-# this script locates any project files that mention the output path setting (OutputPath).  
-# these are extra suspicious due to the problems caused for our solutions when files have the
-# OutputPath specified rather than allowing the parent's settings to be inherited.
-
-# only works when repo dir is at the top of the full builds area.
-# we need like a top dir of some sort.
-find $REPOSITORY_DIR -iname "*proj" -exec grep -l OutputPath {} ';' >~/outputpath_mentioners.txt