jvanzyl 2002/07/14 19:40:32
Added: src/plugins-build/reactor/src/test/reactor all-projects.xml
profile.xml workspace.xml
Log:
o move to plugin
Revision Changes Path
1.1
jakarta-turbine-maven/src/plugins-build/reactor/src/test/reactor/all-projects.xml
Index: all-projects.xml
===================================================================
<profile>
<name>all-projects</name>
<projectIds>
<projectId>all</projectId>
</projectIds>
</profile>
1.1
jakarta-turbine-maven/src/plugins-build/reactor/src/test/reactor/profile.xml
Index: profile.xml
===================================================================
<profile>
<name>turbine</name>
<projectIds>
<projectId>stratum</projectId>
<projectId>torque</projectId>
</projectIds>
</profile>
1.1
jakarta-turbine-maven/src/plugins-build/reactor/src/test/reactor/workspace.xml
Index: workspace.xml
===================================================================
<?xml version="1.0" ?>
<workspace>
<name>turbine</name>
<!-- Version of this workspace so we can transform if necessary later -->
<workspaceVersion>1</workspaceVersion>
<!-- The place where all the checking out and building occurs -->
<baseDirectory>/tmp/reactor/base</baseDirectory>
<!-- Location of stored distributions -->
<distributionDirectory>/home/jvanzyl/js/dists</distributionDirectory>
<!-- Path to the JDK you want to use for building -->
<javaHome>/home/jvanzyl/jdk/j2sdk1.4.0</javaHome>
<!-- Location of all the registered Maven project descriptors -->
<descriptorDirectory>/tmp/reactor/descriptors</descriptorDirectory>
</workspace>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>