From 241d8f3e8b11f1f919ced996f0ea56eaf4a28de2 Mon Sep 17 00:00:00 2001 From: Jean-Marie Henaff Date: Thu, 18 Jun 2015 17:22:50 +0200 Subject: Add jack*-version.properties resource files In other projects than Jack Change-Id: I939b6739afd9ea1edb16c516d95e8a3bdefcc40c --- jack-api/rsc/jack-api-version.properties | 26 ++++++++++++++++++++++ jack-launcher/rsc/jack-launcher-version.properties | 26 ++++++++++++++++++++++ jack-launcher/rsc/jack-launcher.properties | 16 ------------- 3 files changed, 52 insertions(+), 16 deletions(-) create mode 100644 jack-api/rsc/jack-api-version.properties create mode 100644 jack-launcher/rsc/jack-launcher-version.properties delete mode 100644 jack-launcher/rsc/jack-launcher.properties diff --git a/jack-api/rsc/jack-api-version.properties b/jack-api/rsc/jack-api-version.properties new file mode 100644 index 0000000..9a505b2 --- /dev/null +++ b/jack-api/rsc/jack-api-version.properties @@ -0,0 +1,26 @@ +# +# Copyright (C) 2015 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +version-file.version.code=1 + +version=1.1-rc4 +version.release.name=Brest +version.release.code=2 +version.sub-release.kind=CANDIDATE +version.sub-release.code=17 + +# These properties are added by the release step +# version.buildid= +# version.sha= diff --git a/jack-launcher/rsc/jack-launcher-version.properties b/jack-launcher/rsc/jack-launcher-version.properties new file mode 100644 index 0000000..9a505b2 --- /dev/null +++ b/jack-launcher/rsc/jack-launcher-version.properties @@ -0,0 +1,26 @@ +# +# Copyright (C) 2015 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +version-file.version.code=1 + +version=1.1-rc4 +version.release.name=Brest +version.release.code=2 +version.sub-release.kind=CANDIDATE +version.sub-release.code=17 + +# These properties are added by the release step +# version.buildid= +# version.sha= diff --git a/jack-launcher/rsc/jack-launcher.properties b/jack-launcher/rsc/jack-launcher.properties deleted file mode 100644 index be45bd3..0000000 --- a/jack-launcher/rsc/jack-launcher.properties +++ /dev/null @@ -1,16 +0,0 @@ -# -# Copyright (C) 2015 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -jack-launcher.version=1.1-rc4 -- cgit v1.1