update to latest
svn path=/trunk/tao/; revision=77985
This commit is contained in:
Родитель
f2876838b3
Коммит
b136ff4615
Двоичный файл не отображается.
Двоичные данные
other/Prebuild/Prebuild.exe
Двоичные данные
other/Prebuild/Prebuild.exe
Двоичный файл не отображается.
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd"
|
||||
xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd">
|
||||
<xs:annotation>
|
||||
<xs:documentation>
|
||||
Copyright (c) 2004-2007
|
||||
|
@ -12,7 +11,7 @@
|
|||
.NET Prebuild is a cross-platform XML-driven pre-build tool which
|
||||
allows developers to easily generate project or make files for major
|
||||
IDE's and .NET development tools including: Visual Studio .NET 2002,
|
||||
2003, and 2005, SharpDevelop, MonoDevelop, NAnt and the GNU Autotools.
|
||||
2003, and 2005, SharpDevelop, MonoDevelop, NAnt, Xcode and the GNU Autotools.
|
||||
|
||||
BSD License:
|
||||
|
||||
|
@ -73,7 +72,7 @@
|
|||
<xs:attribute name="name" type="xs:string" use="required" />
|
||||
<xs:attribute name="path" type="xs:string" />
|
||||
<xs:attribute name="localCopy" type="xs:boolean" />
|
||||
<xs:attribute name="version" type="xs:string" default="1.0.0"/>
|
||||
<xs:attribute name="version" type="xs:string" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element ref="Files" />
|
||||
|
@ -83,6 +82,7 @@
|
|||
<xs:attribute name="filterGroups" type="xs:string" default="" />
|
||||
<xs:attribute name="path" type="xs:string" default="" />
|
||||
<xs:attribute name="icon" type="xs:string" default="" />
|
||||
<xs:attribute name="configFile" type="xs:string" default="" />
|
||||
<xs:attribute name="version" type="xs:string" default="1.0.0" />
|
||||
<xs:attribute name="language" default="C#">
|
||||
<xs:simpleType>
|
||||
|
@ -112,7 +112,7 @@
|
|||
<xs:attribute name="startupObject" type="xs:string" default="" />
|
||||
<xs:attribute name="rootNamespace" type="xs:string" />
|
||||
<xs:attribute name="assemblyName" type="xs:string" />
|
||||
<xs:attribute name="generateAssemblyInfoFile" type="xs:boolean" default="false"/>
|
||||
<xs:attribute name="generateAssemblyInfoFile" type="xs:boolean" default="false" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Configuration">
|
||||
|
@ -212,6 +212,8 @@
|
|||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="preservePath" type="xs:boolean" />
|
||||
<xs:attribute name="linkPath" type="xs:string" />
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
|
@ -258,11 +260,14 @@
|
|||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:attribute>
|
||||
<xs:attribute name="preservePath" type="xs:boolean" />
|
||||
<xs:attribute name="linkPath" type="xs:string" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Exclude">
|
||||
<xs:complexType>
|
||||
<xs:attribute name="name" type="xs:string" use="required" />
|
||||
<xs:attribute name="name" type="xs:string" />
|
||||
<xs:attribute name="pattern" type="xs:string" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
|
|
Загрузка…
Ссылка в новой задаче