Author: ate
Date: Fri Mar 2 06:47:50 2007
New Revision: 513788
URL: http://svn.apache.org/viewvc?view=rev&rev=513788
Log:
Remove maven-plugin goals for building the "old" installer2, which I'm gonna
remove as well shortly.
The new installer project is just a simple maven project, no need for extra
plugin goals
Modified:
portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
Modified: portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-plugin/plugin.jelly?view=diff&rev=513788&r1=513787&r2=513788
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/plugin.jelly (original)
+++ portals/jetspeed-2/trunk/maven-plugin/plugin.jelly Fri Mar 2 06:47:50 2007
@@ -1069,63 +1069,6 @@
</j:if>
</goal>
- <goal name="j2:buildDbSQL" >
- <!-- this task builds up ALL the sql for each of the different possible
database systems. The installer may need these -->
- <!-- it's done this way because the portal.conf.sql task clears the
directory before running -->
- <delete dir="installer2/temp-portal-sql" />
- <j:set var="org.apache.jetspeed.production.database.default.name"
value="derby"/>
- <attainGoal name="j2:portal.conf.sql"/>
- <!-- now copy this output to the side -->
- <copy todir="installer2/temp-portal-sql" >
- <fileset dir="${portal.sql.target.dir}"/>
- </copy>
- <j:set var="org.apache.jetspeed.production.database.default.name"
value="mysql"/>
- <attainGoal name="j2:portal.conf.sql"/>
- <copy todir="installer2/temp-portal-sql" >
- <fileset dir="${portal.sql.target.dir}"/>
- </copy>
- <j:set var="org.apache.jetspeed.production.database.default.name"
value="mssql"/>
- <attainGoal name="j2:portal.conf.sql"/>
- <copy todir="installer2/temp-portal-sql" >
- <fileset dir="${portal.sql.target.dir}"/>
- </copy>
- <j:set var="org.apache.jetspeed.production.database.default.name"
value="oracle"/>
- <attainGoal name="j2:portal.conf.sql"/>
- <copy todir="installer2/temp-portal-sql" >
- <fileset dir="${portal.sql.target.dir}"/>
- </copy>
- <!-- HJB 10/13/06 Added support for DB2 -->
- <j:set var="org.apache.jetspeed.production.database.default.name"
value="db2"/>
- <attainGoal name="j2:portal.conf.sql"/>
- <copy todir="installer2/temp-portal-sql" >
- <fileset dir="${portal.sql.target.dir}"/>
- </copy>
- <copy todir="${portal.sql.target.dir}" >
- <fileset dir="installer2/temp-portal-sql"/>
- </copy>
-
- </goal>
-
- <goal name="j2:buildMinInstaller">
- <attainGoal name="j2:buildDbSQL" />
- <ant:property name="install.name" value="Jetspeed2.1-Min" />
- <ant:copy file="${basedir}/installer2/antinstall-config-min.xml"
tofile="${basedir}/installer2/antinstall-config.xml" overwrite="true" />
- <ant:property name="install.minOnly" value="true" />
- <ant:ant dir="${basedir}/installer2" antfile="build-installer.xml"
target="selfextract" />
- </goal>
-
- <goal name="j2:buildFullInstaller">
- <attainGoal name="j2:buildDbSQL" />
- <ant:property name="install.name" value="Jetspeed2.1-Full" />
- <ant:copy file="${basedir}/installer2/antinstall-config-full.xml"
tofile="${basedir}/installer2/antinstall-config.xml" overwrite="true" />
- <ant:ant dir="${basedir}/installer2" antfile="build-installer.xml"
target="selfextract" />
- </goal>
-
- <goal name="j2:cleanInstaller">
- <ant:delete file="${basedir}/installer2/antinstall-config.xml" />
- <ant:ant dir="${basedir}/installer2" antfile="build-installer.xml"
target="clean" />
- </goal>
-
<!-- ============== Data-Serializer for seed data============== -->
<goal name='j2:_db.seed'>
<!-- ensure we have valid ojb properties -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]