You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by pk...@apache.org on 2006/04/20 15:45:27 UTC

svn commit: r395623 [2/2] - in /incubator/yoko/trunk: ./ core/ core/src/main/generated-java/ core/src/main/java/org/apache/yoko/orb/IMR/ core/src/main/java/org/apache/yoko/orb/OAD/ core/src/main/java/org/apache/yoko/orb/OB/ core/src/main/java/org/apach...

Modified: incubator/yoko/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/yoko/trunk/core/pom.xml?rev=395623&r1=395559&r2=395623&view=diff
==============================================================================
--- incubator/yoko/trunk/core/pom.xml (original)
+++ incubator/yoko/trunk/core/pom.xml Thu Apr 20 08:42:15 2006
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.yoko</groupId>
   <artifactId>yoko-core</artifactId>
-  <name>Yoko :: CORE</name>
+  <name>Yoko Core</name>
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
@@ -36,44 +36,6 @@
 
   <build>
     <plugins>
-
-
-     <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-	<version>1.0</version>
-        <executions>
-          <execution>
-            <id>add-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-	      <sources>
-                <source>src/main/generated-java</source>
-	      </sources>
-            </configuration>
-          </execution>
-
-          <execution>
-            <id>add-test-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-test-source</goal>
-            </goals>
-            <configuration>
-	      <sources>
-                <source>src/test/generated-java</source>
-	      </sources>
-            </configuration>
-          </execution>
-
-        </executions>
-      </plugin>
-
-     <!--  We must have the jar available for testing, so it 
-           can be used as an endorsed standard -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>

Modified: incubator/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/yoko/trunk/pom.xml?rev=395623&r1=395622&r2=395623&view=diff
==============================================================================
--- incubator/yoko/trunk/pom.xml (original)
+++ incubator/yoko/trunk/pom.xml Thu Apr 20 08:42:15 2006
@@ -12,11 +12,11 @@
 
     <modules>
         <module>sunjars</module>
+        <module>core</module>
         <module>api</module>
         <module>tools</module>
         <module>bindings</module>
-         <module>orb</module>
-       
+               
         <!-- These are not ready yet        
         <module>system_tests</module>
         <module>distribution</module>