<!-- ThisisthebuildscriptfortheNetBeansIDEnbiengineinstance. Itinheritsmostofthefunctionalityfromthebasescriptforbuildingnbi engineinstances,whileprovidingthisinstance-specificvaluesforseveral coreproperties.Formoredetailsonthevaluesofthesepropertiessee thebuild.propertiesfile.
-->
<project name="netbeans-engine" default="usage" basedir="."> <!-- import the properties that are specific to this environment -->
<property file="${environment.properties}"/>
<!-- import the properties that are specific to this engine instance -->
<property file="build.properties"/>
<!-- import the base script for building the engine -->
<import file="${common.dir}/engine.xml" optional="false"/>
<!-- Thedefaulttarget. Doesnothingexceptprintingtheusageinformation.
-->
<target name="usage">
<echo>
In order to 'clean', 'checkout' and 'build' the engine use the 'build-all' target. To 'clean', 'checkout', 'build' and 'release' - use 'release-all'.
For more details, please see the source of this build script.
</echo>
</target>
<target name=".post-checkout-copy" depends="copy-branding-kit"/>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.