weaver      2004/12/20 07:13:44

  Modified:    maven-plugin maven.xml
  Log:
  removed HSQL population script
  
  Revision  Changes    Path
  1.11      +2 -1      jakarta-jetspeed-2/maven-plugin/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven-plugin/maven.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- maven.xml 3 Nov 2004 16:01:31 -0000       1.10
  +++ maven.xml 20 Dec 2004 15:13:44 -0000      1.11
  @@ -78,7 +78,7 @@
                 <include name="*.sql" />
            </fileset>                                 
        </copy>
  -     
  +     <!--
        <move file="${basedir}/target/classes/plugin-resources/Empty.script" 
tofile="${basedir}/target/classes/plugin-resources/Production.script" 
overwrite="true"/>
         <echo>Initializing HSQL Production.script with basic portal 
info.......</echo>
        <j:set var="org.apache.jetspeed.database.url" 
value="jdbc:hsqldb:target/classes/plugin-resources/Production"/>
  @@ -87,6 +87,7 @@
       <j:set var="org.apache.jetspeed.database.password" value=""/>
       <j:set var="org.apache.jetspeed.database.default.name" value="hsql" />
       <attainGoal name="db.create" />   
  +    -->
   </goal>
   
   <goal name="copyPortlaWebApp">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to