Index: build-scripts/build.properties =================================================================== --- build-scripts/build.properties (revision 8228) +++ build-scripts/build.properties (working copy) @@ -1,5 +1,5 @@ -fluid_version = 1.2-SNAPSHOT +fluid_version = 1.1.2 Index: src/webapp/components/inlineEdit/inlineEditDependencies.json =================================================================== --- src/webapp/components/inlineEdit/inlineEditDependencies.json (revision 8228) +++ src/webapp/components/inlineEdit/inlineEditDependencies.json (working copy) @@ -3,5 +3,5 @@ "description": "Allows a user to do quick edits to simple text directly on a web page. ", "cssFiles": "InlineEdit.css", "files": ["InlineEdit.js", "InlineEditIntegrations.js"], - "dependencies": ["jQuery", "jQueryTooltipPlugin", "framework", "undo"] + "dependencies": ["jQuery", "jQueryUICore", "jQueryTooltipPlugin", "framework", "undo"] }} Index: src/webapp/components/inlineEdit/js/InlineEditIntegrations.js =================================================================== --- src/webapp/components/inlineEdit/js/InlineEditIntegrations.js (revision 8228) +++ src/webapp/components/inlineEdit/js/InlineEditIntegrations.js (working copy) @@ -16,7 +16,7 @@ /*global tinyMCE*/ /*global FCKeditor*/ /*global FCKeditorAPI*/ -/*global fluid*/ //this global function will refer to whichever version of Fluid Infusion was first loaded +/*global fluid_1_1*/ //this global function will refer to whichever version of Fluid Infusion was first loaded fluid_1_1 = fluid_1_1 || {}; Index: src/webapp/components/reorderer/reordererDependencies.json =================================================================== --- src/webapp/components/reorderer/reordererDependencies.json (revision 8228) +++ src/webapp/components/reorderer/reordererDependencies.json (working copy) @@ -3,5 +3,5 @@ "description": "enables users to directly re-arrange content on the page.", "cssFiles": ["Reorderer.css", "ImageReorderer.css"], "files": ["GeometricManager.js", "Reorderer.js", "ImageReorderer.js", "ModuleLayout.js", "LayoutReorderer.js"], - "dependencies": ["jQuery", "jQueryUICore", "jQueryUIWidgets", "framework"] + "dependencies": ["jQuery", "jQueryUICore", "jQueryUIWidgets", "framework", "json"] }} Index: src/webapp/components/uiOptions/uiOptionsDependencies.json =================================================================== --- src/webapp/components/uiOptions/uiOptionsDependencies.json (revision 8228) +++ src/webapp/components/uiOptions/uiOptionsDependencies.json (working copy) @@ -3,5 +3,5 @@ "description": "Transforms the presentation of the user interface and content resources so that they are personalized to an individual user's needs.", "cssFiles": ["UIOptions.css", "Slider.css", "UIOptionsPreview.css"], "files": ["UIEnhancer.js", "UIOptions.js"], - "dependencies": ["fss", "jQuery", "jQueryUICore", "framework", "renderer", "jQueryUIWidgets", "tableOfContents", "json"] + "dependencies": ["fss", "jQuery", "jQueryUICore", "framework", "renderer", "jQueryUIWidgets", "jQueryDelegatePlugin", "tableOfContents", "json"] }}