diff options
author | gareth | 2007-03-18 16:49:39 +0000 |
---|---|---|
committer | gareth | 2007-03-18 16:49:39 +0000 |
commit | aad66ce2e73be0c44dac1f18b7513e13c72f8916 (patch) | |
tree | 4f1730f5fff5c4a3f29511eb72ff5ecdb4d16e5d | |
parent | * Removed private memeber _login, replaced with local var. (diff) | |
download | opensim-SC_OLD-aad66ce2e73be0c44dac1f18b7513e13c72f8916.zip opensim-SC_OLD-aad66ce2e73be0c44dac1f18b7513e13c72f8916.tar.gz opensim-SC_OLD-aad66ce2e73be0c44dac1f18b7513e13c72f8916.tar.bz2 opensim-SC_OLD-aad66ce2e73be0c44dac1f18b7513e13c72f8916.tar.xz |
fixed build in nant
Diffstat (limited to '')
-rw-r--r-- | opensim.build | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/opensim.build b/opensim.build index ed43a11..41c2e66 100644 --- a/opensim.build +++ b/opensim.build | |||
@@ -34,21 +34,6 @@ | |||
34 | 34 | ||
35 | <target name="core_build" description="compiles the source code"> | 35 | <target name="core_build" description="compiles the source code"> |
36 | 36 | ||
37 | <asminfo output="src/AssemblyInfo.cs" language="CSharp"> | ||
38 | <imports> | ||
39 | <import namespace="System" /> | ||
40 | <import namespace="System.Reflection" /> | ||
41 | <import namespace="System.Runtime.InteropServices" /> | ||
42 | </imports> | ||
43 | <attributes> | ||
44 | <attribute type="ComVisibleAttribute" value="false" /> | ||
45 | <attribute type="CLSCompliantAttribute" value="false" /> | ||
46 | <attribute type="AssemblyVersionAttribute" value="${svnver}" /> | ||
47 | <attribute type="AssemblyTitleAttribute" value="opensim" /> | ||
48 | <attribute type="AssemblyDescriptionAttribute" value="The C# implementation of the simulator portion of OGS" /> | ||
49 | <attribute type="AssemblyCopyrightAttribute" value="Copyright © OGS development team 2007"/> | ||
50 | </attributes> | ||
51 | </asminfo> | ||
52 | 37 | ||
53 | <nant> | 38 | <nant> |
54 | <buildfiles> | 39 | <buildfiles> |