Skip to content

Commit

Permalink
LPS-13971 Init SampleSQLBuillder's output dir.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.liferay.com/repos/public/portal/trunk@67011 05bdf26c-840f-0410-9ced-eb539d925f36
  • Loading branch information
shuyangzhou committed Nov 23, 2010
1 parent fa48b35 commit 1c83d2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion benchmarks/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<project name="benchmarks" basedir=".">
<import file="../build-common.xml" />

<target name="build-sample-sql">
<target name="build-sample-sql" depends="init">
<java
classname="com.liferay.portal.tools.samplesqlbuilder.SampleSQLBuilder"
classpathref="project.classpath"
Expand All @@ -25,4 +25,8 @@
<arg value="sample.sql.security.enabled=${sample.sql.security.enabled}" />
</java>
</target>

<target name="init">
<mkdir dir="build/database"/>
</target>
</project>

0 comments on commit 1c83d2f

Please sign in to comment.