Skip to content

Commit

Permalink
profiles were removed from the build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojtech Janota committed May 15, 2015
1 parent a1277ae commit 4ecc7a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<target name="build" depends="check-args">
<exec executable="${maven.executable}" failonerror="true">
<arg value="package"/>
<arg value="-P${IDEA_VERSION}"/>
<!-- needed for test execution -->
<arg value="-Didea.home.path=${IDEA_HOME}"/>
<arg value="-Didea.platform.prefix=Idea"/>
Expand All @@ -70,7 +69,6 @@
<target name="test" depends="check-args">
<exec executable="${maven.executable}" failonerror="true">
<arg value="test"/>
<arg value="-P${IDEA_VERSION}"/>
<!-- needed for test execution -->
<arg value="-Didea.home.path=${IDEA_HOME}"/>
<arg value="-Didea.platform.prefix=Idea"/>
Expand Down

0 comments on commit 4ecc7a3

Please sign in to comment.