From f5d9bef01a965d15b5f989ad6239751642cd5dd5 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 24 Apr 2023 18:57:51 -0600 Subject: [PATCH] Add note that prepaid pickups may cost extra --- nbproject/build.xml | 269 ------------------------- nbproject/configs/android.properties | 3 - nbproject/configs/android_1.properties | 3 - nbproject/configs/ios.properties | 5 - nbproject/configs/ios_1.properties | 5 - nbproject/license-mpl.txt | 9 - nbproject/plugins.properties | 48 ----- nbproject/project.properties | 7 +- nbproject/project.xml | 2 +- www/pages/pickup.html | 2 +- 10 files changed, 3 insertions(+), 350 deletions(-) delete mode 100644 nbproject/build.xml delete mode 100644 nbproject/configs/android.properties delete mode 100644 nbproject/configs/android_1.properties delete mode 100644 nbproject/configs/ios.properties delete mode 100644 nbproject/configs/ios_1.properties delete mode 100644 nbproject/license-mpl.txt delete mode 100644 nbproject/plugins.properties diff --git a/nbproject/build.xml b/nbproject/build.xml deleted file mode 100644 index 609e283..0000000 --- a/nbproject/build.xml +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - - - - - = "3.0.0") { - project.setProperty(attributes.get("property"), true); - } - ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Install "${basedir}/platforms/ios/build/${project.name}.ipa" through iTunes and run it. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/nbproject/configs/android.properties b/nbproject/configs/android.properties deleted file mode 100644 index 409754d..0000000 --- a/nbproject/configs/android.properties +++ /dev/null @@ -1,3 +0,0 @@ -device=emulator -display.name=Android Emulator -type=android diff --git a/nbproject/configs/android_1.properties b/nbproject/configs/android_1.properties deleted file mode 100644 index bc6b508..0000000 --- a/nbproject/configs/android_1.properties +++ /dev/null @@ -1,3 +0,0 @@ -device=device -display.name=Android Device -type=android diff --git a/nbproject/configs/ios.properties b/nbproject/configs/ios.properties deleted file mode 100644 index 3c05b53..0000000 --- a/nbproject/configs/ios.properties +++ /dev/null @@ -1,5 +0,0 @@ -device=emulator -display.name=iPhone Simulator -ios.build.arch=i386 -ios.build.sdk= -type=ios diff --git a/nbproject/configs/ios_1.properties b/nbproject/configs/ios_1.properties deleted file mode 100644 index 2accb84..0000000 --- a/nbproject/configs/ios_1.properties +++ /dev/null @@ -1,5 +0,0 @@ -device=device -display.name=iPhone Device -ios.build.arch=armv7 armv7s -ios.build.sdk= -type=ios diff --git a/nbproject/license-mpl.txt b/nbproject/license-mpl.txt deleted file mode 100644 index 8fe23b3..0000000 --- a/nbproject/license-mpl.txt +++ /dev/null @@ -1,9 +0,0 @@ -<#if licenseFirst??> -${licenseFirst} - -${licensePrefix}This Source Code Form is subject to the terms of the Mozilla Public -${licensePrefix}License, v. 2.0. If a copy of the MPL was not distributed with this -${licensePrefix}file, You can obtain one at http://mozilla.org/MPL/2.0/. -<#if licenseLast??> -${licenseLast} - diff --git a/nbproject/plugins.properties b/nbproject/plugins.properties deleted file mode 100644 index a662520..0000000 --- a/nbproject/plugins.properties +++ /dev/null @@ -1,48 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you 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. - -# This is a list of plugins installed in your project -# You can delete or add new plugins -# -# Format is following: -# id.of.plugin=url_of_repository -# -# Corresponding "id.of.plugin" can be found in the plugin's plugin.xml file: -# -# -# This list contains all core cordova plugins. -# -# For more information about plugins see http://cordova.apache.org/blog/releases/2013/07/23/cordova-3.html -# - -cordova-plugin-device=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git -cordova-plugin-network-information=https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git -cordova-plugin-battery-status=https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git -cordova-plugin-device-motion=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git -cordova-plugin-device-orientation=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git -cordova-plugin-geolocation=https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git -cordova-plugin-camera=https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git -cordova-plugin-media-capture=https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git -cordova-plugin-media=https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git -cordova-plugin-file=https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git -cordova-plugin-file-transfer=https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git -cordova-plugin-dialogs=https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git -cordova-plugin-vibration=https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git -cordova-plugin-contacts=https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git -cordova-plugin-globalization=https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git -cordova-plugin-splashscreen=https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git -cordova-plugin-console=https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git diff --git a/nbproject/project.properties b/nbproject/project.properties index 0577357..7df5bdd 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,9 +1,4 @@ -auxiliary.org-netbeans-modules-cordova.cordova_5f_build_5f_script_5f_version=52 -auxiliary.org-netbeans-modules-cordova.phonegap=true -auxiliary.org-netbeans-modules-javascript-nodejs.run_2e_enabled=false -browser.run=true file.reference.HelenaExpress-www=www files.encoding=UTF-8 -project.licensePath=./nbproject/license-mpl.txt site.root.folder=${file.reference.HelenaExpress-www} -start.file=index.html +source.folder= diff --git a/nbproject/project.xml b/nbproject/project.xml index 8f38b91..73d3100 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -3,7 +3,7 @@ org.netbeans.modules.web.clientproject - Helena Express App + com.netsyms.helenaexpress.app diff --git a/www/pages/pickup.html b/www/pages/pickup.html index c348c2a..1110228 100644 --- a/www/pages/pickup.html +++ b/www/pages/pickup.html @@ -109,7 +109,7 @@ - Package has a prepaid return label + Package has a prepaid return label (extra fees may apply to prepaid pickups)