588
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!--
|
|
3 |
============================================================================
|
|
4 |
Name : nokiacompile.ant.xml
|
|
5 |
Part of : Helium
|
|
6 |
|
|
7 |
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
8 |
All rights reserved.
|
|
9 |
This component and the accompanying materials are made available
|
|
10 |
under the terms of the License "Eclipse Public License v1.0"
|
|
11 |
which accompanies this distribution, and is available
|
|
12 |
at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
13 |
|
|
14 |
Initial Contributors:
|
|
15 |
Nokia Corporation - initial contribution.
|
|
16 |
|
|
17 |
Contributors:
|
|
18 |
|
|
19 |
Description:
|
|
20 |
|
|
21 |
============================================================================
|
|
22 |
-->
|
|
23 |
<!--* @package compile -->
|
|
24 |
<project name="nokiacompile" xmlns:hlm="http://www.nokia.com/helium"
|
|
25 |
xmlns:rsel="antlib:org.apache.tools.ant.types.resources.selectors">
|
|
26 |
<description>
|
|
27 |
Targets related to compile stage.
|
|
28 |
The targets in this module are deprecated and will be
|
|
29 |
removed in next release.
|
|
30 |
</description>
|
|
31 |
|
|
32 |
<!--
|
|
33 |
@deprecated Implementation of the feature has changed, and the target is not needed anymore
|
|
34 |
-->
|
|
35 |
<target name="submit-compile-time">
|
|
36 |
<echo>Warning: this target is deprecated, please remove it from your configuration</echo>
|
|
37 |
</target>
|
|
38 |
|
|
39 |
</project>
|