Fix tlf build - add missing swc to build.xml and imports in automation_core module.
diff --git a/automation_core/src/AutomationCoreClasses.as b/automation_core/src/AutomationCoreClasses.as
index c7a3faa..9935d99 100644
--- a/automation_core/src/AutomationCoreClasses.as
+++ b/automation_core/src/AutomationCoreClasses.as
@@ -20,6 +20,7 @@
 {
  	internal class AutomationCoreClasses
 	{
+        import UnitTest.ExtendedClasses.TestConfigurationLoader; TestConfigurationLoader;
         import UnitTest.ExtendedClasses.VellumTestCase; VellumTestCase;
         import UnitTest.Validation.BoundsChecker; BoundsChecker;
         import UnitTest.Validation.CompositionResults; CompositionResults;
@@ -33,22 +34,7 @@
         import UnitTest.Validation.UpdateCompleteEventValidator; UpdateCompleteEventValidator;
         import UnitTest.Fixtures.TestEditManager; TestEditManager;
         import UnitTest.Fixtures.MeasureConstants; MeasureConstants;
-
-		/*import UnitTest.ExtendedClasses.TestDescriptor; TestDescriptor;
-		import UnitTest.ExtendedClasses.TestSuiteExtended; TestSuiteExtended;
-		import UnitTest.ExtendedClasses.VellumPerformanceCase; VellumPerformanceCase;
-
-		import UnitTest.Fixtures.FileRepository; FileRepository;
-		import UnitTest.Fixtures.TestApp; TestApp;
-		import UnitTest.Fixtures.TestConfig; TestConfig;
-		import UnitTest.Fixtures.TestEditManager; TestEditManager;
-
-
-		import UnitTest.Validation.LineSnapshot; LineSnapshot;
-
-		import UnitTest.Validation.XMLSnapshot; XMLSnapshot;     */
-		// Alphabetical list of classes to be included as part of vellum.swc.
-		// This should mirror what's in the .flexLibProperties
+        import UnitTest.Fixtures.TestCaseVo; TestCaseVo;
 	}
 }
 
diff --git a/automation_core/src/UnitTest/ExtendedClasses/TestConfigurationLoader.as b/automation_core/src/UnitTest/ExtendedClasses/TestConfigurationLoader.as
index 9e47a35..41e2a56 100644
--- a/automation_core/src/UnitTest/ExtendedClasses/TestConfigurationLoader.as
+++ b/automation_core/src/UnitTest/ExtendedClasses/TestConfigurationLoader.as
@@ -8,7 +8,6 @@
 
     import mx.rpc.AsyncToken;
     import mx.rpc.IResponder;
-
     import mx.rpc.http.HTTPService;
     import mx.utils.LoaderUtil;
 
diff --git a/build.xml b/build.xml
index 02a499f..09a27ab 100644
--- a/build.xml
+++ b/build.xml
@@ -239,6 +239,7 @@
       <library-path/>
       <external-library-path dir="${output.dir}" includes="textLayout.swc" append="true"/>
       <external-library-path dir="${flex.sdk.frameworks}/libs/mx/" includes="mx.swc" append="true"/>
+        <external-library-path dir="${flex.sdk.frameworks}/libs/" includes="rpc.swc" append="true"/>
       <!-- for Flex SDK 4.5 -->
       <external-library-path dir="${flex.sdk.frameworks}/libs/" includes="framework.swc" append="true"/>
       <!-- External swcs -->