Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

ant.properties 1.5KB

12345678910111213141516171819202122232425262728293031323334
  1. # Licensed to the Apache Software Foundation (ASF) under one
  2. # or more contributor license agreements. See the NOTICE file
  3. # distributed with this work for additional information
  4. # regarding copyright ownership. The ASF licenses this file
  5. # to you under the Apache License, Version 2.0 (the
  6. # "License"); you may not use this file except in compliance
  7. # with the License. You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing,
  12. # software distributed under the License is distributed on an
  13. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  14. # KIND, either express or implied. See the License for the
  15. # specific language governing permissions and limitations
  16. # under the License.
  17. #
  18. # This file is used to override default values used by the Ant build system.
  19. #
  20. # This file must be checked in Version Control Systems, as it is
  21. # integral to the build system of your project.
  22. # This file is only used by the Ant script.
  23. # You can use this to override default values such as
  24. # 'source.dir' for the location of your java source folder and
  25. # 'out.dir' for the location of your output folder.
  26. # You can also use it define how the release builds are signed by declaring
  27. # the following properties:
  28. # 'key.store' for the location of your keystore and
  29. # 'key.alias' for the name of the key to use.
  30. # The password will be asked during the build when you use the 'release' target.