You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by di...@apache.org on 2006/10/30 04:31:32 UTC

svn commit: r469054 - /webservices/sandesha/trunk/java/project.xml

Author: dims
Date: Sun Oct 29 19:31:31 2006
New Revision: 469054

URL: http://svn.apache.org/viewvc?view=rev&rev=469054
Log:
exclude test that really does not do anything...

Modified:
    webservices/sandesha/trunk/java/project.xml

Modified: webservices/sandesha/trunk/java/project.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/project.xml?view=diff&rev=469054&r1=469053&r2=469054
==============================================================================
--- webservices/sandesha/trunk/java/project.xml (original)
+++ webservices/sandesha/trunk/java/project.xml Sun Oct 29 19:31:31 2006
@@ -88,6 +88,9 @@
             <includes>
                 <include>**/*Test.java</include>
             </includes>
+            <excludes>
+				<exclude>**/CloseSequenceTest.java</exclude>
+            </excludes>
             <resources>
                 <resource>
                     <directory>test-resources</directory>



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


Re: svn commit: r469054 - /webservices/sandesha/trunk/java/project.xml

Posted by Davanum Srinivas <da...@gmail.com>.
+1 to remove it.

On 10/30/06, Matthew Lovett <ML...@uk.ibm.com> wrote:
> As the test case is basically empty, we should either fill it in or delete
> it from svn... excluding it within the build files seems likely to cause
> confusion in the future.
>
> Matt
>
> dims@apache.org wrote on 30/10/2006 03:31:32:
>
> > Author: dims
> > Date: Sun Oct 29 19:31:31 2006
> > New Revision: 469054
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=469054
> > Log:
> > exclude test that really does not do anything...
> >
> > Modified:
> >     webservices/sandesha/trunk/java/project.xml
> >
> > Modified: webservices/sandesha/trunk/java/project.xml
> > URL: http://svn.apache.
> > org/viewvc/webservices/sandesha/trunk/java/project.xml?
> > view=diff&rev=469054&r1=469053&r2=469054
> >
> ==============================================================================
> > --- webservices/sandesha/trunk/java/project.xml (original)
> > +++ webservices/sandesha/trunk/java/project.xml Sun Oct 29 19:31:31 2006
> > @@ -88,6 +88,9 @@
> >              <includes>
> >                  <include>**/*Test.java</include>
> >              </includes>
> > +            <excludes>
> > +            <exclude>**/CloseSequenceTest.java</exclude>
> > +            </excludes>
> >              <resources>
> >                  <resource>
> >                      <directory>test-resources</directory>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: sandesha-dev-help@ws.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: sandesha-dev-help@ws.apache.org
>
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


Re: svn commit: r469054 - /webservices/sandesha/trunk/java/project.xml

Posted by Davanum Srinivas <da...@gmail.com>.
+1 to remove it.

On 10/30/06, Matthew Lovett <ML...@uk.ibm.com> wrote:
> As the test case is basically empty, we should either fill it in or delete
> it from svn... excluding it within the build files seems likely to cause
> confusion in the future.
>
> Matt
>
> dims@apache.org wrote on 30/10/2006 03:31:32:
>
> > Author: dims
> > Date: Sun Oct 29 19:31:31 2006
> > New Revision: 469054
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=469054
> > Log:
> > exclude test that really does not do anything...
> >
> > Modified:
> >     webservices/sandesha/trunk/java/project.xml
> >
> > Modified: webservices/sandesha/trunk/java/project.xml
> > URL: http://svn.apache.
> > org/viewvc/webservices/sandesha/trunk/java/project.xml?
> > view=diff&rev=469054&r1=469053&r2=469054
> >
> ==============================================================================
> > --- webservices/sandesha/trunk/java/project.xml (original)
> > +++ webservices/sandesha/trunk/java/project.xml Sun Oct 29 19:31:31 2006
> > @@ -88,6 +88,9 @@
> >              <includes>
> >                  <include>**/*Test.java</include>
> >              </includes>
> > +            <excludes>
> > +            <exclude>**/CloseSequenceTest.java</exclude>
> > +            </excludes>
> >              <resources>
> >                  <resource>
> >                      <directory>test-resources</directory>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
> > For additional commands, e-mail: sandesha-dev-help@ws.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: sandesha-dev-help@ws.apache.org
>
>


-- 
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


Re: svn commit: r469054 - /webservices/sandesha/trunk/java/project.xml

Posted by Matthew Lovett <ML...@uk.ibm.com>.
As the test case is basically empty, we should either fill it in or delete 
it from svn... excluding it within the build files seems likely to cause 
confusion in the future.

Matt

dims@apache.org wrote on 30/10/2006 03:31:32:

> Author: dims
> Date: Sun Oct 29 19:31:31 2006
> New Revision: 469054
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=469054
> Log:
> exclude test that really does not do anything...
> 
> Modified:
>     webservices/sandesha/trunk/java/project.xml
> 
> Modified: webservices/sandesha/trunk/java/project.xml
> URL: http://svn.apache.
> org/viewvc/webservices/sandesha/trunk/java/project.xml?
> view=diff&rev=469054&r1=469053&r2=469054
> 
==============================================================================
> --- webservices/sandesha/trunk/java/project.xml (original)
> +++ webservices/sandesha/trunk/java/project.xml Sun Oct 29 19:31:31 2006
> @@ -88,6 +88,9 @@
>              <includes>
>                  <include>**/*Test.java</include>
>              </includes>
> +            <excludes>
> +            <exclude>**/CloseSequenceTest.java</exclude>
> +            </excludes>
>              <resources>
>                  <resource>
>                      <directory>test-resources</directory>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: sandesha-dev-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org


Re: svn commit: r469054 - /webservices/sandesha/trunk/java/project.xml

Posted by Matthew Lovett <ML...@uk.ibm.com>.
As the test case is basically empty, we should either fill it in or delete 
it from svn... excluding it within the build files seems likely to cause 
confusion in the future.

Matt

dims@apache.org wrote on 30/10/2006 03:31:32:

> Author: dims
> Date: Sun Oct 29 19:31:31 2006
> New Revision: 469054
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=469054
> Log:
> exclude test that really does not do anything...
> 
> Modified:
>     webservices/sandesha/trunk/java/project.xml
> 
> Modified: webservices/sandesha/trunk/java/project.xml
> URL: http://svn.apache.
> org/viewvc/webservices/sandesha/trunk/java/project.xml?
> view=diff&rev=469054&r1=469053&r2=469054
> 
==============================================================================
> --- webservices/sandesha/trunk/java/project.xml (original)
> +++ webservices/sandesha/trunk/java/project.xml Sun Oct 29 19:31:31 2006
> @@ -88,6 +88,9 @@
>              <includes>
>                  <include>**/*Test.java</include>
>              </includes>
> +            <excludes>
> +            <exclude>**/CloseSequenceTest.java</exclude>
> +            </excludes>
>              <resources>
>                  <resource>
>                      <directory>test-resources</directory>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: sandesha-dev-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org