Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
darkv committed Sep 14, 2015
1 parent 82da029 commit db64cc9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Build/build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@
<target name="ajax.frameworks.all" depends="GoogleChart.all, ERCoolComponents.all, ERJQuery.all, ERJQueryMobile.all, ERJQMobile.all, ERPrototaculous.all, ERModernDirectToWeb.all, ERModernLook.all, ERModernDefaultSkin.all, ERMootoolsDirectToWeb.all" />
<target name="ajax.examples.all" depends="AjaxExample.all, AjaxExample2.all, ERModernMoviesDemo.all" />

<target name="plugins.all" depends="PostgresqlPlugIn.all,FrontBasePlugIn.all,DerbyPlugIn.all,EROraclePlugIn.all,H2PlugIn.all,MySQLPlugIn.all,DB2PlugIn.all" />
<target name="plugins.all" depends="PostgresqlPlugIn.all, FrontBasePlugIn.all, DerbyPlugIn.all, EROraclePlugIn.all, H2PlugIn.all, MySQLPlugIn.all, DB2PlugIn.all" />

<target name="validity.frameworks.all" depends="Validity.all" />
<target name="validity.applications.all" depends="ValidityModeler.all" />
Expand Down Expand Up @@ -1155,7 +1155,7 @@

<target name="dist">
<!-- do dist target on known frameworks -->
<antcall target="all.run" >
<antcall target="all.run">
<param name="dist.base" value="${dist.base}" />
<param name="project.version" value="${project.version}" />
<param name="dist.dir" value="${dist.base}/wonder-${project.version}"/>
Expand Down Expand Up @@ -1199,19 +1199,19 @@
<target name="build">
<property name="erx.class.exclude.0" value="com/webobjects/foundation/*.*" />
<property name="include.source" value="true" />
<antcall target="all.run" >
<antcall target="all.run">
<param name="build.action" value="build" />
</antcall>
</target>

<target name="install">
<antcall target="all.run" >
<antcall target="all.run">
<param name="build.action" value="install" />
</antcall>
</target>

<target name="web">
<antcall target="all.run" >
<antcall target="all.run">
<param name="build.action" value="web" />
</antcall>
</target>
Expand Down Expand Up @@ -1290,7 +1290,7 @@
</target>

<target name="clean">
<antcall target="all.run" >
<antcall target="all.run">
<param name="build.action" value="clean" />
</antcall>
</target>
Expand Down
3 changes: 1 addition & 2 deletions Build/build/generic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,7 @@ There are many ways to use this script:
</unzip>
</target>

<target name="global.framework.build" depends="global.properties,global.compile,global.unjar">

<target name="global.framework.build" depends="global.properties, global.compile, global.unjar">
<mkdir dir="${build.framework.dir}" />
<taskdef name="woframework" classname="org.objectstyle.woproject.ant.WOFramework">
<classpath refid="ant.classpath"/>
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</ant>
</target>

<target name="build" depends="frameworks,applications,examples" />
<target name="build" depends="frameworks, applications, examples" />

<target name="plugins">
<ant antFile="Build/build/build.xml" target="plugins.all">
Expand Down

0 comments on commit db64cc9

Please sign in to comment.