You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/05/22 12:36:06 UTC

svn commit: r408635 [2/2] - in /incubator/activemq/trunk: ./ activecluster/ activeio/ activeio/activeio-aio/ activeio/activeio-core/ activeio/activeio-jxta/ activeio/activeio-oneport-jetty/ activeio/activeio-oneport-openorb/ activemq-console/ activemq-...

Modified: incubator/activemq/trunk/activemq-soaktest/project.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-soaktest/project.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-soaktest/project.xml (original)
+++ incubator/activemq/trunk/activemq-soaktest/project.xml Mon May 22 03:35:58 2006
@@ -1,117 +1,117 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE project>
-<!--
-    Copyright 2005-2006 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>
-  <pomVersion>3</pomVersion>
-  <extend>${basedir}/../etc/project.xml</extend>
-  <name>ActiveMQ :: SoakTest</name>
-  <id>activemq</id>
-  <shortDescription>ActiveMQ Assembly</shortDescription>
-  <description>ActiveMQ Assembly creates an ActiveMQ distribution</description>
-
-  <!-- ============ -->
-  <!-- Dependencies -->
-  <!-- ============ -->
-  <dependencies>
-
-      <dependency>
-        <groupId>${pom.groupId}</groupId>
-        <artifactId>activemq-core</artifactId>
-        <version>${pom.currentVersion}</version>
-        <properties>
-          <activemq.module>true</activemq.module>
-          <lib>true</lib>
-        </properties>
-      </dependency>
-
-      <dependency>
-        <groupId>${pom.groupId}</groupId>
-        <artifactId>activeio-core</artifactId>
-        <version>${activeio_version}</version>
-        <properties>
-          <activemq.module>true</activemq.module>
-          <lib>true</lib>
-        </properties>
-      </dependency>
-
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>activemq-core-test</artifactId>
-      <version>${pom.currentVersion}</version>
-    </dependency>
-    
-
-
-    <!-- Derby DB used for testing JDBC message store -->
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>${derby_version}</version>
-      <properties>
-        <activemq.module>true</activemq.module>
-        <optional>true</optional>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.derby</groupId>
-      <artifactId>derbynet</artifactId>
-      <version>${derbynet_version}</version>
-    </dependency>
-
-
-
-  </dependencies>
-
-  <build>
-    <nagEmailAddress>dev@activemq.codehaus.org</nagEmailAddress>
-    <sourceDirectory>src/main/java</sourceDirectory>
-    <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
-
-    <integrationUnitTestSourceDirectory/>
-    <aspectSourceDirectory/>
-
-    <unitTest>
-      <resources>
-        <resource>
-          <directory>src/test/resources</directory>
-          <includes>
-            <include>**/*.properties</include>
-            <include>**/*.xml</include>
-          </includes>
-        </resource>
-      </resources>
-      <includes>
-        <include>**/*Test.*</include>
-      </includes>
-      <excludes>
-
-
-      </excludes>
-    </unitTest>
-
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <includes>
-          <include>**/*</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE project>
+<!--
+    Copyright 2005-2006 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>
+  <pomVersion>3</pomVersion>
+  <extend>${basedir}/../etc/project.xml</extend>
+  <name>ActiveMQ :: SoakTest</name>
+  <id>activemq</id>
+  <shortDescription>ActiveMQ Assembly</shortDescription>
+  <description>ActiveMQ Assembly creates an ActiveMQ distribution</description>
+
+  <!-- ============ -->
+  <!-- Dependencies -->
+  <!-- ============ -->
+  <dependencies>
+
+      <dependency>
+        <groupId>${pom.groupId}</groupId>
+        <artifactId>activemq-core</artifactId>
+        <version>${pom.currentVersion}</version>
+        <properties>
+          <activemq.module>true</activemq.module>
+          <lib>true</lib>
+        </properties>
+      </dependency>
+
+      <dependency>
+        <groupId>${pom.groupId}</groupId>
+        <artifactId>activeio-core</artifactId>
+        <version>${activeio_version}</version>
+        <properties>
+          <activemq.module>true</activemq.module>
+          <lib>true</lib>
+        </properties>
+      </dependency>
+
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>activemq-core-test</artifactId>
+      <version>${pom.currentVersion}</version>
+    </dependency>
+    
+
+
+    <!-- Derby DB used for testing JDBC message store -->
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derby</artifactId>
+      <version>${derby_version}</version>
+      <properties>
+        <activemq.module>true</activemq.module>
+        <optional>true</optional>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.derby</groupId>
+      <artifactId>derbynet</artifactId>
+      <version>${derbynet_version}</version>
+    </dependency>
+
+
+
+  </dependencies>
+
+  <build>
+    <nagEmailAddress>dev@activemq.codehaus.org</nagEmailAddress>
+    <sourceDirectory>src/main/java</sourceDirectory>
+    <unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>
+
+    <integrationUnitTestSourceDirectory/>
+    <aspectSourceDirectory/>
+
+    <unitTest>
+      <resources>
+        <resource>
+          <directory>src/test/resources</directory>
+          <includes>
+            <include>**/*.properties</include>
+            <include>**/*.xml</include>
+          </includes>
+        </resource>
+      </resources>
+      <includes>
+        <include>**/*Test.*</include>
+      </includes>
+      <excludes>
+
+
+      </excludes>
+    </unitTest>
+
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <includes>
+          <include>**/*</include>
+        </includes>
+      </resource>
+    </resources>
+  </build>
+
+</project>
+

Propchange: incubator/activemq/trunk/activemq-soaktest/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/activemq-soaktest/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/src/test/resources/brokers/broker.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/src/test/resources/brokers/broker_non_persistent.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/src/test/resources/brokers/broker_non_persistent_discovery.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/src/test/resources/brokers/broker_separate_process.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/src/test/resources/clients/durable.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/src/test/resources/clients/durableTransacted.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/src/test/resources/clients/nonDurable.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-systest/src/test/resources/clients/nonDurableTransacted.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web-console/pom.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon May 22 03:35:58 2006
@@ -1 +1 @@
-Date Author Id Revision HeadURL
+"Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon May 22 03:35:58 2006
@@ -1 +1 @@
-Date Author Id Revision HeadURL
+"Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/applicationContext.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon May 22 03:35:58 2006
@@ -1 +1 @@
-Date Author Id Revision HeadURL
+"Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/decorators.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon May 22 03:35:58 2006
@@ -1 +1 @@
-Date Author Id Revision HeadURL
+"Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/dispatcher-servlet.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon May 22 03:35:58 2006
@@ -1 +1 @@
-Date Author Id Revision HeadURL
+"Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Mon May 22 03:35:58 2006
@@ -1 +1 @@
-Date Author Id Revision HeadURL
+"Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web-demo/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web-demo/src/main/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/activemq-web/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/main/descriptors/all-jar.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/main/descriptors/bin.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/main/descriptors/run-jar.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/release/example/build.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/release/example/conf/activemq.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/release/example/conf/resin-web.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/release/example/conf/web.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/sample-conf/jdbc-example.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/sample-conf/journal-example.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/sample-conf/journaledjdbc-example.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/sample-conf/memory-example.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/config/config.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/config/example.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/config/spring-test.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/activemq.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/multicast-broker-1.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/multicast-broker-2.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/multicast-broker-auto.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/receiver-activecluster.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/receiver-discovery.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/receiver-http.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/receiver-zeroconf.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/receiver.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/sender-activecluster.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/sender-discovery.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/sender-http.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/sender-zeroconf.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/assembly/src/test/resources/org/apache/activemq/usecases/sender.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/etc/checkstyle.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/etc/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/etc/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/maven-bundle-plugin/pom.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/maven-bundle-plugin/pom.xml (original)
+++ incubator/activemq/trunk/maven-bundle-plugin/pom.xml Mon May 22 03:35:58 2006
@@ -1,69 +1,69 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-    Copyright 2005-2006 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
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>incubator-activemq</groupId>
-    <artifactId>activemq-parent</artifactId>
-    <version>4.0-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>maven-bundle-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Bundle Plugin</name>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-archiver</artifactId>
-      <version>1.0-alpha-5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-archiver</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+    Copyright 2005-2006 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
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns="http://maven.apache.org/POM/4.0.0">
+  
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>incubator-activemq</groupId>
+    <artifactId>activemq-parent</artifactId>
+    <version>4.0-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <artifactId>maven-bundle-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>Bundle Plugin</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-archiver</artifactId>
+      <version>1.0-alpha-5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-archiver</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: incubator/activemq/trunk/maven-bundle-plugin/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/maven-bundle-plugin/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/project.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/project.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/project.xml (original)
+++ incubator/activemq/trunk/project.xml Mon May 22 03:35:58 2006
@@ -16,7 +16,7 @@
     limitations under the License.
 -->
 
-<!-- $Rev: 54087 $ $Date: 2005/08/09 02:34:04 $ --> 
+<!-- $Rev: 54087 $ $Date$ --> 
 <project>
 
     <name>ActiveMQ</name>

Propchange: incubator/activemq/trunk/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/sandbox/jabber/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/sandbox/jrms/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/sandbox/jxta/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/sandbox/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/bdb/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/bdb/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/itests/client/maven.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/itests/client/maven.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/itests/client/maven.xml (original)
+++ incubator/activemq/trunk/systest/itests/client/maven.xml Mon May 22 03:35:58 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!-- $Revision: 1.1 $ $Date: 2005/03/14 02:57:53 $ -->
+<!-- $Revision: 1.1 $ $Date$ -->
 
 <project default="default"
     xmlns:j="jelly:core"

Propchange: incubator/activemq/trunk/systest/itests/client/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/itests/client/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/itests/client/src/plan/activemq-itests-ear.ear.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/itests/ear/maven.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/itests/ear/maven.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/itests/ear/maven.xml (original)
+++ incubator/activemq/trunk/systest/itests/ear/maven.xml Mon May 22 03:35:58 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Revision: 1.1 $ $Date: 2005/03/14 02:57:53 $ -->
+<!-- $Revision: 1.1 $ $Date$ -->
 
 <project default="ear:install"
     xmlns:ant="jelly:ant"

Propchange: incubator/activemq/trunk/systest/itests/ear/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/itests/ear/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/itests/ear/src/application/META-INF/application.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/itests/ejb/maven.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/itests/ejb/maven.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/itests/ejb/maven.xml (original)
+++ incubator/activemq/trunk/systest/itests/ejb/maven.xml Mon May 22 03:35:58 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!-- $Revision: 1.1 $ $Date: 2005/03/14 02:57:53 $ -->
+<!-- $Revision: 1.1 $ $Date$ -->
 
 <project default="default"
     xmlns:j="jelly:core"

Propchange: incubator/activemq/trunk/systest/itests/ejb/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/itests/ejb/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/itests/ejb/src/ejb/META-INF/ejb-jar.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/itests/ejb/src/ejb/META-INF/jboss.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jboss-test/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jboss-test/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jboss-test/src/main/ejb/META-INF/ejb-jar.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jboss-test/src/main/ejb/META-INF/jboss.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jboss-test/src/main/jboss-datasource/panacya-jms-ds.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jdbc/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jdbc/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jmscts/config/activemq.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jmscts/config/log4j.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jmscts/config/providers.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jmscts/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jmscts/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jmscts/resources/metadata.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/jmscts/resources/requirements.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/usecases/maven.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/usecases/project.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/usecases/src/conf/activemq.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/usecases/src/test/org/activemq/usecases/EmbeddedRemoteConnector.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/org.eclipse.wst.common.project.facet.core.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/org.eclipse.wst.common.project.facet.core.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/org.eclipse.wst.common.project.facet.core.xml (original)
+++ incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/org.eclipse.wst.common.project.facet.core.xml Mon May 22 03:35:58 2006
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<faceted-project>
-  <runtime name="BEA WebLogic v9.2"/>
-  <fixed facet="jst.connector"/>
-  <fixed facet="jst.java"/>
-  <installed facet="jst.connector" version="1.5"/>
-  <installed facet="jst.java" version="5.0"/>
-  <installed facet="java.apt" version="5.0"/>
-</faceted-project>
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <runtime name="BEA WebLogic v9.2"/>
+  <fixed facet="jst.connector"/>
+  <fixed facet="jst.java"/>
+  <installed facet="jst.connector" version="1.5"/>
+  <installed facet="jst.java" version="5.0"/>
+  <installed facet="java.apt" version="5.0"/>
+</faceted-project>

Propchange: incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml (original)
+++ incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml Mon May 22 03:35:58 2006
@@ -1,48 +1,48 @@
-<?xml version = "1.0"?>
-<!--
-    Copyright 2005-2006 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.
--->
-<weblogic-connector xmlns="http://www.bea.com/ns/weblogic/90">
-<!-- 
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-ra.xsd">
- -->
-	
-	<jndi-name>activemq/ResourceAdapter</jndi-name>
-
-	<outbound-resource-adapter>
-		<connection-definition-group>
-			<connection-factory-interface>
-				javax.jms.ConnectionFactory
-			</connection-factory-interface>
-			<connection-instance>
-				<jndi-name>activemq/ConnectionFactory</jndi-name>
-
-				<connection-properties>
-					<properties>
-						<property>
-							<name>ConnectionURL</name>
-							<value>
-								jdbc:pointbase:server://localhost/demo
-							</value>
-						</property>
-					</properties>
-				</connection-properties>
-
-			</connection-instance>
-		</connection-definition-group>
-	</outbound-resource-adapter>
-
-</weblogic-connector>
+<?xml version = "1.0"?>
+<!--
+    Copyright 2005-2006 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.
+-->
+<weblogic-connector xmlns="http://www.bea.com/ns/weblogic/90">
+<!-- 
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-ra.xsd">
+ -->
+	
+	<jndi-name>activemq/ResourceAdapter</jndi-name>
+
+	<outbound-resource-adapter>
+		<connection-definition-group>
+			<connection-factory-interface>
+				javax.jms.ConnectionFactory
+			</connection-factory-interface>
+			<connection-instance>
+				<jndi-name>activemq/ConnectionFactory</jndi-name>
+
+				<connection-properties>
+					<properties>
+						<property>
+							<name>ConnectionURL</name>
+							<value>
+								jdbc:pointbase:server://localhost/demo
+							</value>
+						</property>
+					</properties>
+				</connection-properties>
+
+			</connection-instance>
+		</connection-definition-group>
+	</outbound-resource-adapter>
+
+</weblogic-connector>

Propchange: incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ActiveMQRAR/connectorModule/META-INF/weblogic-ra.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/.settings/org.eclipse.wst.common.project.facet.core.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/.settings/org.eclipse.wst.common.project.facet.core.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/.settings/org.eclipse.wst.common.project.facet.core.xml (original)
+++ incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/.settings/org.eclipse.wst.common.project.facet.core.xml Mon May 22 03:35:58 2006
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<faceted-project>
-  <runtime name="BEA WebLogic v9.2"/>
-  <fixed facet="jst.ear"/>
-  <installed facet="jst.ear" version="1.4"/>
-  <installed facet="wls.ear" version="9.2.0"/>
-</faceted-project>
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <runtime name="BEA WebLogic v9.2"/>
+  <fixed facet="jst.ear"/>
+  <installed facet="jst.ear" version="1.4"/>
+  <installed facet="wls.ear" version="9.2.0"/>
+</faceted-project>

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/application.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/application.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/application.xml (original)
+++ incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/application.xml Mon May 22 03:35:58 2006
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<application id="Application_ID" version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
-	<display-name>ExampleEAR</display-name>
-	<module id="EjbModule_1146595552750">
-		<ejb>ExampleEJB.jar</ejb>
-	</module>
-	<module id="ConnectorModule_1146595894265">
-		<connector>ActiveMQRAR.rar</connector>
-	</module>
-	<module id="WebModule_1146598555421">
-		<web>
-			<web-uri>ExampleWAR.war</web-uri>
-			<context-root>ExampleWAR</context-root>
-		</web>
-	</module>
-
-</application>
+<?xml version="1.0" encoding="UTF-8"?>
+<application id="Application_ID" version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
+	<display-name>ExampleEAR</display-name>
+	<module id="EjbModule_1146595552750">
+		<ejb>ExampleEJB.jar</ejb>
+	</module>
+	<module id="ConnectorModule_1146595894265">
+		<connector>ActiveMQRAR.rar</connector>
+	</module>
+	<module id="WebModule_1146598555421">
+		<web>
+			<web-uri>ExampleWAR.war</web-uri>
+			<context-root>ExampleWAR</context-root>
+		</web>
+	</module>
+
+</application>

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/application.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/application.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/weblogic-application.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/weblogic-application.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/weblogic-application.xml (original)
+++ incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/weblogic-application.xml Mon May 22 03:35:58 2006
@@ -1,12 +1,12 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wls:weblogic-application xmlns:wls="http://www.bea.com/ns/weblogic/90">
-  <wls:application-param>
-    <wls:param-name>webapp.encoding.default</wls:param-name>
-    <wls:param-value>UTF-8</wls:param-value>
-  </wls:application-param>
-  <wls:library-ref>
-    <wls:library-name>beehive-controls-1.0</wls:library-name>
-    <wls:specification-version>1.0</wls:specification-version>
-    <wls:implementation-version>1.0</wls:implementation-version>
-  </wls:library-ref>
+<?xml version="1.0" encoding="UTF-8"?>
+<wls:weblogic-application xmlns:wls="http://www.bea.com/ns/weblogic/90">
+  <wls:application-param>
+    <wls:param-name>webapp.encoding.default</wls:param-name>
+    <wls:param-value>UTF-8</wls:param-value>
+  </wls:application-param>
+  <wls:library-ref>
+    <wls:library-name>beehive-controls-1.0</wls:library-name>
+    <wls:specification-version>1.0</wls:specification-version>
+    <wls:implementation-version>1.0</wls:implementation-version>
+  </wls:library-ref>
 </wls:weblogic-application>

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/weblogic-application.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEAR/EarContent/META-INF/weblogic-application.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/org.eclipse.wst.common.project.facet.core.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/org.eclipse.wst.common.project.facet.core.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/org.eclipse.wst.common.project.facet.core.xml (original)
+++ incubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/org.eclipse.wst.common.project.facet.core.xml Mon May 22 03:35:58 2006
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<faceted-project>
-  <runtime name="BEA WebLogic v9.2"/>
-  <fixed facet="jst.ejb"/>
-  <fixed facet="jst.java"/>
-  <installed facet="wlw.ejb" version="2.1"/>
-  <installed facet="jst.ejb" version="2.1"/>
-  <installed facet="jst.java" version="5.0"/>
-  <installed facet="java.apt" version="5.0"/>
-</faceted-project>
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <runtime name="BEA WebLogic v9.2"/>
+  <fixed facet="jst.ejb"/>
+  <fixed facet="jst.java"/>
+  <installed facet="wlw.ejb" version="2.1"/>
+  <installed facet="jst.ejb" version="2.1"/>
+  <installed facet="jst.java" version="5.0"/>
+  <installed facet="java.apt" version="5.0"/>
+</faceted-project>

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEJB/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/META-INF/ejb-jar.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/META-INF/ejb-jar.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/META-INF/weblogic-ejb-jar.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEJB/ejbModule/META-INF/weblogic-ejb-jar.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/org.eclipse.wst.common.project.facet.core.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/org.eclipse.wst.common.project.facet.core.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/org.eclipse.wst.common.project.facet.core.xml (original)
+++ incubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/org.eclipse.wst.common.project.facet.core.xml Mon May 22 03:35:58 2006
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<faceted-project>
-  <runtime name="BEA WebLogic v9.2"/>
-  <fixed facet="jst.java"/>
-  <fixed facet="jst.utility"/>
-  <installed facet="controls" version="1.0"/>
-  <installed facet="jst.java" version="5.0"/>
-  <installed facet="java.apt" version="5.0"/>
-  <installed facet="jst.utility" version="1.0"/>
-</faceted-project>
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <runtime name="BEA WebLogic v9.2"/>
+  <fixed facet="jst.java"/>
+  <fixed facet="jst.utility"/>
+  <installed facet="controls" version="1.0"/>
+  <installed facet="jst.java" version="5.0"/>
+  <installed facet="java.apt" version="5.0"/>
+  <installed facet="jst.utility" version="1.0"/>
+</faceted-project>

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleEJBClient/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/org.eclipse.wst.common.project.facet.core.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/org.eclipse.wst.common.project.facet.core.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/org.eclipse.wst.common.project.facet.core.xml (original)
+++ incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/org.eclipse.wst.common.project.facet.core.xml Mon May 22 03:35:58 2006
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<faceted-project>
-  <runtime name="BEA WebLogic v9.2"/>
-  <fixed facet="jst.web"/>
-  <fixed facet="jst.java"/>
-  <installed facet="jst.web" version="2.4"/>
-  <installed facet="jst.java" version="5.0"/>
-</faceted-project>
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+  <runtime name="BEA WebLogic v9.2"/>
+  <fixed facet="jst.web"/>
+  <fixed facet="jst.java"/>
+  <installed facet="jst.web" version="2.4"/>
+  <installed facet="jst.java" version="5.0"/>
+</faceted-project>

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/.settings/org.eclipse.wst.common.project.facet.core.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml?rev=408635&r1=408634&r2=408635&view=diff
==============================================================================
--- incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml (original)
+++ incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml Mon May 22 03:35:58 2006
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Copyright 2005-2006 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.
--->
-<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
-	<display-name>
-	ExampleWAR</display-name>
-	<welcome-file-list>
-		<welcome-file>index.html</welcome-file>
-		<welcome-file>index.htm</welcome-file>
-		<welcome-file>index.jsp</welcome-file>
-		<welcome-file>default.html</welcome-file>
-		<welcome-file>default.htm</welcome-file>
-		<welcome-file>default.jsp</welcome-file>
-	</welcome-file-list>
-</web-app>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright 2005-2006 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.
+-->
+<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+	<display-name>
+	ExampleWAR</display-name>
+	<welcome-file-list>
+		<welcome-file>index.html</welcome-file>
+		<welcome-file>index.htm</welcome-file>
+		<welcome-file>index.jsp</welcome-file>
+		<welcome-file>default.html</welcome-file>
+		<welcome-file>default.htm</welcome-file>
+		<welcome-file>default.jsp</welcome-file>
+	</welcome-file-list>
+</web-app>

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/activemq/trunk/systest/weblogic-test/ExampleWAR/WebContent/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"