You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2005/06/27 21:19:52 UTC

svn commit: r202038 - /myfaces/build/trunk/build.xml

Author: schof
Date: Mon Jun 27 12:19:51 2005
New Revision: 202038

URL: http://svn.apache.org/viewcvs?rev=202038&view=rev
Log:
additional tweaks due to reorg

Modified:
    myfaces/build/trunk/build.xml

Modified: myfaces/build/trunk/build.xml
URL: http://svn.apache.org/viewcvs/myfaces/build/trunk/build.xml?rev=202038&r1=202037&r2=202038&view=diff
==============================================================================
--- myfaces/build/trunk/build.xml (original)
+++ myfaces/build/trunk/build.xml Mon Jun 27 12:19:51 2005
@@ -130,7 +130,8 @@
     <!-- Default values for unspecified properties -->
     <property name="javac.debug"          value="on"/>
     <property name="javac.optimize"       value="off"/>
-
+    <property name="share.src.dir"        location="${basedir}/../share/src/java"/>
+    
     <!--
     Default values for unspecified subproject properties (keeps build from crashing
     if subproject doesn't need/specify them)
@@ -652,6 +653,6 @@
     <!--
     Create distribution files for current project
     -->
-    <target name="dist"/><!-- ###uncomment when done testing### depends="jar, javadoc"/>-->
+    <target name="dist" depends="jar, javadoc"/>
 
 </project>