Skip to content

Instantly share code, notes, and snippets.

View lipusz's full-sized avatar
🏘️

Tibor Lipusz lipusz

🏘️
  • Liferay Inc.
  • Budapest, Hungary
View GitHub Profile
@lipusz
lipusz / portal-test-ext.properties
Created September 17, 2015 11:35
portal-test-ext.properties for Liferay 7.0
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/lportal-test?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=yourUser
jdbc.default.password=yourPassword
#MASTER_HOME is set as an env variable in ~.bashrc
liferay.home=${env.MASTER_HOME}
module.framework.base.dir=${liferay.home}/osgi
@lipusz
lipusz / .classpath
Last active August 29, 2015 14:22
Test Lucene deleteAll() v3.5.0
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-io.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-3.5.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>