Skip to content

Commit

Permalink
Applied the svn properties to examples
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/activemq/camel/trunk@630570 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
WillemJiang committed Feb 24, 2008
1 parent 83a1b04 commit b5c995b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/**
* A simple content based router example
*
* @version $Revision: 1.1 $
* @version $Revision$
*/
public class ContentBasedRouteRoute extends RouteBuilder {
public void configure() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* A simple multicast example
*
* @version $Revision: 1.1 $
* @version $Revision$
*/
public class MulticastRoute extends RouteBuilder {
public void configure() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* A simple pipilne example
*
* @version $Revision: 1.1 $
* @version $Revision$
*/
public class PipelineRoute extends RouteBuilder {
public void configure() throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* An example entity bean which can be marshalled to/from XML
*
* @version $Revision: 1.1 $
* @version $Revision$
*/
@Entity(name = "Customer")
@XmlRootElement(name = "customer")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* A Message Transformer of an XML document to a Customer entity bean
*
* @version $Revision: 1.1 $
* @version $Revision$
*/
// START SNIPPET: example
@Converter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import static org.apache.camel.language.juel.JuelExpression.el;

/**
* @version $Revision: 1.1 $
* @version $Revision$
*/
// START SNIPPET: example
public class EtlRoutes extends SpringRouteBuilder {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/**
* A command line tool to run this example
*
* @version $Revision: 1.1 $
* @version $Revision$
*/
public class Main extends org.apache.camel.spring.Main {
public static void main(String[] args) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import javax.xml.bind.annotation.XmlRootElement;

/**
* @version $Revision: 1.1 $
* @version $Revision$
*/
@XmlRootElement(name = "person")
@XmlAccessorType(XmlAccessType.FIELD)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.apache.commons.logging.LogFactory;

/**
* @version $Revision: 1.1 $
* @version $Revision$
*/
public class MyTransform {
private static final transient Log LOG = LogFactory.getLog(MyTransform.class);
Expand Down

0 comments on commit b5c995b

Please sign in to comment.