equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 ============================================================================ |
|
4 Name : antlint_config.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 <antlint> |
|
24 <checks name="TabCharacter"/> |
|
25 <checks name="PropertyName">([a-z0-9[\\d\\_\\.\\@\\{\\}\\$]]*)</checks> |
|
26 <checks name="TargetName">([a-z0-9[\\d\\-]]*)</checks> |
|
27 <checks name="Indentation"/> |
|
28 <checks name="PresetDefMacroDefName">([a-z0-9][a-zA-Z0-9]*)</checks> |
|
29 <checks name="ProjectName">([a-z0-9[\\d\\.\\_\\-]]*)</checks> |
|
30 <checks name="Description"/> |
|
31 <checks name="FileName">^build.xml$|ant.xml$|antlib.xml$</checks> |
|
32 <checks name="RunTarget"/> |
|
33 <checks name="AntCall"/> |
|
34 </antlint> |
|