[hornetq-commits] JBoss hornetq SVN: r7869 - in trunk: examples/javaee and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 21 10:46:07 EDT 2009


Author: jmesnil
Date: 2009-08-21 10:46:07 -0400 (Fri, 21 Aug 2009)
New Revision: 7869

Added:
   trunk/examples/javaee/servlet-ssl/
   trunk/examples/javaee/servlet-ssl/build.xml
   trunk/examples/javaee/servlet-ssl/src/
Removed:
   trunk/examples/javaee/servlet-ssl-example/
   trunk/examples/javaee/servlet-ssl/build.xml
   trunk/examples/javaee/servlet-ssl/src/
Modified:
   trunk/.classpath
Log:
renamed servlet-ssl-example to servlet-ssl

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2009-08-21 14:39:37 UTC (rev 7868)
+++ trunk/.classpath	2009-08-21 14:46:07 UTC (rev 7869)
@@ -83,7 +83,7 @@
 	<classpathentry kind="src" path="examples/javaee/mdb-cmt-tx-local/src"/>
 	<classpathentry kind="src" path="examples/javaee/mdb-cmt-tx-not-supported/src"/>
 	<classpathentry kind="src" path="examples/javaee/mdb-cmt-tx-required/src"/>
-	<classpathentry kind="src" path="examples/javaee/servlet-ssl-example/src"/>
+	<classpathentry kind="src" path="examples/javaee/servlet-ssl/src"/>
 	<classpathentry kind="src" path="examples/javaee/servlet-transport/src"/>
 	<classpathentry kind="src" path="examples/javaee/xarecovery/src"/>
 	<classpathentry kind="src" path="examples/soak/normal/src"/>

Copied: trunk/examples/javaee/servlet-ssl (from rev 7868, trunk/examples/javaee/servlet-ssl-example)

Deleted: trunk/examples/javaee/servlet-ssl/build.xml
===================================================================
--- trunk/examples/javaee/servlet-ssl-example/build.xml	2009-08-21 14:39:37 UTC (rev 7868)
+++ trunk/examples/javaee/servlet-ssl/build.xml	2009-08-21 14:46:07 UTC (rev 7869)
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  ~ Copyright 2009 Red Hat, Inc.
-  ~ Red Hat licenses this file to you 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 default="run" name="HornetQ Servlet Transport Example">
-
-   <import file="../common/build.xml"/>
-
-   <target name="copy-resources">
-      <path id="keystore.location" location="${example.server.dir}/hornetq.example.keystore"/>
-      <property name="keystore.loc" refid="keystore.location"/>
-      <copy toFile="${jboss.home}/server/${example.name}-example-profile/deploy/jbossweb.sar/server.xml"
-            file="${example.server.dir}/server.xml" overwrite="true">
-         <filterset>
-            <filter token="KEYSTORE" value="${keystore.loc}"/>
-         </filterset>
-      </copy>
-   </target>
-   <target name="run">
-      <antcall target="runExample">
-         <param name="example.classname" value="org.hornetq.javaee.example.ServletSSLTransportExample"/>
-      </antcall>
-   </target>
-
-</project>

Copied: trunk/examples/javaee/servlet-ssl/build.xml (from rev 7867, trunk/examples/javaee/servlet-ssl-example/build.xml)
===================================================================
--- trunk/examples/javaee/servlet-ssl/build.xml	                        (rev 0)
+++ trunk/examples/javaee/servlet-ssl/build.xml	2009-08-21 14:46:07 UTC (rev 7869)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright 2009 Red Hat, Inc.
+  ~ Red Hat licenses this file to you 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 default="run" name="HornetQ Servlet Transport Example">
+
+   <import file="../common/build.xml"/>
+
+   <target name="copy-resources">
+      <path id="keystore.location" location="${example.server.dir}/hornetq.example.keystore"/>
+      <property name="keystore.loc" refid="keystore.location"/>
+      <copy toFile="${jboss.home}/server/${example.name}-example-profile/deploy/jbossweb.sar/server.xml"
+            file="${example.server.dir}/server.xml" overwrite="true">
+         <filterset>
+            <filter token="KEYSTORE" value="${keystore.loc}"/>
+         </filterset>
+      </copy>
+   </target>
+   <target name="run">
+      <antcall target="runExample">
+         <param name="example.classname" value="org.hornetq.javaee.example.ServletSSLTransportExample"/>
+      </antcall>
+   </target>
+
+</project>

Copied: trunk/examples/javaee/servlet-ssl/src (from rev 7867, trunk/examples/javaee/servlet-ssl-example/src)



More information about the hornetq-commits mailing list