PageRenderTime 26ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/build.properties

https://gitlab.com/bruce.ng/lunar-resort-ce-theme
Properties File | 298 lines | 91 code | 50 blank | 157 comment | 0 complexity | 2565fdd2bdde4b7ada4490e9cbb0ae3c MD5 | raw file
  1. ##
  2. ## DO NOT EDIT THIS FILE.
  3. ##
  4. ## To update the properties of this file, create a separate properties file
  5. ## named "build.${user.name}.properties" with the properties to overwrite.
  6. ##
  7. ##
  8. ## Application Server
  9. ##
  10. #
  11. # Specify the application server type.
  12. #
  13. #app.server.type=geronimo
  14. #app.server.type=glassfish
  15. #app.server.type=jboss
  16. #app.server.type=jetty
  17. #app.server.type=jonas
  18. #app.server.type=resin
  19. app.server.type=tomcat
  20. #app.server.type=weblogic
  21. #app.server.type=websphere
  22. #
  23. # Specify the application server parent directory.
  24. #
  25. app.server.parent.dir=${sdk.dir}/../bundles
  26. #
  27. # Specify the paths to an unzipped Geronimo bundle.
  28. #
  29. app.server.geronimo.dir=${app.server.parent.dir}/geronimo-2.2.1
  30. app.server.geronimo.deploy.dir=${app.server.geronimo.dir}/deploy
  31. app.server.geronimo.lib.global.dir=${app.server.geronimo.dir}/var/shared/lib
  32. app.server.geronimo.portal.dir=${app.server.geronimo.dir}/deploy/liferay-portal
  33. #
  34. # Specify the paths to an unzipped Glassfish bundle.
  35. #
  36. app.server.glassfish.dir=${app.server.parent.dir}/glassfish-3.1.2.2
  37. app.server.glassfish.deploy.dir=${app.server.glassfish.dir}/autodeploy
  38. app.server.glassfish.lib.global.dir=${app.server.glassfish.dir}/domains/domain1/lib
  39. app.server.glassfish.portal.dir=${app.server.glassfish.dir}/domains/domain1/applications/liferay-portal
  40. #
  41. # Specify the paths to an unzipped JBoss bundle.
  42. #
  43. app.server.jboss.dir=${app.server.parent.dir}/jboss-7.1.1
  44. app.server.jboss.deploy.dir=${app.server.jboss.dir}/standalone/deployments
  45. app.server.jboss.lib.global.dir=${app.server.jboss.dir}/modules/com/liferay/portal/main
  46. app.server.jboss.portal.dir=${app.server.jboss.dir}/standalone/deployments/ROOT.war
  47. #
  48. # Specify the paths to an unzipped Jetty bundle.
  49. #
  50. app.server.jetty.dir=${app.server.parent.dir}/jetty-7.6.3
  51. app.server.jetty.deploy.dir=${app.server.jetty.dir}/webapps
  52. app.server.jetty.lib.global.dir=${app.server.jetty.dir}/lib/ext/liferay
  53. app.server.jetty.portal.dir=${app.server.jetty.dir}/webapps/root
  54. #
  55. # Specify the paths to an unzipped JOnAS bundle.
  56. #
  57. app.server.jonas.dir=${app.server.parent.dir}/jonas-5.2.3
  58. app.server.jonas.deploy.dir=${app.server.jonas.dir}/deploy
  59. app.server.jonas.lib.global.dir=${app.server.jonas.dir}/lib/ext
  60. app.server.jonas.portal.dir=${app.server.jonas.dir}/deploy/liferay-portal
  61. #
  62. # Specify the paths to an unzipped Resin bundle.
  63. #
  64. app.server.resin.dir=${app.server.parent.dir}/resin-4.0.33
  65. app.server.resin.deploy.dir=${app.server.resin.dir}/webapps
  66. app.server.resin.lib.global.dir=${app.server.resin.dir}/ext-lib
  67. app.server.resin.portal.dir=${app.server.resin.dir}/webapps/ROOT
  68. #
  69. # Specify the paths to an unzipped Tomcat bundle.
  70. #
  71. app.server.tomcat.dir=${app.server.parent.dir}/tomcat-7.0.42
  72. app.server.tomcat.deploy.dir=${app.server.tomcat.dir}/webapps
  73. app.server.tomcat.lib.global.dir=${app.server.tomcat.dir}/lib/ext
  74. app.server.tomcat.portal.dir=${app.server.tomcat.dir}/webapps/ROOT
  75. #
  76. # Specify the paths to a WebLogic domain with Liferay installed.
  77. #
  78. app.server.weblogic.dir=${app.server.parent.dir}/weblogic-10.3.6
  79. app.server.weblogic.deploy.dir=${app.server.weblogic.dir}/domains/liferay/autodeploy
  80. app.server.weblogic.lib.global.dir=${app.server.weblogic.dir}/domains/liferay/lib
  81. app.server.weblogic.portal.dir=${app.server.weblogic.dir}/domains/liferay/autodeploy/ROOT
  82. #
  83. # Specify the paths to a WebSphere profile with Liferay installed.
  84. #
  85. app.server.websphere.dir=${app.server.parent.dir}/websphere-7.0
  86. app.server.websphere.deploy.dir=${app.server.websphere.dir}/profiles/liferay/wsadmin-deploy
  87. app.server.websphere.lib.global.dir=${app.server.websphere.dir}/lib/ext
  88. app.server.websphere.portal.dir=${app.server.websphere.dir}/profiles/liferay/installedApps/liferay-cell/liferay-portal.ear/liferay-portal.war
  89. ##
  90. ## Auto Deploy
  91. ##
  92. #
  93. # Plugins will be deployed to this directory. Make sure that Liferay is
  94. # also set to scan this directory.
  95. #
  96. auto.deploy.dir=${app.server.parent.dir}/deploy
  97. #
  98. # Set this to true if deployed WARs are unpacked. Set this to false your
  99. # application server has concurrency issues with deploying large WARs.
  100. #
  101. auto.deploy.unpack.war=true
  102. #
  103. # Set this to true if you want the deployer to rename portlet.xml to
  104. # portlet-custom.xml. This is only needed when deploying the portal on
  105. # WebSphere 6.1.x with a version before 6.1.0.7 because WebSphere's portlet
  106. # container will try to process a portlet at the same time that Liferay is
  107. # trying to process a portlet.
  108. #
  109. auto.deploy.custom.portlet.xml=false
  110. ##
  111. ## Compiler
  112. ##
  113. ant.build.javac.source=1.6
  114. ant.build.javac.target=1.6
  115. #javac.compiler=modern
  116. javac.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
  117. javac.debug=on
  118. javac.deprecation=off
  119. javac.encoding=ISO-8859-1
  120. javac.nowarn=on
  121. ##
  122. ## Database
  123. ##
  124. #
  125. # Set the database name used by the SQL scripts.
  126. #
  127. database.name=lportal
  128. #
  129. # Set the database server types to build SQL scripts for.
  130. #
  131. database.types=db2,derby,firebird,hypersonic,informix,ingres,interbase,jdatastore,mysql,oracle,postgresql,sap,sqlserver,sybase
  132. #database.types=mysql
  133. ##
  134. ## Extension Environment
  135. ##
  136. #ext.work.dir=
  137. ##
  138. ## Ivy
  139. ##
  140. ivy.custom.settings.file=${sdk.dir}/ivy-settings.xml
  141. ivy.jar.url=http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar
  142. ivy.version=2.3.0
  143. ivy.pom.developer.name=Brian Wing Shun Chan
  144. ivy.pom.developer.organization=Liferay, Inc.
  145. ivy.pom.developer.organizationUrl=http://www.liferay.com
  146. ivy.pom.license.name=LGPL 2.1
  147. ivy.pom.license.url=http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
  148. ivy.pom.scm.connection=scm:git:git@github.com:liferay/liferay-plugins.git
  149. ivy.pom.scm.developerConnection=scm:git:git@github.com:liferay/liferay-plugins.git
  150. ivy.pom.scm.url=http://github.com/liferay/liferay-plugins
  151. ##
  152. ## JRebel
  153. ##
  154. #
  155. # Set the directory that will be used to generate a plugin's JRebel
  156. # configuraton file. Not specifying a directory means that the generated
  157. # JRebel configuration file will be placed in a plugin's compiled classes
  158. # output directory. This is also the directory that JRebel will use to look
  159. # for updated classes.
  160. #
  161. #jrebel.plugin.classes.dir=
  162. ##
  163. ## JUnit
  164. ##
  165. junit.debug.jpda=
  166. #junit.debug.jpda=-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y
  167. junit.halt.on.failure=false
  168. junit.java.mx=1024m
  169. junit.java.maxpermsize=256m
  170. junit.test.excludes=(?!)
  171. ##
  172. ## Libraries
  173. ##
  174. required.portal.jars=commons-logging.jar,log4j.jar,util-bridges.jar,util-java.jar,util-taglib.jar
  175. ##
  176. ## Operating Systems
  177. ##
  178. os.apple=Mac OS X
  179. os.unix=Linux,FreeBSD,Solaris,SunOS
  180. os.windows=Windows 95,Windows 98,Windows NT,Windows 2000,Windows 2003,Windows XP,Windows Vista,Windows 7
  181. ##
  182. ## PGP
  183. ##
  184. pgp.generator=
  185. pgp.keyname=auto
  186. pgp.passphrase=
  187. ##
  188. ## Plugins
  189. ##
  190. #
  191. # Set the excludes and includes attributes. These attributes are read when
  192. # you run "ant" from the layouttpl, portlets, or themes directory. By
  193. # default, the ant task will go through every subdirectory. Setting these
  194. # attributes can limit it to just the plugins you're working on.
  195. #
  196. plugins.excludes=
  197. plugins.includes=*
  198. #
  199. # Set the excludes and includes attributes for converting a bundle that has
  200. # the portal and a set of deployed plugins into an EAR file. The web
  201. # applications that match these attributes will be included into the
  202. # generated liferay-portal.ear via the command "ant ear".
  203. #
  204. # For example, if you are using Tomcat, then the directory specified in
  205. # the property "app.server.tomcat.deploy.dir" will point to
  206. # ${app.server.tomcat.dir}/webapps by default. Running "ant ear" will create
  207. # an EAR based on all the WARs in that directory with names that match the
  208. # excludes and includes from these two properties.
  209. #
  210. plugins.ear.excludes=
  211. plugins.ear.includes=tunnel-web
  212. #
  213. # Specify the path of the portal servlet context.
  214. #
  215. # Set this property if you deploy the portal to another path besides root.
  216. #
  217. plugins.ear.portal.context.path=/
  218. #
  219. # Set this to true to generate a source ZIP file when creating a plugin WAR
  220. # file.
  221. #
  222. plugins.src.zip.enabled=false
  223. #
  224. # Set the excludes attributes to specify files that will be excluded from a
  225. # plugin WAR.
  226. #
  227. #plugins.war.excludes=**/WEB-INF/service/**,**/WEB-INF/src/**
  228. ##
  229. ## Sonatype
  230. ##
  231. sonatype.release.hostname=repository.liferay.com
  232. sonatype.release.password=
  233. sonatype.release.realm=Sonatype Nexus Repository Manager
  234. sonatype.release.url=https://repository.liferay.com/nexus/content/repositories/liferay-releases-ce
  235. sonatype.release.username=
  236. sonatype.snapshot.hostname=repository.liferay.com
  237. sonatype.snapshot.password=
  238. sonatype.snapshot.realm=Sonatype Nexus Repository Manager
  239. sonatype.snapshot.url=https://repository.liferay.com/nexus/content/repositories/liferay-snapshots-ce
  240. sonatype.snapshot.username=
  241. ##
  242. ## Version
  243. ##
  244. #
  245. # Set the version of Liferay Portal that these plugins are designed for.
  246. #
  247. lp.version=6.2.0
  248. lp.version.file.suffix=