|
|
@ -51,11 +51,15 @@ |
|
|
|
</target> |
|
|
|
</target> |
|
|
|
|
|
|
|
|
|
|
|
<target name="-check-platform-present"> |
|
|
|
<target name="-check-platform-present"> |
|
|
|
<available file="netbeans" property="platform.present"/> |
|
|
|
<available file="sdk/nbproject/private/platform-private.properties" property="platform.present"/> |
|
|
|
</target> |
|
|
|
</target> |
|
|
|
|
|
|
|
|
|
|
|
<target name="-remove-platform"> |
|
|
|
<target name="-remove-platform"> |
|
|
|
<delete dir="netbeans" failonerror="false"/> |
|
|
|
<delete dir="netbeans" failonerror="false"/> |
|
|
|
|
|
|
|
<delete file="sdk/nbproject/private/platform-private.properties" failonerror="false"/> |
|
|
|
|
|
|
|
</target> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<target name="create-platform-config" depends="-update-sdk-platform-config"> |
|
|
|
</target> |
|
|
|
</target> |
|
|
|
|
|
|
|
|
|
|
|
<target name="-update-sdk-platform-config"> |
|
|
|
<target name="-update-sdk-platform-config"> |
|
|
|