You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by he...@apache.org on 2004/06/14 10:26:29 UTC

cvs commit: ws-axis/contrib/ews project.xml project.properties maven.xml

hemapani    2004/06/14 01:26:29

  Modified:    contrib/ews project.xml project.properties maven.xml
  Log:
  change the maven files to compile sample and create jars 
  before tests and add dependancy so the code can compile prinaga's 
  wss4j based code
  
  Revision  Changes    Path
  1.7       +27 -2     ws-axis/contrib/ews/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/ews/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	11 Jun 2004 11:49:12 -0000	1.6
  +++ project.xml	14 Jun 2004 08:26:29 -0000	1.7
  @@ -75,7 +75,7 @@
           </includes>
         </resource>
         <resource>
  -        <directory>src/conf</directory>
  +        <directory>conf</directory>
           <includes>
             <include>**/*Provider</include>
             <include>**/*.properties</include>
  @@ -89,6 +89,32 @@
       <!-- ============ -->
   
       <dependencies>
  +		<!-- -->
  +        <dependency>
  +            <groupId>sec</groupId>
  +            <artifactId>wss4j</artifactId>
  +            <version>SNAPSHOT</version>
  +            <properties>
  +                <module>true</module>
  +            </properties>
  +        </dependency>
  +		
  +        <dependency>
  +            <groupId>sec</groupId>
  +            <artifactId>xmlsec</artifactId>
  +            <version>SNAPSHOT</version>
  +            <properties>
  +                <module>true</module>
  +            </properties>
  +        </dependency>
  +        <dependency>
  +            <groupId>geronimo-spec</groupId>
  +            <artifactId>geronimo-spec-ejb</artifactId>
  +            <version>DEV</version>
  +            <properties>
  +                <module>true</module>
  +            </properties>
  +        </dependency>
   
           <!-- Module Dependencies -->
           <dependency>
  @@ -196,7 +222,6 @@
                   <module>true</module>
               </properties>
           </dependency>
  -
       </dependencies>
   </project>
   
  
  
  
  1.2       +2 -2      ws-axis/contrib/ews/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/ews/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	1 Feb 2004 22:06:34 -0000	1.1
  +++ project.properties	14 Jun 2004 08:26:29 -0000	1.2
  @@ -2,6 +2,6 @@
   ## $Revision$ $Date$
   ##
   
  -maven.repo.remote=http://ws.apache.org/~dims/maven, http://www.ibiblio.org/maven
  +maven.repo.remote=http://ws.apache.org/~dims/maven, http://www.ibiblio.org/maven, http://ws.apache.org/~hemapani/maven
   maven.xdoc.date=left
   maven.xdoc.version=${pom.currentVersion}
  
  
  
  1.8       +11 -1     ws-axis/contrib/ews/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/ews/maven.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- maven.xml	11 Jun 2004 13:26:11 -0000	1.7
  +++ maven.xml	14 Jun 2004 08:26:29 -0000	1.8
  @@ -73,5 +73,15 @@
               </xjc>
           </j:jelly>
       </goal>
  +    
  +    <preGoal name="test:test">
  +        <j:jelly xmlns="jelly:ant">
  +		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/ejb/bookquote"/>
  +		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/ejb/google"/>
  +		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/ejb/time"/>
  +		<ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="samples/ejb/zip"/>
  +        </j:jelly>
  +    </preGoal> 
  +    
   
   </project>