diff options
author | Melanie | 2009-10-27 21:11:10 +0000 |
---|---|---|
committer | Melanie | 2009-10-27 21:11:10 +0000 |
commit | d068d108adcdd7ec194e9a9ddc993871eeb7c254 (patch) | |
tree | 2abf21a52de0f838fef95dee74989547516fc8f7 /prebuild.xml | |
parent | Remove the rest of SECS. It was never used, except by an experimental version (diff) | |
download | opensim-SC_OLD-d068d108adcdd7ec194e9a9ddc993871eeb7c254.zip opensim-SC_OLD-d068d108adcdd7ec194e9a9ddc993871eeb7c254.tar.gz opensim-SC_OLD-d068d108adcdd7ec194e9a9ddc993871eeb7c254.tar.bz2 opensim-SC_OLD-d068d108adcdd7ec194e9a9ddc993871eeb7c254.tar.xz |
Remove the SECS loader
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/prebuild.xml b/prebuild.xml index 2d61b73..33cb647 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2705,107 +2705,6 @@ | |||
2705 | </Project> | 2705 | </Project> |
2706 | 2706 | ||
2707 | 2707 | ||
2708 | <Project frameworkVersion="v3_5" name="OpenSim.ScriptEngine.Shared.Script" path="OpenSim/ScriptEngine/Shared.Script" type="Library"> | ||
2709 | <Configuration name="Debug"> | ||
2710 | <Options> | ||
2711 | <OutputPath>../../../bin/</OutputPath> | ||
2712 | </Options> | ||
2713 | </Configuration> | ||
2714 | <Configuration name="Release"> | ||
2715 | <Options> | ||
2716 | <OutputPath>../../../bin/</OutputPath> | ||
2717 | </Options> | ||
2718 | </Configuration> | ||
2719 | |||
2720 | <ReferencePath>../../../bin/</ReferencePath> | ||
2721 | <Reference name="System"/> | ||
2722 | |||
2723 | <Files> | ||
2724 | <Match pattern="*.cs" recurse="true" > | ||
2725 | <Exclude name="Tests" pattern="Tests" /> | ||
2726 | </Match> | ||
2727 | </Files> | ||
2728 | </Project> | ||
2729 | |||
2730 | <Project frameworkVersion="v3_5" name="OpenSim.ScriptEngine.Shared" path="OpenSim/ScriptEngine/Shared" type="Library"> | ||
2731 | <Configuration name="Debug"> | ||
2732 | <Options> | ||
2733 | <OutputPath>../../../bin/</OutputPath> | ||
2734 | </Options> | ||
2735 | </Configuration> | ||
2736 | <Configuration name="Release"> | ||
2737 | <Options> | ||
2738 | <OutputPath>../../../bin/</OutputPath> | ||
2739 | </Options> | ||
2740 | </Configuration> | ||
2741 | |||
2742 | <ReferencePath>../../../bin/</ReferencePath> | ||
2743 | <Reference name="System"/> | ||
2744 | <Reference name="System.Data"/> | ||
2745 | <Reference name="System.Web"/> | ||
2746 | <Reference name="System.Xml"/> | ||
2747 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2748 | <Reference name="OpenMetaverse.dll"/> | ||
2749 | <Reference name="OpenSim" /> | ||
2750 | <Reference name="OpenSim.Framework"/> | ||
2751 | <Reference name="OpenSim.Framework.Communications"/> | ||
2752 | <Reference name="OpenSim.Region.CoreModules" /> | ||
2753 | <Reference name="OpenSim.Region.Framework" /> | ||
2754 | <Reference name="OpenSim.Region.Physics.Manager" /> | ||
2755 | <Reference name="OpenSim.Framework.Console"/> | ||
2756 | <Reference name="Nini.dll" /> | ||
2757 | <Reference name="log4net.dll"/> | ||
2758 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
2759 | <Reference name="OpenSim.ScriptEngine.Shared.Script"/> | ||
2760 | |||
2761 | <Files> | ||
2762 | <Match pattern="*.cs" recurse="true" > | ||
2763 | <Exclude name="Tests" pattern="Tests" /> | ||
2764 | </Match> | ||
2765 | </Files> | ||
2766 | </Project> | ||
2767 | |||
2768 | <Project frameworkVersion="v3_5" name="OpenSim.ApplicationPlugins.ScriptEngine" path="OpenSim/ApplicationPlugins/ScriptEngine" type="Library"> | ||
2769 | <Configuration name="Debug"> | ||
2770 | <Options> | ||
2771 | <OutputPath>../../../bin/</OutputPath> | ||
2772 | </Options> | ||
2773 | </Configuration> | ||
2774 | <Configuration name="Release"> | ||
2775 | <Options> | ||
2776 | <OutputPath>../../../bin/</OutputPath> | ||
2777 | </Options> | ||
2778 | </Configuration> | ||
2779 | |||
2780 | <ReferencePath>../../../bin/</ReferencePath> | ||
2781 | <Reference name="System"/> | ||
2782 | <Reference name="System.Data"/> | ||
2783 | <Reference name="System.Web"/> | ||
2784 | <Reference name="System.Xml"/> | ||
2785 | <Reference name="OpenMetaverseTypes.dll"/> | ||
2786 | <Reference name="OpenMetaverse.dll"/> | ||
2787 | <Reference name="OpenSim" /> | ||
2788 | <Reference name="OpenSim.Framework"/> | ||
2789 | <Reference name="OpenSim.Framework.Communications"/> | ||
2790 | <Reference name="OpenSim.Region.CoreModules" /> | ||
2791 | <Reference name="OpenSim.Region.Framework" /> | ||
2792 | <Reference name="OpenSim.Region.Physics.Manager" /> | ||
2793 | <Reference name="OpenSim.Framework.Console"/> | ||
2794 | <Reference name="Nini.dll" /> | ||
2795 | <Reference name="log4net.dll"/> | ||
2796 | <Reference name="OpenSim.ScriptEngine.Shared"/> | ||
2797 | <Reference name="OpenSim.ScriptEngine.Shared.Script"/> | ||
2798 | <Reference name="OpenSim.Region.ClientStack"/> | ||
2799 | <Reference name="OpenSim.Framework.Servers"/> | ||
2800 | |||
2801 | <Files> | ||
2802 | <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> | ||
2803 | <Match pattern="*.cs" recurse="true" > | ||
2804 | <Exclude name="Tests" pattern="Tests" /> | ||
2805 | </Match> | ||
2806 | </Files> | ||
2807 | </Project> | ||
2808 | |||
2809 | <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> | 2708 | <Project frameworkVersion="v3_5" name="OpenSim.Region.UserStatistics" path="OpenSim/Region/UserStatistics" type="Library"> |
2810 | <Configuration name="Debug"> | 2709 | <Configuration name="Debug"> |
2811 | <Options> | 2710 | <Options> |