You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/02/16 05:01:32 UTC

svn commit: rev 6682 - in incubator/directory/eve/trunk/eve: . backend/schema/matching-rule/bootstrap-impl backend/schema/oid/impl backend/schema/syntax/bootstrap-impl

Author: akarasulu
Date: Sun Feb 15 20:01:32 2004
New Revision: 6682

Modified:
   incubator/directory/eve/trunk/eve/backend/schema/matching-rule/bootstrap-impl/maven.xml
   incubator/directory/eve/trunk/eve/backend/schema/oid/impl/maven.xml
   incubator/directory/eve/trunk/eve/backend/schema/syntax/bootstrap-impl/maven.xml
   incubator/directory/eve/trunk/eve/maven.xml
Log:
reactor tweaks

Modified: incubator/directory/eve/trunk/eve/backend/schema/matching-rule/bootstrap-impl/maven.xml
==============================================================================
--- incubator/directory/eve/trunk/eve/backend/schema/matching-rule/bootstrap-impl/maven.xml	(original)
+++ incubator/directory/eve/trunk/eve/backend/schema/matching-rule/bootstrap-impl/maven.xml	Sun Feb 15 20:01:32 2004
@@ -1,4 +1,5 @@
-<project default="java:compile"
+<project 
+  default="jar:install"
     xmlns:j="jelly:core"
     xmlns:u="jelly:util"
     xmlns:ant="jelly:ant"

Modified: incubator/directory/eve/trunk/eve/backend/schema/oid/impl/maven.xml
==============================================================================
--- incubator/directory/eve/trunk/eve/backend/schema/oid/impl/maven.xml	(original)
+++ incubator/directory/eve/trunk/eve/backend/schema/oid/impl/maven.xml	Sun Feb 15 20:01:32 2004
@@ -1,4 +1,5 @@
-<project default="java:compile"
+<project 
+  default="jar:compile"
     xmlns:j="jelly:core"
     xmlns:u="jelly:util"
     xmlns:ant="jelly:ant"

Modified: incubator/directory/eve/trunk/eve/backend/schema/syntax/bootstrap-impl/maven.xml
==============================================================================
--- incubator/directory/eve/trunk/eve/backend/schema/syntax/bootstrap-impl/maven.xml	(original)
+++ incubator/directory/eve/trunk/eve/backend/schema/syntax/bootstrap-impl/maven.xml	Sun Feb 15 20:01:32 2004
@@ -1,4 +1,5 @@
-<project default="java:compile"
+<project 
+  default="jar:install"
     xmlns:j="jelly:core"
     xmlns:u="jelly:util"
     xmlns:ant="jelly:ant"

Modified: incubator/directory/eve/trunk/eve/maven.xml
==============================================================================
--- incubator/directory/eve/trunk/eve/maven.xml	(original)
+++ incubator/directory/eve/trunk/eve/maven.xml	Sun Feb 15 20:01:32 2004
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?> 
   
 <project 
-  default="java:compile" 
+  default="buildall" 
   xmlns:j="jelly:core" 
   xmlns:u="jelly:util" 
   xmlns:ant="jelly:ant" 
@@ -42,10 +42,16 @@
     <delete dir="home"/>
   </goal>
   
-  <goal name="java:compile" description="Build All Jar Files And Intall">
+  <goal name="buildall" description="Build All Jar Files And Intall">
     <maven:reactor basedir="${basedir}" postProcessing="true" 
       includes="**/project.xml" excludes="./project.xml" goals="jar:install" 
-      banner="Building All" ignoreFailures="false"/>
+      banner="Building" ignoreFailures="false"/>
+  </goal>
+  
+  <goal name="deployall" description="Deploy All Jar Files And Intall">
+    <maven:reactor basedir="${basedir}" postProcessing="true" 
+      includes="**/project.xml" excludes="./project.xml" goals="jar:deploy" 
+      banner="Deploying" ignoreFailures="false"/>
   </goal>
   
   <goal name="sitedocs" description="Builds the entire site documentation">
@@ -81,4 +87,4 @@
     <j:import inherit="true" uri="components.xml"/>  
   </goal>
     
-</project>
\ No newline at end of file
+</project>