Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
servicemix-xslt\
  pom.xml
  src\
    main\
      java\
        org\
          apache\
            servicemix\
              xslt\
                MyBootstrap.java
                MyComponent.java
                MyDeployer.java
                MyEndpoint.java
                MyLifeCycle.java
                MySpringComponent.java
    test\
      java\
        org\
          apache\
            servicemix\
              xslt\
                MySpringComponentTest.java
      resources\
        spring.xml  xml 

    
Now you might be wondering why all the classes have the word "My" prefixed to them. Don't worry these are just driven from the template, you just need to rename them to whatever you want to. Just make sure you change the corresponding resource files, change "My" to whatever prefix that you used for the classes.

...