diff --git a/config.xml b/config.xml index 6906525..47dabf1 100644 --- a/config.xml +++ b/config.xml @@ -1,28 +1,35 @@ - - + + TerranQuest - + A mobile augmented reality fantasy game. Netsyms Technologies - - - - - - - - - + + + + + + + + - - - + + + - - + + + + + + + + + + diff --git a/nbproject/plugins.properties b/nbproject/plugins.properties new file mode 100644 index 0000000..5721c93 --- /dev/null +++ b/nbproject/plugins.properties @@ -0,0 +1,47 @@ +# 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: +# +# +# For more information 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 580216d..0f22097 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,6 +1,22 @@ +auxiliary.org-netbeans-modules-cordova.phonegap=false +auxiliary.org-netbeans-modules-css-prep.less_2e_compiler_2e_options= +auxiliary.org-netbeans-modules-css-prep.less_2e_enabled=false +auxiliary.org-netbeans-modules-css-prep.less_2e_mappings=/less:/css +auxiliary.org-netbeans-modules-css-prep.sass_2e_compiler_2e_options= +auxiliary.org-netbeans-modules-css-prep.sass_2e_enabled=false +auxiliary.org-netbeans-modules-css-prep.sass_2e_mappings=/scss:/css +auxiliary.org-netbeans-modules-javascript-nodejs.enabled=false +auxiliary.org-netbeans-modules-javascript-nodejs.node_2e_default=true +auxiliary.org-netbeans-modules-javascript-nodejs.run_2e_enabled=false +auxiliary.org-netbeans-modules-javascript-nodejs.sync_2e_enabled=true +browser.run=true file.reference.App-www=www +file.reference.Game-www=www +file.reference.TerranQuest-Game=. file.reference.v2-App=. files.encoding=UTF-8 project.licensePath=./nbproject/license-mpl.txt -site.root.folder=${file.reference.App-www} -source.folder=${file.reference.v2-App} +site.root.folder=${file.reference.Game-www} +source.folder=${file.reference.TerranQuest-Game} +start.file=index.html +web.context.root=/Game diff --git a/nbproject/project.xml b/nbproject/project.xml index 6e70075..ef43c72 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -3,7 +3,7 @@ org.netbeans.modules.web.clientproject - TerranQuest v2 + TerranQuest Game diff --git a/package.json b/package.json index bdf5681..0d6f8a2 100644 --- a/package.json +++ b/package.json @@ -40,4 +40,4 @@ "android" ] } -} \ No newline at end of file +}