blob: 473d8a3fa84bce6ddd7c586712de3fa57213f9dc [file] [log] [blame]
<!--
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.
-->
# Clean out the previous run's intermediate files? Set false if working with a dummy set of JS intermediairies.
CLEAN_INTERMEDIATE_JS=false
# Location of the Google Closure tool set (EDIT THIS).
DIR_CLOSURE=/Users/erik/Documents/ApacheFlex/dependencies/GoogleClosure
# With a default install there should be no need to edit these:
DIR_CLOSURE_LIBRARY=${DIR_CLOSURE}/library
FILE_CLOSURE_BUILDER=${DIR_CLOSURE}/builder/closurebuilder.py
FILE_CLOSURE_DEPENDENCIES=${DIR_CLOSURE_LIBRARY}/closure/goog/deps.js
FILE_CLOSURE_JAR=${DIR_CLOSURE}/compiler/compiler.jar
# Location of the FlexJS framework (from SVN, with default working copy structure there is no need to edit this)
DIR_FRAMEWORK=${basedir}/../frameworks/js/src
# Location of intermediate and release project files
DIR_INTERMEDIATE=${basedir}/intermediate
DIR_RELEASE=${basedir}/release
# Location of the current project's files, with the 'app' property passed in using the '-Dapp.name=[value]' argument.
DIR_INTERMEDIATE_APPLICATION=${DIR_INTERMEDIATE}/${app.name}
DIR_RELEASE_APPLICATION=${DIR_RELEASE}/${app.name}
# Location of the FalconJS mxmlc script (EDIT THIS).
FILE_FALCONJS_COMPILE_SCRIPT=/Users/erik/Documents/ApacheFlex/repo/falcon/compiler.js/bin/mxmlc
# No need to edit these.
FILE_HTML_TEMPLATE=${basedir}/index.html.template
FILE_RELEASE=${DIR_RELEASE_APPLICATION}/FlexJS.js