leosimons    2004/04/11 07:07:59

  Modified:    profile  gump.xml
  Added:       project/jicarilla gump-jicarilla-lang-api.xml
                        gump-jicarilla-framework-api.xml
                        gump-jicarilla-plumbing-api.xml
                        gump-jicarilla-container-impl.xml
                        gump-jicarilla-framework-impl.xml
                        gump-jicarilla-build-system.xml
                        gump-jicarilla-container-tck-api.xml
                        gump-jicarilla-http-impl.xml
                        gump-jicarilla-lang-impl.xml
                        gump-jicarilla-http-api.xml
                        gump-jicarilla-platform-dist.xml jicarilla-suf.xml
                        jicarilla-sandbox.xml
                        gump-jicarilla-plumbing-impl.xml
                        gump-jicarilla-platform-consolidate.xml
                        jicarilla-maven-repository.xml
                        gump-jicarilla-collections.xml
                        gump-jicarilla-container-tck-impl.xml
                        gump-jicarilla-container-api.xml
                        gump-jicarilla-container-integration.xml
  Log:
  move over descriptors from jicarilla project to the gump repository
  
  Revision  Changes    Path
  1.1                  gump/project/jicarilla/gump-jicarilla-lang-api.xml
  
  Index: gump-jicarilla-lang-api.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-lang-api">
      <package>org.jicarilla.lang</package>
      <ant basedir="platform/lang/api" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="junit" runtime="false" inherit="all" optional="false"/>
  
  
      <mkdir dir="platform/lang/api/target/classes"/>
      <mkdir dir="platform/lang/api/target/test-classes"/>
      <work nested="platform/lang/api/target/classes"/>
      <work nested="platform/lang/api/target/test-classes"/>
  
      <home nested="platform/lang/api"/>
      <jar name="target/jicarilla-lang-api-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/lang/api/target/docs/apidocs"/>
      <junitreport nested="platform/lang/api/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-framework-api.xml
  
  Index: gump-jicarilla-framework-api.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-framework-api">
      <package>org.jicarilla.lang</package>
      <package>org.jicarilla.plumbing</package>
  
      <depend project="jicarilla-lang-api" runtime="true" inherit="jars" 
optional="false"/>
      <depend project="jicarilla-plumbing-api" runtime="true" inherit="jars" 
optional="false"/>
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-plumbing-api.xml
  
  Index: gump-jicarilla-plumbing-api.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-plumbing-api">
      <package>org.jicarilla.plumbing</package>
      <ant basedir="platform/plumbing/api" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-lang-api" runtime="true" inherit="all" 
optional="false"/>
      <depend project="commons-pool" runtime="false" inherit="none" optional="false"/>
      <depend project="concurrent" runtime="false" inherit="none" optional="false"/>
  
  
      <mkdir dir="platform/plumbing/api/target/classes"/>
      <mkdir dir="platform/plumbing/api/target/test-classes"/>
      <work nested="platform/plumbing/api/target/classes"/>
      <work nested="platform/plumbing/api/target/test-classes"/>
  
      <home nested="platform/plumbing/api"/>
      <jar name="target/jicarilla-plumbing-api-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/plumbing/api/target/docs/apidocs"/>
      <junitreport nested="platform/plumbing/api/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-container-impl.xml
  
  Index: gump-jicarilla-container-impl.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-container-impl">
      <package>org.jicarilla.container</package>
      <ant basedir="platform/container/impl" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-lang-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-container-api" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-container-tck-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="commons-pool" runtime="false" inherit="none" optional="false"/>
      <depend project="avalon-framework" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="junit" runtime="false" inherit="none" optional="false"/>
      <depend project="jicarilla-xstream" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jicarilla-easymock" runtime="true" inherit="runtime" 
optional="false"/>
  
  
      <mkdir dir="platform/container/impl/target/classes"/>
      <mkdir dir="platform/container/impl/target/test-classes"/>
      <work nested="platform/container/impl/target/classes"/>
      <work nested="platform/container/impl/target/test-classes"/>
  
      <home nested="platform/container/impl"/>
      <jar name="target/jicarilla-container-impl-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/container/impl/target/docs/apidocs"/>
      <junitreport nested="platform/container/impl/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-framework-impl.xml
  
  Index: gump-jicarilla-framework-impl.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-framework-impl">
      <package>org.jicarilla.lang</package>
      <package>org.jicarilla.plumbing</package>
  
      <depend project="jicarilla-lang-api" runtime="true" inherit="jars" 
optional="false"/>
      <depend project="jicarilla-lang-impl" runtime="true" inherit="jars" 
optional="false"/>
      <depend project="jicarilla-plumbing-api" runtime="true" inherit="jars" 
optional="false"/>
      <depend project="jicarilla-plumbing-impl" runtime="true" inherit="jars" 
optional="false"/>
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-build-system.xml
  
  Index: gump-jicarilla-build-system.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  <project name="jicarilla-build-system">
      <ant basedir="buildsystem/install"/>
  
      <!-- common dependencies -->
      <depend project="ant" runtime="true" inherit="jars"/>
      <depend project="dist-ant" runtime="true" inherit="jars"/>
      <depend project="jakarta-bsf" runtime="true" inherit="jars"/>
      <depend project="rhino" runtime="true" inherit="jars"/>
  
      <home nested="buildsystem/install"/>
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-container-tck-api.xml
  
  Index: gump-jicarilla-container-tck-api.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-container-tck-api">
      <package>org.jicarilla.container.tck</package>
      <ant basedir="platform/container/tck/api" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-lang-api" runtime="true" inherit="runtime" 
optional="false"/>
  
  
      <mkdir dir="platform/container/tck/api/target/classes"/>
      <mkdir dir="platform/container/tck/api/target/test-classes"/>
      <work nested="platform/container/tck/api/target/classes"/>
      <work nested="platform/container/tck/api/target/test-classes"/>
  
      <home nested="platform/container/tck/api"/>
      <jar name="target/jicarilla-container-tck-api-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/container/tck/api/target/docs/apidocs"/>
      <junitreport nested="platform/container/tck/api/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-http-impl.xml
  
  Index: gump-jicarilla-http-impl.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-http-impl">
      <package>org.jicarilla</package>
      <ant basedir="platform/components/http/impl" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-lang-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-plumbing-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-container-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-http-api" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-picocontainer" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="avalon-framework" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="concurrent" runtime="true" inherit="runtime" optional="false"/>
      <depend project="commons-logging" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="commons-pool" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="commons-cli" runtime="true" inherit="runtime" optional="false"/>
      <depend project="junit" runtime="true" inherit="runtime" optional="false"/>
      <depend project="beanshell" runtime="true" inherit="runtime" optional="false"/>
      <depend project="jicarilla-easymock" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jetty" runtime="true" inherit="runtime" optional="false"/>
  
  
      <mkdir dir="platform/components/http/impl/target/classes"/>
      <mkdir dir="platform/components/http/impl/target/test-classes"/>
      <work nested="platform/components/http/impl/target/classes"/>
      <work nested="platform/components/http/impl/target/test-classes"/>
  
      <home nested="platform/components/http/impl"/>
      <jar name="target/jicarilla-http-impl-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/components/http/impl/target/docs/apidocs"/>
      <junitreport nested="platform/components/http/impl/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-lang-impl.xml
  
  Index: gump-jicarilla-lang-impl.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-lang-impl">
      <package>org.jicarilla.lang</package>
      <ant basedir="platform/lang/impl" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-lang-api" runtime="true" inherit="all" 
optional="false"/>
      <depend project="commons-logging" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="commons-pool" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="concurrent" runtime="true" inherit="runtime" optional="false"/>
      <depend project="junit" runtime="false" inherit="all" optional="false"/>
  
  
      <mkdir dir="platform/lang/impl/target/classes"/>
      <mkdir dir="platform/lang/impl/target/test-classes"/>
      <work nested="platform/lang/impl/target/classes"/>
      <work nested="platform/lang/impl/target/test-classes"/>
  
      <home nested="platform/lang/impl"/>
      <jar name="target/jicarilla-lang-impl-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/lang/impl/target/docs/apidocs"/>
      <junitreport nested="platform/lang/impl/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-http-api.xml
  
  Index: gump-jicarilla-http-api.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-http-api">
      <package>org.jicarilla</package>
      <ant basedir="platform/components/http/api" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-lang-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-plumbing-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="junit" runtime="true" inherit="runtime" optional="false"/>
  
  
      <mkdir dir="platform/components/http/api/target/classes"/>
      <mkdir dir="platform/components/http/api/target/test-classes"/>
      <work nested="platform/components/http/api/target/classes"/>
      <work nested="platform/components/http/api/target/test-classes"/>
  
      <home nested="platform/components/http/api"/>
      <jar name="target/jicarilla-http-api-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/components/http/api/target/docs/apidocs"/>
      <junitreport nested="platform/components/http/api/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-platform-dist.xml
  
  Index: gump-jicarilla-platform-dist.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-platform-dist">
      <package>org.jicarilla</package>
      <ant basedir="platform/target/base" target="dist">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-platform-consolidate"/>
      <depend project="avalon-framework" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jicarilla-avalon-fortress-container" runtime="true" 
inherit="runtime" optional="false"/>
      <depend project="avalon-logkit" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="beanshell" runtime="true" inherit="runtime" optional="false"/>
      <depend project="commons-cli" runtime="true" inherit="runtime" optional="false"/>
      <depend project="commons-logging" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="commons-pool" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="concurrent" runtime="true" inherit="runtime" optional="false"/>
      <depend project="jetty" runtime="true" inherit="runtime" optional="false"/>
      <depend project="junit" runtime="true" inherit="runtime" optional="false"/>
  
      <mkdir dir="platform/target/base/target/classes"/>
      <mkdir dir="platform/target/base/target/test-classes"/>
      <work nested="platform/target/base/target/classes"/>
      <work nested="platform/target/base/target/test-classes"/>
  
      <home nested="platform/target/base"/>
      <jar name="target/jicarilla-platform-@@DATE@@.jar"/>
      <javadoc nested="platform/target/base/target/docs/apidocs"/>
      <junitreport nested="platform/target/base/target/docs/junitreports"/>
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/jicarilla-suf.xml
  
  Index: jicarilla-suf.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <module name="jicarilla-sandbox">
      <url href="http://jicarilla.org/"/>
      <description>
          Some Unnamed Fork.
      </description>
  
      <cvs repository="sourceforge" host-prefix="cvs.jicarilla"
          module="jicarilla-suf" dir="jicarilla"/>
  
      <project name="jicarilla-suf">
          <package>org.apache</package>
          <ant basedir="jicarilla-suf" target="jar">
              <property name="project.version" value="@@DATE@@"/>
              <property name="skip.dependencies" value="true"/>
          </ant>
  
          <!-- common dependencies -->
          <depend project="jicarilla-build-system" inherit="all"/>
  
          <!-- project dependencies -->
          <depend project="xml-xerces" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="xml-apis" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="jisp" runtime="true" inherit="runtime" optional="false"/>
          <depend project="xml-commons-resolver" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="xml-xalan2" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="saxpath" runtime="true" inherit="runtime" optional="false"/>
          <depend project="jaxen" runtime="true" inherit="runtime" optional="false"/>
          <depend project="saxon6" runtime="true" inherit="runtime" optional="false"/>
          <depend project="saxon" runtime="true" inherit="runtime" optional="false"/>
          <depend project="iso-relax" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="msv" runtime="true" inherit="runtime" optional="false"/>
          <depend project="relaxng" runtime="true" inherit="runtime" optional="false"/>
          <depend project="hsqldb" runtime="true" inherit="runtime" optional="false"/>
          <depend project="avalon-logkit" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="logging-log4j" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="commons-httpclient" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="commons-beanutils" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="commons-collections" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="concurrent" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="incubator-altrmi" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="jakarta-servletapi" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="javamail" runtime="false" inherit="none" optional="false"/>
          <depend project="jms" runtime="true" inherit="runtime" optional="false"/>
          <depend project="jsse" runtime="true" inherit="runtime" optional="false"/>
          <depend project="qdox" runtime="true" inherit="runtime" optional="false"/>
          <depend project="junitperf" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="jtidy" runtime="true" inherit="runtime" optional="false"/>
          <depend project="jakarta-bcel" runtime="true" inherit="runtime" 
optional="false"/>
          <depend project="ant" runtime="true" inherit="runtime" optional="false"/>
          <depend project="junit" runtime="true" inherit="runtime" optional="false"/>
  
  
          <mkdir dir="jicarilla-suf/target/classes"/>
          <mkdir dir="jicarilla-suf/target/test-classes"/>
          <work nested="jicarilla-suf/target/classes"/>
          <work nested="jicarilla-suf/target/test-classes"/>
  
          <home nested="jicarilla-suf"/>
          <jar name="target/jicarilla-suf-@@DATE@@.jar"/>
          <!--<javadoc nested="jicarilla-suf/target/docs/apidocs"/>
          <junitreport nested="jicarilla-suf/target/docs/junitreports"/>-->
  
          <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
      </project>
  
  </module>
  
  
  
  1.1                  gump/project/jicarilla/jicarilla-sandbox.xml
  
  Index: jicarilla-sandbox.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  <module name="jicarilla-sandbox">
      <url  href="http://jicarilla.org/"/>
      <description>
          IoC Component glue.
      </description>
  
      <cvs repository="sourceforge" host-prefix="cvs.jicarilla"
              module="jicarilla-sandbox" dir="jicarilla"/>
  
      <project href="project/jicarilla/gump-jicarilla-build-system.xml"/>
      <project href="project/jicarilla/gump-jicarilla-lang-api.xml"/>
      <project href="project/jicarilla/gump-jicarilla-lang-impl.xml"/>
      <project href="project/jicarilla/gump-jicarilla-plumbing-api.xml"/>
      <project href="project/jicarilla/gump-jicarilla-plumbing-impl.xml"/>
      <project href="project/jicarilla/gump-jicarilla-framework-api.xml"/>
      <project href="project/jicarilla/gump-jicarilla-framework-impl.xml"/>
      <project href="project/jicarilla/gump-jicarilla-container-api.xml"/>
      <project href="project/jicarilla/gump-jicarilla-container-tck-api.xml"/>
      <project href="project/jicarilla/gump-jicarilla-container-tck-impl.xml"/>
      <project href="project/jicarilla/gump-jicarilla-container-impl.xml"/>
      <project href="project/jicarilla/gump-jicarilla-container-integration.xml"/>
      <project href="project/jicarilla/gump-jicarilla-collections.xml"/>
      <project href="project/jicarilla/gump-jicarilla-http-api.xml"/>
      <project href="project/jicarilla/gump-jicarilla-http-impl.xml"/>
      <project href="project/jicarilla/gump-jicarilla-platform-consolidate.xml"/>
      <project href="project/jicarilla/gump-jicarilla-platform-dist.xml"/>
      
      <project name="jicarilla-avalon-fortress-container">
          <depend project="excalibur-fortress-container-api" runtime="true" 
inherit="jars"/>
          <depend project="excalibur-fortress-container-impl" runtime="true" 
inherit="jars"/>
      </project>
  </module>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-plumbing-impl.xml
  
  Index: gump-jicarilla-plumbing-impl.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-plumbing-impl">
      <package>org.jicarilla.plumbing</package>
      <ant basedir="platform/plumbing/impl" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-plumbing-api" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-lang-api" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-lang-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="commons-logging" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="commons-pool" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="concurrent" runtime="true" inherit="runtime" optional="false"/>
      <depend project="junit" runtime="false" inherit="all" optional="false"/>
  
  
      <mkdir dir="platform/plumbing/impl/target/classes"/>
      <mkdir dir="platform/plumbing/impl/target/test-classes"/>
      <work nested="platform/plumbing/impl/target/classes"/>
      <work nested="platform/plumbing/impl/target/test-classes"/>
  
      <home nested="platform/plumbing/impl"/>
      <jar name="target/jicarilla-plumbing-impl-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/plumbing/impl/target/docs/apidocs"/>
      <junitreport nested="platform/plumbing/impl/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-platform-consolidate.xml
  
  Index: gump-jicarilla-platform-consolidate.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-platform-consolidate">
      <package>org.jicarilla</package>
      <ant basedir="platform" target="consolidate"/>
  
      <depend project="ant" runtime="false" inherit="all"/>
  
      <home nested="platform"/>
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/jicarilla-maven-repository.xml
  
  Index: jicarilla-maven-repository.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  <module name="jicarilla-maven-repository">
      <url  href="http://jicarilla.org/"/>
      <description>
          IoC Component glue (non-gump-built dependencies).
      </description>
  
      <cvs repository="sourceforge" host-prefix="cvs.jicarilla"
              module="jicarilla-maven-repository" dir="jicarilla"/>
  
      <project name="jicarilla-picocontainer">
          <package>org.picocontainer</package>
          <jar name="picocontainer/jars/picocontainer-1.0-SNAPSHOT.jar"/>
      </project>
      <project name="jicarilla-picocontainer-tck">
          <package>org.picocontainer</package>
          <jar name="picocontainer/jars/picocontainer-tck-1.0-SNAPSHOT.jar"/>
      </project>
      <project name="jicarilla-pico">
          <package>org.picocontainer</package>
          <jar name="picocontainer/jars/picocontainer-1.0-SNAPSHOT.jar"/>
      </project>
      <project name="jicarilla-pico-tck">
          <package>org.picocontainer</package>
          <jar name="picocontainer/jars/picocontainer-tck-1.0-SNAPSHOT.jar"/>
      </project>
      <project name="jicarilla-springframework">
          <package>org.springframework</package>
          <jar name="spring/jars/spring-SNAPSHOT.jar"/>
      </project>
      <project name="jicarilla-springframework-tck">
          <package>org.springframework</package>
          <jar name="spring/jars/spring-tck-SNAPSHOT.jar"/>
      </project>
      <project name="jicarilla-spring">
          <package>org.springframework</package>
          <jar name="spring/jars/spring-SNAPSHOT.jar"/>
      </project>
      <project name="jicarilla-spring-tck">
          <package>org.springframework</package>
          <jar name="spring/jars/spring-tck-SNAPSHOT.jar"/>
      </project>
      <project name="jicarilla-xstream">
          <package>com.thoughtworks.xstream</package>
          <jar name="xstream/jars/xstream-0.1.jar"/>
      </project>
      <project name="jicarilla-easymock">
          <package>org.easymock</package>
          <jar name="easymock/jars/easymock-1.0.1b.jar"/>
      </project>
      <project name="jicarilla-dna-api">
          <package>org.jcontainer.dna</package>
          <jar name="dna/jars/dna-api-1.1-rc2.jar"/>
      </project>
      <project name="jicarilla-dna-impl">
          <package>org.jcontainer.dna</package>
          <jar name="dna/jars/dna-impl-1.1-rc2.jar"/>
      </project>
      <project name="jicarilla-dna-tools">
          <package>org.jcontainer.dna</package>
          <jar name="dna/jars/dna-tools-1.1-rc2.jar"/>
      </project>
  </module>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-collections.xml
  
  Index: gump-jicarilla-collections.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-collections">
      <package>org.jicarilla.collections</package>
      <ant basedir="platform/components/collections" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-lang-api" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="junit" runtime="true" inherit="runtime" optional="false"/>
      <depend project="avalon-framework" runtime="true" inherit="runtime" 
optional="false"/>
  
  
      <mkdir dir="platform/components/collections/target/classes"/>
      <mkdir dir="platform/components/collections/target/test-classes"/>
      <work nested="platform/components/collections/target/classes"/>
      <work nested="platform/components/collections/target/test-classes"/>
  
      <home nested="platform/components/collections"/>
      <jar name="target/jicarilla-collections-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/components/collections/target/docs/apidocs"/>
      <junitreport 
nested="platform/components/collections/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
          to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-container-tck-impl.xml
  
  Index: gump-jicarilla-container-tck-impl.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-container-tck-impl">
      <package>org.jicarilla.container.tck</package>
      <ant basedir="platform/container/tck/impl" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-lang-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-container-tck-api" runtime="true" inherit="all" 
optional="false"/>
      <depend project="commons-logging" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="avalon-framework" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="junit" runtime="true" inherit="runtime" optional="false"/>
      <depend project="jicarilla-dna-api" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jicarilla-dna-impl" runtime="true" inherit="runtime" 
optional="false"/>
  
  
      <mkdir dir="platform/container/tck/impl/target/classes"/>
      <mkdir dir="platform/container/tck/impl/target/test-classes"/>
      <work nested="platform/container/tck/impl/target/classes"/>
      <work nested="platform/container/tck/impl/target/test-classes"/>
  
      <home nested="platform/container/tck/impl"/>
      <jar name="target/jicarilla-container-tck-impl-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/container/tck/impl/target/docs/apidocs"/>
      <junitreport nested="platform/container/tck/impl/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-container-api.xml
  
  Index: gump-jicarilla-container-api.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-container-api">
      <package>org.jicarilla.container</package>
      <ant basedir="platform/container/api" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-lang-api" runtime="true" inherit="all" 
optional="false"/>
  
  
      <mkdir dir="platform/container/api/target/classes"/>
      <mkdir dir="platform/container/api/target/test-classes"/>
      <work nested="platform/container/api/target/classes"/>
      <work nested="platform/container/api/target/test-classes"/>
  
      <home nested="platform/container/api"/>
      <jar name="target/jicarilla-container-api-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/container/api/target/docs/apidocs"/>
      <junitreport nested="platform/container/api/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.1                  gump/project/jicarilla/gump-jicarilla-container-integration.xml
  
  Index: gump-jicarilla-container-integration.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <project name="jicarilla-container-integration">
      <package>org.jicarilla.container.integration</package>
      <ant basedir="platform/container-integration" target="jar">
          <property name="project.version" value="@@DATE@@"/>
          <property name="skip.dependencies" value="true"/>
      </ant>
  
      <!-- common dependencies -->
      <depend project="jicarilla-build-system" inherit="all"/>
  
      <!-- project dependencies -->
      <depend project="jicarilla-lang-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-container-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-container-tck-impl" runtime="true" inherit="all" 
optional="false"/>
      <depend project="jicarilla-picocontainer" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jicarilla-picocontainer-tck" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jicarilla-spring" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jicarilla-spring-tck" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jicarilla-avalon-fortress-container" runtime="true" 
inherit="runtime" optional="false"/>
      <depend project="avalon-framework" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="junit" runtime="false" inherit="none" optional="false"/>
      <depend project="jicarilla-easymock" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jicarilla-dna-api" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jicarilla-dna-impl" runtime="true" inherit="runtime" 
optional="false"/>
      <depend project="jicarilla-dna-tools" runtime="true" inherit="runtime" 
optional="false"/>
  
  
      <mkdir dir="platform/container-integration/target/classes"/>
      <mkdir dir="platform/container-integration/target/test-classes"/>
      <work nested="platform/container-integration/target/classes"/>
      <work nested="platform/container-integration/target/test-classes"/>
  
      <home nested="platform/container-integration"/>
      <jar name="target/jicarilla-container-integration-@@DATE@@.jar"/>
      <!--<javadoc nested="platform/container-integration/target/docs/apidocs"/>
      <junitreport 
nested="platform/container-integration/target/docs/junitreports"/>-->
  
      <nag from="Gump Integration Build &lt;[EMAIL PROTECTED]&gt;"
              to="[EMAIL PROTECTED]"/>
  </project>
  
  
  1.340     +3 -3      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.339
  retrieving revision 1.340
  diff -u -r1.339 -r1.340
  --- gump.xml  10 Apr 2004 22:47:43 -0000      1.339
  +++ gump.xml  11 Apr 2004 14:07:59 -0000      1.340
  @@ -230,9 +230,9 @@
     <module href="project/packaged-jaxen.xml"/>
     <module href="project/packaged-jetty.xml"/>
     <module href="project/packaged-dom4j.xml"/>
  -  <module 
href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/platform/gump/gump-module.xml?content-type=text/xml&amp;rev=HEAD"/>
  -  <module 
href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-maven-repository/gump-module.xml?content-type=text/xml&amp;rev=HEAD"/>
  -  <module href="project/jicarilla-suf.xml"/>
  +  <module href="project/jicarilla/jicarilla-sandbox.xml"/>
  +  <module href="project/jicarilla/jicarilla-maven-repository.xml"/>
  +  <module href="project/jicarilla/jicarilla-suf.xml"/>
   
   <!-- CodeHaus -->
   
  
  
  

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

Reply via email to