Author: hadrian
Date: Fri May 30 19:17:11 2008
New Revision: 661930
URL: http://svn.apache.org/viewvc?rev=661930&view=rev
Log:
Add missing apache headers.
Modified:
activemq/camel/trunk/examples/camel-example-loan-broker/pom.xml
activemq/camel/trunk/examples/camel-example-loan-broker/src/main/resources/log4j.properties
Modified: activemq/camel/trunk/examples/camel-example-loan-broker/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-loan-broker/pom.xml?rev=661930&r1=661929&r2=661930&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-loan-broker/pom.xml (original)
+++ activemq/camel/trunk/examples/camel-example-loan-broker/pom.xml Fri May 30
19:17:11 2008
@@ -1,4 +1,22 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF 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 xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>examples</artifactId>
<groupId>org.apache.camel</groupId>
@@ -7,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-loan-broker</artifactId>
- <name>Camel :: Example :: Loan-Broker</name>
+ <name>Camel :: Example :: Loan-Broker</name>
<description>An example that shows the EPI's loan broker demo</description>
<build>
@@ -19,53 +37,53 @@
<source>1.5</source>
<target>1.5</target>
</configuration>
- </plugin>
- <!-- Allows the example to be run via 'mvn compile exec:java' -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <configuration>
- <mainClass>${target.main.class}</mainClass>
- <includePluginDependencies>false</includePluginDependencies>
- </configuration>
+ </plugin>
+ <!-- Allows the example to be run via 'mvn compile exec:java' -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <configuration>
+ <mainClass>${target.main.class}</mainClass>
+ <includePluginDependencies>false</includePluginDependencies>
+ </configuration>
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-core</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-cxf</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-jms</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-cxf</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-jms</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-core</artifactId>
+ </dependency>
- </dependencies>
- <profiles>
- <profile>
- <id>Queue.LoanBroker</id>
- <properties>
-
<target.main.class>org.apache.camel.loanbroker.queue.version.LoanBroker</target.main.class>
- </properties>
- </profile>
- <profile>
- <id>Queue.Client</id>
- <properties>
-
<target.main.class>org.apache.camel.loanbroker.queue.version.Client</target.main.class>
- </properties>
- </profile>
+ </dependencies>
+ <profiles>
+ <profile>
+ <id>Queue.LoanBroker</id>
+ <properties>
+
<target.main.class>org.apache.camel.loanbroker.queue.version.LoanBroker</target.main.class>
+ </properties>
+ </profile>
+ <profile>
+ <id>Queue.Client</id>
+ <properties>
+
<target.main.class>org.apache.camel.loanbroker.queue.version.Client</target.main.class>
+ </properties>
+ </profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
Modified:
activemq/camel/trunk/examples/camel-example-loan-broker/src/main/resources/log4j.properties
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-loan-broker/src/main/resources/log4j.properties?rev=661930&r1=661929&r2=661930&view=diff
==============================================================================
---
activemq/camel/trunk/examples/camel-example-loan-broker/src/main/resources/log4j.properties
(original)
+++
activemq/camel/trunk/examples/camel-example-loan-broker/src/main/resources/log4j.properties
Fri May 30 19:17:11 2008
@@ -1,3 +1,19 @@
+## ------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements. See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF 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.
+## ------------------------------------------------------------------------
#
# The logging properties used for eclipse testing, We want to see debug output
on the console.