You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/03/10 11:52:12 UTC

svn commit: r635520 - in /servicemix/smx3/trunk/archetypes: servicemix-mail-service-unit/src/main/resources/META-INF/maven/ servicemix-mail-service-unit/src/main/resources/archetype-resources/ servicemix-osworkflow-service-unit/src/main/resources/META-...

Author: lhein
Date: Mon Mar 10 03:52:08 2008
New Revision: 635520

URL: http://svn.apache.org/viewvc?rev=635520&view=rev
Log:
- corrected the archetypes of mail and osworkflow

Modified:
    servicemix/smx3/trunk/archetypes/servicemix-mail-service-unit/src/main/resources/META-INF/maven/archetype.xml
    servicemix/smx3/trunk/archetypes/servicemix-mail-service-unit/src/main/resources/archetype-resources/pom.xml
    servicemix/smx3/trunk/archetypes/servicemix-osworkflow-service-unit/src/main/resources/META-INF/maven/archetype.xml
    servicemix/smx3/trunk/archetypes/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/pom.xml

Modified: servicemix/smx3/trunk/archetypes/servicemix-mail-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/archetypes/servicemix-mail-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=635520&r1=635519&r2=635520&view=diff
==============================================================================
--- servicemix/smx3/trunk/archetypes/servicemix-mail-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/smx3/trunk/archetypes/servicemix-mail-service-unit/src/main/resources/META-INF/maven/archetype.xml Mon Mar 10 03:52:08 2008
@@ -18,8 +18,8 @@
 
 -->
 <archetype>
-  <id>servicemix-mail-service-unit</id>
+  <id>servicemix-su</id>
   <resources>
     <resource>src/main/resources/xbean.xml</resource>   
-  </resources>  
+  </resources>
 </archetype>

Modified: servicemix/smx3/trunk/archetypes/servicemix-mail-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/archetypes/servicemix-mail-service-unit/src/main/resources/archetype-resources/pom.xml?rev=635520&r1=635519&r2=635520&view=diff
==============================================================================
--- servicemix/smx3/trunk/archetypes/servicemix-mail-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/smx3/trunk/archetypes/servicemix-mail-service-unit/src/main/resources/archetype-resources/pom.xml Mon Mar 10 03:52:08 2008
@@ -24,7 +24,7 @@
   <artifactId>${artifactId}</artifactId>
   <packaging>jbi-service-unit</packaging>
   <version>${version}</version>
-  <name>A custom project</name>
+  <name>A mail service unit</name>
   <url>http://www.myorganization.org</url>
   @{repositories}
   <properties>
@@ -35,18 +35,13 @@
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
       <version>${servicemix-version}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-mail</artifactId>
       <version>${servicemix-version}</version>
     </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
   <build>
     <resources>
@@ -59,14 +54,7 @@
     </resources>
     <plugins>
       <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-      <groupId>org.apache.servicemix.tooling</groupId>
+        <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>jbi-maven-plugin</artifactId>
         <version>${servicemix-version}</version>
         <extensions>true</extensions>

Modified: servicemix/smx3/trunk/archetypes/servicemix-osworkflow-service-unit/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/archetypes/servicemix-osworkflow-service-unit/src/main/resources/META-INF/maven/archetype.xml?rev=635520&r1=635519&r2=635520&view=diff
==============================================================================
--- servicemix/smx3/trunk/archetypes/servicemix-osworkflow-service-unit/src/main/resources/META-INF/maven/archetype.xml (original)
+++ servicemix/smx3/trunk/archetypes/servicemix-osworkflow-service-unit/src/main/resources/META-INF/maven/archetype.xml Mon Mar 10 03:52:08 2008
@@ -18,7 +18,7 @@
 
 -->
 <archetype>
-  <id>servicemix-osworkflow-service-unit</id>
+  <id>servicemix-su</id>
   <sources>
     <source>src/main/java/ExampleCondition.java</source>
     <source>src/main/java/ExampleFunction.java</source>

Modified: servicemix/smx3/trunk/archetypes/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/archetypes/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/pom.xml?rev=635520&r1=635519&r2=635520&view=diff
==============================================================================
--- servicemix/smx3/trunk/archetypes/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/pom.xml (original)
+++ servicemix/smx3/trunk/archetypes/servicemix-osworkflow-service-unit/src/main/resources/archetype-resources/pom.xml Mon Mar 10 03:52:08 2008
@@ -40,6 +40,7 @@
       <groupId>org.apache.servicemix</groupId>
       <artifactId>servicemix-core</artifactId>
       <version>${servicemix-version}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.servicemix</groupId>