Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
LPS-125473 SF, inline
  • Loading branch information
tinatian authored and brianchandotcom committed Jan 20, 2021
1 parent 64c1055 commit d59c8e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions benchmarks/build.xml
Expand Up @@ -6,8 +6,6 @@
<target name="build-sample-sql">
<gradle-execute dir="../modules/util/portal-tools-sample-sql-builder" task="jar" />

<property name="sample.sql.properties.file" value="${basedir}/benchmarks.properties" />

<java
classname="com.liferay.portal.tools.sample.sql.builder.SampleSQLBuilderLauncher"
dir="."
Expand All @@ -21,7 +19,7 @@
<path refid="project.classpath" />
</classpath>
<sysproperty key="external-properties" value="com/liferay/portal/tools/dependencies/portal-tools.properties" />
<sysproperty key="sample-sql-properties" value="${sample.sql.properties.file}" />
<sysproperty key="sample-sql-properties" value="${basedir}/benchmarks.properties" />
</java>
</target>

Expand Down

0 comments on commit d59c8e5

Please sign in to comment.