2008/3/5, Brett Porter <[EMAIL PROTECTED]>:
>
>  On 05/03/2008, at 10:28 AM, [EMAIL PROTECTED] wrote:
>
>  > use new continuum parent
>  > change groupId to org.apache.continuum (continuun is now TLP :-) )
>
>  Will this be merged to trunk too?

Yep

>
>  >
>  >           <archive>
>  >             <manifest>
>  > -
>  > <mainClass>org.apache.maven.continuum.management.DataManagementCli</
>  > mainClass>
>  > +
>  > <mainClass>org.apache.continuum.management.DataManagementCli</
>  > mainClass>
>  >             </manifest>
>  >           </archive>
>  >         </configuration>
>  ...
>  >
>  >
>  >   <dependencies>
>  >     <dependency>
>  > -      <groupId>org.apache.maven.continuum</groupId>
>  > +      <groupId>org.apache.continuum</groupId>
>  >       <artifactId>continuum-xmlrpc-client</artifactId>
>  >       <version>${project.version}</version>
>  >     </dependency>
>  > @@ -60,7 +60,7 @@
>  >           <arguments>
>  >             <argument>-classpath</argument>
>  >             <classpath />
>  > -
>  > <argument>org.apache.maven.continuum.xmlrpc.backup.Backup</argument>
>  > +            <argument>org.apache.continuum.xmlrpc.backup.Backup</
>  > argument>
>  >             <argument>-h</argument>
>  >           </arguments>
>  >         </configuration>
>  > @@ -73,7 +73,7 @@
>  >           <descriptor>src/assembly/app.xml</descriptor>
>  >           <archive>
>  >             <manifest>
>  > -
>  > <mainClass>org.apache.maven.continuum.xmlrpc.backup.Backup</mainClass>
>  > +              <mainClass>org.apache.continuum.xmlrpc.backup.Backup</
>  > mainClass>
>  >             </manifest>
>  >           </archive>
>  >         </configuration>
>  >
>  ...
>  >             <!-- automatically creates the classpath using all
>  > project dependencies,
>  >                  also adding the project build directory -->
>  >             <classpath />
>  > -
>  > <argument>org.apache.maven.continuum.xmlrpc.client.SampleClient</
>  > argument>
>  > +
>  > <argument>org.apache.continuum.xmlrpc.client.SampleClient</argument>
>  >           </arguments>
>  >         </configuration>
>  >       </plugin>
>  >
>  ...
>  >         <configuration>
>  >           <roleDefaults>
>  >             <roleDefault>
>  > -
>  > <
>  > role
>  > >org.apache.maven.continuum.xmlrpc.server.ContinuumXmlRpcComponent</
>  > role>
>  > +
>  > <role>org.apache.continuum.xmlrpc.server.ContinuumXmlRpcComponent</
>  > role>
>  >               <instantiation-strategy>per-lookup</instantiation-
>  > strategy>
>  >             </roleDefault>
>  >           </roleDefaults>
>  >
>
>  These all look to be in error because they refer to packages (not yet
>  migrated).
>
Yep good catch error

>  - Brett
>
>
>  --
>  Brett Porter
>  [EMAIL PROTECTED]
>  http://blogs.exist.com/bporter/
>
>

Reply via email to