configurationengine/clean_pack.cmd
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
permissions -rw-r--r--
ConE 1.2.11 release
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
@rem
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
@rem All rights reserved.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
@rem This component and the accompanying materials are made available
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
@rem under the terms of "Eclipse Public License v1.0"
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
@rem which accompanies this distribution, and is available
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
@rem
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
@rem Initial Contributors:
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
@rem Nokia Corporation - initial contribution.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
@rem
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
@rem Contributors:
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
@rem
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
@rem Description:
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
@rem
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
@echo off
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
call ant clean -Dbuild.cone_pack_path=%1
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
call ant pack -Dbuild.cone_pack_path=%1 -Dbuild.plugin_package="%2"