Modified: struts/shale/trunk/build/tiles/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/tiles/project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/tiles/project.xml (original)
+++ struts/shale/trunk/build/tiles/project.xml Sat Oct  1 11:09:31 2005
@@ -1,130 +1,130 @@
-<?xml version="1.0"?>
-
-<!--
-
- Copyright 2004-2005 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>
-  <extend>../project.xml</extend>
-  <id>shale-tiles</id>
-  <name>Shale Tiles Integration</name>
-  <currentVersion>1.0.0-dev</currentVersion>
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://struts.apache.org/</url>
-  </organization>
-
-  <!-- Gump integration -->
-  <gumpRepositoryId>jakarta</gumpRepositoryId>
-
-  <build>
-
-    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
-
-    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
-
-    <sourceModifications>
-      <sourceModification>
-        <className>x.y.z.Class</className>
-        <excludes>
-          <exclude>org/apache/shale/application/**</exclude>
-          <exclude>org/apache/shale/component/**</exclude>
-          <exclude>org/apache/shale/dialog/**</exclude>
-          <exclude>org/apache/shale/faces/**</exclude>
-          <exclude>org/apache/shale/remote/**</exclude>
-          <exclude>org/apache/shale/renderer/**</exclude>
-          <exclude>org/apache/shale/resources/**</exclude>
-          <exclude>org/apache/shale/spring/**</exclude>
-          <exclude>org/apache/shale/taglib/**</exclude>
-          <exclude>org/apache/shale/util/**</exclude>
-          <exclude>org/apache/shale/validator/**</exclude>
-          <exclude>org/apache/shale/view/**</exclude>
-        </excludes>
-      </sourceModification>
-    </sourceModifications>
-    
-      <!-- Unit test cases -->
-    <unitTest>
-      <includes>
-        <include>org/apache/shale/tiles/**/*Test.java</include>
-      </includes>
-    </unitTest>
-
-      <resources>
-          <resource>
-            <directory>${maven.src.dir}/java/org/apache/shale/tiles</directory>
-            <targetPath>META-INF</targetPath>
-            <includes>
-              <include>*.xml</include>
-            </includes>
-          </resource>
-        <resource>
-            <directory>${maven.src.dir}/..</directory>
-            <targetPath>META-INF</targetPath>
-            <includes>
-              <include>NOTICE.txt</include>
-              <include>LICENSE.txt</include>
-            </includes>
-       </resource>
-          <!-- Copy non-Java Sources -->
-           <resource>
-            <directory>${maven.src.dir}/java</directory>
-            <includes>
-              <include>org/apache/shale/tiles/*.properties</include>
-            </includes>
-          </resource>
-          </resources>
-  </build>
-
-  <dependencies>
-
-      <dependency>
-        <groupId>commons-validator</groupId>
-        <artifactId>commons-validator</artifactId>
-        <version>1.1.4</version>
-        <url>jakarta.apache.org/commons/validator/</url>
-      </dependency>
-
-      <dependency>
-        <groupId>tiles</groupId>
-        <artifactId>tiles-core</artifactId>
-        <version>SNAPSHOT</version>
-        
<url>http://cvs.apache.org/builds/struts/nightly/sandbox/tiles-core/</url>
-      </dependency>
-
-      <dependency>
-        <groupId>jstl</groupId>
-        <artifactId>jstl</artifactId>
-        <version>1.1.2</version>
-        <url>jakarta.apache.org/commons/validator/</url>
-      </dependency>
-
-      <dependency>
-        <groupId>taglibs</groupId>
-        <artifactId>standard</artifactId>
-        <version>1.1.2</version>
-      </dependency>
-
-      <dependency>
-        <groupId>portlet-api</groupId>
-        <artifactId>portlet-api</artifactId>
-        <version>1.0</version>
-      </dependency>
-
-  </dependencies>
-
-</project>
+<?xml version="1.0"?>
+
+<!--
+
+ Copyright 2004-2005 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>
+  <extend>../project.xml</extend>
+  <id>shale-tiles</id>
+  <name>Shale Tiles Integration</name>
+  <currentVersion>1.0.0-dev</currentVersion>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://struts.apache.org/</url>
+  </organization>
+
+  <!-- Gump integration -->
+  <gumpRepositoryId>jakarta</gumpRepositoryId>
+
+  <build>
+
+    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
+
+    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
+
+    <sourceModifications>
+      <sourceModification>
+        <className>x.y.z.Class</className>
+        <excludes>
+          <exclude>org/apache/shale/application/**</exclude>
+          <exclude>org/apache/shale/component/**</exclude>
+          <exclude>org/apache/shale/dialog/**</exclude>
+          <exclude>org/apache/shale/faces/**</exclude>
+          <exclude>org/apache/shale/remote/**</exclude>
+          <exclude>org/apache/shale/renderer/**</exclude>
+          <exclude>org/apache/shale/resources/**</exclude>
+          <exclude>org/apache/shale/spring/**</exclude>
+          <exclude>org/apache/shale/taglib/**</exclude>
+          <exclude>org/apache/shale/util/**</exclude>
+          <exclude>org/apache/shale/validator/**</exclude>
+          <exclude>org/apache/shale/view/**</exclude>
+        </excludes>
+      </sourceModification>
+    </sourceModifications>
+    
+      <!-- Unit test cases -->
+    <unitTest>
+      <includes>
+        <include>org/apache/shale/tiles/**/*Test.java</include>
+      </includes>
+    </unitTest>
+
+      <resources>
+          <resource>
+            <directory>${maven.src.dir}/java/org/apache/shale/tiles</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+              <include>*.xml</include>
+            </includes>
+          </resource>
+        <resource>
+            <directory>${maven.src.dir}/..</directory>
+            <targetPath>META-INF</targetPath>
+            <includes>
+              <include>NOTICE.txt</include>
+              <include>LICENSE.txt</include>
+            </includes>
+       </resource>
+          <!-- Copy non-Java Sources -->
+           <resource>
+            <directory>${maven.src.dir}/java</directory>
+            <includes>
+              <include>org/apache/shale/tiles/*.properties</include>
+            </includes>
+          </resource>
+          </resources>
+  </build>
+
+  <dependencies>
+
+      <dependency>
+        <groupId>commons-validator</groupId>
+        <artifactId>commons-validator</artifactId>
+        <version>1.1.4</version>
+        <url>jakarta.apache.org/commons/validator/</url>
+      </dependency>
+
+      <dependency>
+        <groupId>tiles</groupId>
+        <artifactId>tiles-core</artifactId>
+        <version>SNAPSHOT</version>
+        
<url>http://cvs.apache.org/builds/struts/nightly/sandbox/tiles-core/</url>
+      </dependency>
+
+      <dependency>
+        <groupId>jstl</groupId>
+        <artifactId>jstl</artifactId>
+        <version>1.1.2</version>
+        <url>jakarta.apache.org/commons/validator/</url>
+      </dependency>
+
+      <dependency>
+        <groupId>taglibs</groupId>
+        <artifactId>standard</artifactId>
+        <version>1.1.2</version>
+      </dependency>
+
+      <dependency>
+        <groupId>portlet-api</groupId>
+        <artifactId>portlet-api</artifactId>
+        <version>1.0</version>
+      </dependency>
+
+  </dependencies>
+
+</project>

Propchange: struts/shale/trunk/build/tiles/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/tiles/project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/use-cases/maven.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/use-cases/maven.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/use-cases/maven.xml (original)
+++ struts/shale/trunk/build/use-cases/maven.xml Sat Oct  1 11:09:31 2005
@@ -1,44 +1,44 @@
-<project default="war:war"
-  xmlns:j="jelly:core"
-  xmlns:ant="jelly:ant"
-  xmlns:maven="jelly:maven">
-
-  <!--
-   Build the .war file.
-  -->
-  <goal name="dist">
-      <attainGoal name="war"/>
-  </goal>
-
-  <preGoal name="war:war">
-
-       <ant:echo>maven.shale.jsf.impl is ${maven.shale.jsf.impl}</ant:echo>
-
-          <!-- MyFaces Listener no longer required as of 1.0.10 -->
-          <ant:replace  dir="${maven.war.webapp.dir}/WEB-INF"
-                        token="MYFACES_BEGIN"
-                        value="&lt;!-- MyFaces Listener"/>
-          <ant:replace  dir="${maven.war.webapp.dir}/WEB-INF"
-                        token="MYFACES_END"
-                        value="--&gt;"/>
-
-
-        <!-- Include source code in the .war file -->
-        <ant:copy todir="${maven.war.webapp.dir}/WEB-INF/src/" 
overwrite="false">
-          <ant:fileset dir="${maven.src.dir}/java"
-                       excludes="**/.svn/**">
-           </ant:fileset>
-        </ant:copy>
-
-      <!-- Copy the default message bundle to avoid problems if the
-           server locale is not English. -->
-      <ant:copy   
file="${maven.src.dir}/java/org/apache/shale/usecases/view/Bundle.properties"
-                  
tofile="${maven.war.webapp.dir}/WEB-INF/classes/org/apache/shale/usecases/view/Bundle_en.properties"/>
-
-  </preGoal>
- 
-  <goal name="jar:install">
-    <!-- override -->  
-  </goal>
-
-</project>
+<project default="war:war"
+  xmlns:j="jelly:core"
+  xmlns:ant="jelly:ant"
+  xmlns:maven="jelly:maven">
+
+  <!--
+   Build the .war file.
+  -->
+  <goal name="dist">
+      <attainGoal name="war"/>
+  </goal>
+
+  <preGoal name="war:war">
+
+       <ant:echo>maven.shale.jsf.impl is ${maven.shale.jsf.impl}</ant:echo>
+
+          <!-- MyFaces Listener no longer required as of 1.0.10 -->
+          <ant:replace  dir="${maven.war.webapp.dir}/WEB-INF"
+                        token="MYFACES_BEGIN"
+                        value="&lt;!-- MyFaces Listener"/>
+          <ant:replace  dir="${maven.war.webapp.dir}/WEB-INF"
+                        token="MYFACES_END"
+                        value="--&gt;"/>
+
+
+        <!-- Include source code in the .war file -->
+        <ant:copy todir="${maven.war.webapp.dir}/WEB-INF/src/" 
overwrite="false">
+          <ant:fileset dir="${maven.src.dir}/java"
+                       excludes="**/.svn/**">
+           </ant:fileset>
+        </ant:copy>
+
+      <!-- Copy the default message bundle to avoid problems if the
+           server locale is not English. -->
+      <ant:copy   
file="${maven.src.dir}/java/org/apache/shale/usecases/view/Bundle.properties"
+                  
tofile="${maven.war.webapp.dir}/WEB-INF/classes/org/apache/shale/usecases/view/Bundle_en.properties"/>
+
+  </preGoal>
+ 
+  <goal name="jar:install">
+    <!-- override -->  
+  </goal>
+
+</project>

Propchange: struts/shale/trunk/build/use-cases/maven.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/use-cases/maven.xml
------------------------------------------------------------------------------
    svn:keywords = author date id

Modified: struts/shale/trunk/build/use-cases/project.properties
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/use-cases/project.properties?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/use-cases/project.properties (original)
+++ struts/shale/trunk/build/use-cases/project.properties Sat Oct  1 11:09:31 
2005
@@ -1,11 +1,11 @@
-
-shale.subdir=use-cases
-
-maven.src.dir=../../${shale.subdir}/src
-
-maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
-
-maven.docs.src=../${shale.subdir}/xdocs
-
-maven.war.src=${maven.src.dir}/web
-
+
+shale.subdir=use-cases
+
+maven.src.dir=../../${shale.subdir}/src
+
+maven.checkstyle.header.file=../${shale.subdir}/LICENSE.txt
+
+maven.docs.src=../${shale.subdir}/xdocs
+
+maven.war.src=${maven.src.dir}/web
+

Propchange: struts/shale/trunk/build/use-cases/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/shale/trunk/build/use-cases/project.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/use-cases/project.xml?rev=293011&r1=293010&r2=293011&view=diff
==============================================================================
--- struts/shale/trunk/build/use-cases/project.xml (original)
+++ struts/shale/trunk/build/use-cases/project.xml Sat Oct  1 11:09:31 2005
@@ -1,176 +1,176 @@
-<?xml version="1.0"?>
-<!-- 
-/*
- * Copyright 2005 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>
-
-  <extend>../project.xml</extend>
-  <id>use-cases</id>
-  <artifactId>shale-usecases</artifactId>
-  <name>Shale Use Cases</name>
-  
-  <build>
-    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
-    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
-
-    <unitTest>
-      <includes>
-        <include>**/*TestCase.java</include>
-      </includes>
-      <resources>
-        <resource>
-          <directory>${maven.src.dir}/conf</directory>
-          <includes>
-            <include>**/*.xml</include>
-            <include>**/*.dtd</include>
-          </includes>
-        </resource>
-        <resource>
-          <directory>${maven.src.dir}/test</directory>
-          <includes>
-            <include>**/*.xml</include>
-          </includes>
-        </resource>
-        <resource>
-          <directory>${maven.src.dir}/..</directory>
-          <targetPath>META-INF</targetPath>
-          <includes>
-            <include>NOTICE.txt</include>
-            <include>LICENSE.txt</include>
-          </includes>
-       </resource>
-
-      </resources>
-    </unitTest>
-
-    <defaultGoal>war:war</defaultGoal>
-    
-    <resources>
-        <resource>
-          <directory>${maven.src.dir}/java</directory>
-          <includes>
-            <include>**/*.properties</include>
-            <include>**/*.gif</include>
-            <include>**/*.xml</include>              
-          </includes>
-        </resource>
-    </resources>
-
-  </build>
-
-  <dependencies>
-
-    <dependency>
-      <groupId>shale</groupId>
-      <artifactId>shale-core</artifactId>
-      <version>1.0.0-dev</version>
-        <properties>
-          <war.bundle>true</war.bundle>
-        </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>shale</groupId>
-      <artifactId>shale-clay</artifactId>
-      <version>1.0.0-dev</version>
-        <properties>
-          <war.bundle>true</war.bundle>
-        </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>shale</groupId>
-      <artifactId>shale-spring</artifactId>
-      <version>1.0.0-dev</version>
-        <properties>
-          <war.bundle>true</war.bundle>
-        </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>shale</groupId>
-      <artifactId>shale-test</artifactId>
-      <version>1.0.0-dev</version>
-    </dependency>
-
-    <dependency>
-      <groupId>jstl</groupId>
-      <artifactId>jstl</artifactId>
-      <version>1.1.2</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-   <dependency>
-      <groupId>taglibs</groupId>
-      <artifactId>standard</artifactId>
-      <version>1.1.2</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-      <version>2.0.8</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>springframework</groupId>
-      <artifactId>spring-beans</artifactId>
-      <version>1.2.2</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <version>1.2.2</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>springframework</groupId>
-      <artifactId>spring-core</artifactId>
-      <version>1.2.2</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>springframework</groupId>
-      <artifactId>spring-web</artifactId>
-      <version>1.2.2</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-  </dependencies>
-
-</project>
+<?xml version="1.0"?>
+<!-- 
+/*
+ * Copyright 2005 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>
+
+  <extend>../project.xml</extend>
+  <id>use-cases</id>
+  <artifactId>shale-usecases</artifactId>
+  <name>Shale Use Cases</name>
+  
+  <build>
+    <sourceDirectory>${maven.src.dir}/java</sourceDirectory>
+    <unitTestSourceDirectory>${maven.src.dir}/test</unitTestSourceDirectory>
+
+    <unitTest>
+      <includes>
+        <include>**/*TestCase.java</include>
+      </includes>
+      <resources>
+        <resource>
+          <directory>${maven.src.dir}/conf</directory>
+          <includes>
+            <include>**/*.xml</include>
+            <include>**/*.dtd</include>
+          </includes>
+        </resource>
+        <resource>
+          <directory>${maven.src.dir}/test</directory>
+          <includes>
+            <include>**/*.xml</include>
+          </includes>
+        </resource>
+        <resource>
+          <directory>${maven.src.dir}/..</directory>
+          <targetPath>META-INF</targetPath>
+          <includes>
+            <include>NOTICE.txt</include>
+            <include>LICENSE.txt</include>
+          </includes>
+       </resource>
+
+      </resources>
+    </unitTest>
+
+    <defaultGoal>war:war</defaultGoal>
+    
+    <resources>
+        <resource>
+          <directory>${maven.src.dir}/java</directory>
+          <includes>
+            <include>**/*.properties</include>
+            <include>**/*.gif</include>
+            <include>**/*.xml</include>              
+          </includes>
+        </resource>
+    </resources>
+
+  </build>
+
+  <dependencies>
+
+    <dependency>
+      <groupId>shale</groupId>
+      <artifactId>shale-core</artifactId>
+      <version>1.0.0-dev</version>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>shale</groupId>
+      <artifactId>shale-clay</artifactId>
+      <version>1.0.0-dev</version>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>shale</groupId>
+      <artifactId>shale-spring</artifactId>
+      <version>1.0.0-dev</version>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>shale</groupId>
+      <artifactId>shale-test</artifactId>
+      <version>1.0.0-dev</version>
+    </dependency>
+
+    <dependency>
+      <groupId>jstl</groupId>
+      <artifactId>jstl</artifactId>
+      <version>1.1.2</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+   <dependency>
+      <groupId>taglibs</groupId>
+      <artifactId>standard</artifactId>
+      <version>1.1.2</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>oro</groupId>
+      <artifactId>oro</artifactId>
+      <version>2.0.8</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>springframework</groupId>
+      <artifactId>spring-beans</artifactId>
+      <version>1.2.2</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>springframework</groupId>
+      <artifactId>spring-context</artifactId>
+      <version>1.2.2</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>springframework</groupId>
+      <artifactId>spring-core</artifactId>
+      <version>1.2.2</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>springframework</groupId>
+      <artifactId>spring-web</artifactId>
+      <version>1.2.2</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+  </dependencies>
+
+</project>

Propchange: struts/shale/trunk/build/use-cases/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/use-cases/project.xml
------------------------------------------------------------------------------
    svn:keywords = author date id



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

Reply via email to