Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 99596 invoked from network); 3 Jun 2005 13:05:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2005 13:05:12 -0000 Received: (qmail 58078 invoked by uid 500); 3 Jun 2005 13:05:12 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 58008 invoked by uid 500); 3 Jun 2005 13:05:11 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 57987 invoked by uid 99); 3 Jun 2005 13:05:11 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 03 Jun 2005 06:05:10 -0700 Received: (qmail 99430 invoked by uid 65534); 3 Jun 2005 13:04:56 -0000 Message-ID: <20050603130456.99429.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r179783 - in /maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum: DefaultContinuum.java core/action/AddProjectToCheckOutQueueAction.java core/action/BuildProjectsFromMetadataAction.java core/action/StoreProjectAction.java core/action/ValidateProject.java Date: Fri, 03 Jun 2005 13:04:55 -0000 To: continuum-commits@maven.apache.org From: jvanzyl@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jvanzyl Date: Fri Jun 3 06:04:54 2005 New Revision: 179783 URL: http://svn.apache.org/viewcvs?rev=3D179783&view=3Drev Log: o a note on how to convert to actions.=20 Modified: maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/DefaultContinuum.java maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/AddProjectToCheckOutQueueAction.java maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/BuildProjectsFromMetadataAction.java maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/StoreProjectAction.java maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/ValidateProject.java Modified: maven/continuum/trunk/continuum-core/src/main/java/org/apache/mav= en/continuum/DefaultContinuum.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/src= /main/java/org/apache/maven/continuum/DefaultContinuum.java?rev=3D179783&r1= =3D179782&r2=3D179783&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/DefaultContinuum.java (original) +++ maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/DefaultContinuum.java Fri Jun 3 06:04:54 2005 @@ -327,6 +327,11 @@ public void addMavenTwoProject( String metadataUrl ) throws ContinuumException { + // + // + // + // + core.addProjectsFromUrl( metadataUrl, MavenTwoContinuumProjectBuil= der.ID ); } =20 Modified: maven/continuum/trunk/continuum-core/src/main/java/org/apache/mav= en/continuum/core/action/AddProjectToCheckOutQueueAction.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/src= /main/java/org/apache/maven/continuum/core/action/AddProjectToCheckOutQueue= Action.java?rev=3D179783&r1=3D179782&r2=3D179783&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/AddProjectToCheckOutQueueAction.java (original) +++ maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/AddProjectToCheckOutQueueAction.java Fri Jun 3 06:04:54= 2005 @@ -1,20 +1,7 @@ -package org.apache.maven.continuum.core.action; - /* - * Copyright 2004-2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2005 Your Corporation. All Rights Reserved. */ +package org.apache.maven.continuum.core.action; =20 import java.io.File; import java.util.Map; Modified: maven/continuum/trunk/continuum-core/src/main/java/org/apache/mav= en/continuum/core/action/BuildProjectsFromMetadataAction.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/src= /main/java/org/apache/maven/continuum/core/action/BuildProjectsFromMetadata= Action.java?rev=3D179783&r1=3D179782&r2=3D179783&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/BuildProjectsFromMetadataAction.java (original) +++ maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/BuildProjectsFromMetadataAction.java Fri Jun 3 06:04:54= 2005 @@ -1,20 +1,7 @@ -package org.apache.maven.continuum.core.action; - /* - * Copyright 2004-2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2005 Your Corporation. All Rights Reserved. */ +package org.apache.maven.continuum.core.action; =20 import java.net.URL; import java.util.Map; Modified: maven/continuum/trunk/continuum-core/src/main/java/org/apache/mav= en/continuum/core/action/StoreProjectAction.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/src= /main/java/org/apache/maven/continuum/core/action/StoreProjectAction.java?r= ev=3D179783&r1=3D179782&r2=3D179783&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/StoreProjectAction.java (original) +++ maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/StoreProjectAction.java Fri Jun 3 06:04:54 2005 @@ -1,20 +1,7 @@ -package org.apache.maven.continuum.core.action; - /* - * Copyright 2004-2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2005 Your Corporation. All Rights Reserved. */ +package org.apache.maven.continuum.core.action; =20 import java.io.File; import java.util.Map; Modified: maven/continuum/trunk/continuum-core/src/main/java/org/apache/mav= en/continuum/core/action/ValidateProject.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/src= /main/java/org/apache/maven/continuum/core/action/ValidateProject.java?rev= =3D179783&r1=3D179782&r2=3D179783&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/ValidateProject.java (original) +++ maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/con= tinuum/core/action/ValidateProject.java Fri Jun 3 06:04:54 2005 @@ -1,20 +1,7 @@ -package org.apache.maven.continuum.core.action; - /* - * Copyright 2004-2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2005 Your Corporation. All Rights Reserved. */ +package org.apache.maven.continuum.core.action; =20 import java.util.Map; =20