You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by cl...@apache.org on 2007/12/19 00:23:02 UTC

svn commit: r605362 - in /db/jdo/trunk: maven.xml project.xml

Author: clr
Date: Tue Dec 18 15:22:58 2007
New Revision: 605362

URL: http://svn.apache.org/viewvc?rev=605362&view=rev
Log:
JDO-560 moved default build goal from maven.xml to project.xml

Modified:
    db/jdo/trunk/maven.xml
    db/jdo/trunk/project.xml

Modified: db/jdo/trunk/maven.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/maven.xml?rev=605362&r1=605361&r2=605362&view=diff
==============================================================================
--- db/jdo/trunk/maven.xml (original)
+++ db/jdo/trunk/maven.xml Tue Dec 18 15:22:58 2007
@@ -15,7 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project default="help"
+<project 
     xmlns:j="jelly:core"
     xmlns:ant="jelly:ant"
     xmlns:maven="jelly:maven"

Modified: db/jdo/trunk/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/project.xml?rev=605362&r1=605361&r2=605362&view=diff
==============================================================================
--- db/jdo/trunk/project.xml (original)
+++ db/jdo/trunk/project.xml Tue Dec 18 15:22:58 2007
@@ -40,6 +40,9 @@
         <url>http://svn.apache.org/viewcvs.cgi/</url>
     </repository>
 
+    <build>
+        <defaultGoal>help</defaultGoal>
+    </build>
     <mailingLists>
         <mailingList>
             <name>JDO User List</name>