Author: nickboldt
Date: 2010-05-05 18:05:36 -0400 (Wed, 05 May 2010)
New Revision: 21928
Modified:
branches/modular_build/genpom.xml
Log:
add more tests
Modified: branches/modular_build/genpom.xml
===================================================================
--- branches/modular_build/genpom.xml 2010-05-05 21:19:30 UTC (rev 21927)
+++ branches/modular_build/genpom.xml 2010-05-05 22:05:36 UTC (rev 21928)
@@ -327,10 +327,10 @@
<then>
<dirname property="parent.dir" file="@{dir}" />
<path id="trunkDir">
- <dirset dir="${parent.dir}" includes="site"/>
+ <dirset dir="${parent.dir}" includes="site" />
</path>
- <var name="parent.dir" unset="true"/>
- <var name="pathToParentPom"
value="${pathToParentPom}site/"/>
+ <var name="parent.dir" unset="true" />
+ <var name="pathToParentPom" value="${pathToParentPom}site/"
/>
</then>
</elseif>
<else>
@@ -772,7 +772,9 @@
<!-- expected values for artifactVersion tests -->
<property name="artifactVersion.esb/features/org.jboss.tools.esb.feature"
value="1.3.0-SNAPSHOT" />
- <property
name="artifactVersion.as/tests/org.jboss.ide.eclipse.as.archives.integration.test"
value="2.1.0-SNAPSHOT" />
+ <property
name="artifactVersion.as/tests/org.jboss.ide.eclipse.as.archives.integration.test"
+ value="2.1.0-SNAPSHOT"
+ />
<property name="artifactVersion.esb/plugins/org.jboss.tools.esb.core"
value="1.3.0-SNAPSHOT" />
<property
name="artifactVersion.bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui"
value="0.5.0-SNAPSHOT" />
<property
name="artifactVersion.bpel/features/org.jboss.tools.bpel.sdk.feature"
value="1.0.0-SNAPSHOT" />
@@ -782,6 +784,7 @@
<property
name="artifactVersion.portlet/features/org.jboss.tools.portlet.test.feature"
value="1.1.0-SNAPSHOT" />
<property name="artifactVersion.jst/features/org.jboss.tools.jst.feature"
value="3.1.0-SNAPSHOT" />
<property
name="artifactVersion.jst/features/org.jboss.tools.jst.web.tiles.feature"
value="3.1.0-SNAPSHOT" />
+ <property
name="artifactVersion.drools/plugins/org.jboss.tools.flow.ruleflow"
value="1.0.0" />
<!-- expected values for artifactId tests -->
<property name="artifactId.esb/features/org.jboss.tools.esb.feature"
value="org.jboss.tools.esb.feature" />
@@ -805,6 +808,9 @@
<property
name="artifactId.jst/features/org.jboss.tools.jst.web.tiles.feature"
value="org.jboss.tools.jst.web.tiles.feature"
/>
+ <property name="artifactId.drools/plugins/org.jboss.tools.flow.ruleflow"
+ value="org.jboss.tools.flow.ruleflow"
+ />
<!-- expected values for artifactType tests -->
<property name="artifactType.esb/features/org.jboss.tools.esb.feature"
value="eclipse-feature" />
@@ -822,6 +828,7 @@
<property
name="artifactType.portlet/features/org.jboss.tools.portlet.test.feature"
value="eclipse-feature" />
<property name="artifactType.jst/features/org.jboss.tools.jst.feature"
value="eclipse-feature" />
<property
name="artifactType.jst/features/org.jboss.tools.jst.web.tiles.feature"
value="eclipse-feature" />
+ <property name="artifactType.drools/plugins/org.jboss.tools.flow.ruleflow"
value="eclipse-plugin" />
<!-- expected values for artifactOsWsArch tests -->
<property name="artifactOsWsArch.org.mozilla.xpcom.os" value=""
/>
@@ -849,7 +856,7 @@
<property
name="artifactOsWsArch.org.mozilla.xulrunner.win32.win32.x86.arch"
value="x86" />
</target>
- <target name="test.all">
+ <target name="test.all" depends="init, test.expected.values">
<property name="dirs"
value="
@@ -864,6 +871,7 @@
${WORKINGDIR}/portlet/features/org.jboss.tools.portlet.test.feature
${WORKINGDIR}/jst/features/org.jboss.tools.jst.feature
${WORKINGDIR}/jst/features/org.jboss.tools.jst.web.tiles.feature
+ ${WORKINGDIR}/drools/plugins/org.jboss.tools.flow.ruleflow
"
/>
<antcall target="test.getArtifactVersion" />
Show replies by date