Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 32139 invoked from network); 15 May 2005 01:16:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 May 2005 01:16:54 -0000 Received: (qmail 16312 invoked by uid 500); 15 May 2005 01:21:22 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 16284 invoked by uid 500); 15 May 2005 01:21:22 -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 16232 invoked by uid 99); 15 May 2005 01:21:21 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=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; Sat, 14 May 2005 18:21:20 -0700 Received: (qmail 32114 invoked by uid 65534); 15 May 2005 01:16:51 -0000 Message-ID: <20050515011651.32113.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r170187 - in /maven/continuum/trunk/continuum-web/src/main: java/org/codehaus/continuum/web/action/ java/org/codehaus/continuum/web/context/ java/org/codehaus/continuum/web/pipeline/valve/ java/org/codehaus/continuum/web/tool/ resources/forms/ Date: Sun, 15 May 2005 01:16:49 -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: Sat May 14 18:16:48 2005 New Revision: 170187 URL: http://svn.apache.org/viewcvs?rev=3D170187&view=3Drev Log: o adding licenses o updating maven one form Modified: maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/action/Call.java maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/context/View.java maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/pipeline/valve/ContinuumViewContextPopulatorValve.java maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/tool/ContinuumStateContentGenerator.java maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/tool/DateTool.java maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/tool/FormToolException.java maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/tool/FormicaTool.java maven/continuum/trunk/continuum-web/src/main/resources/forms/mavenOnePr= oject.xml Modified: maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/co= ntinuum/web/action/Call.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/= main/java/org/codehaus/continuum/web/action/Call.java?rev=3D170187&r1=3D170= 186&r2=3D170187&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-web/src/main/java/org/codehaus/continuu= m/web/action/Call.java (original) +++ maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/action/Call.java Sat May 14 18:16:48 2005 @@ -1,7 +1,20 @@ +package org.codehaus.continuum.web.action; + /* - * Copyright (c) 2005 Your Corporation. All Rights Reserved. + * 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. */ -package org.codehaus.continuum.web.action; =20 /** * @author Jason van Zyl Modified: maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/co= ntinuum/web/context/View.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/= main/java/org/codehaus/continuum/web/context/View.java?rev=3D170187&r1=3D17= 0186&r2=3D170187&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-web/src/main/java/org/codehaus/continuu= m/web/context/View.java (original) +++ maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/context/View.java Sat May 14 18:16:48 2005 @@ -1,5 +1,21 @@ package org.apache.maven.continuum.web.context; =20 +/* + * 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. + */ + import java.util.List; =20 /** Modified: maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/co= ntinuum/web/pipeline/valve/ContinuumViewContextPopulatorValve.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/= main/java/org/codehaus/continuum/web/pipeline/valve/ContinuumViewContextPop= ulatorValve.java?rev=3D170187&r1=3D170186&r2=3D170187&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-web/src/main/java/org/codehaus/continuu= m/web/pipeline/valve/ContinuumViewContextPopulatorValve.java (original) +++ maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/pipeline/valve/ContinuumViewContextPopulatorValve.java Sat May 14 18:= 16:48 2005 @@ -1,5 +1,21 @@ package org.apache.maven.continuum.web.pipeline.valve; =20 +/* + * 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. + */ + import org.apache.maven.continuum.Continuum; import org.apache.maven.continuum.web.context.ViewContextPopulator; import org.codehaus.plexus.summit.pipeline.valve.CreateViewContextValve; Modified: maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/co= ntinuum/web/tool/ContinuumStateContentGenerator.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/= main/java/org/codehaus/continuum/web/tool/ContinuumStateContentGenerator.ja= va?rev=3D170187&r1=3D170186&r2=3D170187&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-web/src/main/java/org/codehaus/continuu= m/web/tool/ContinuumStateContentGenerator.java (original) +++ maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/tool/ContinuumStateContentGenerator.java Sat May 14 18:16:48 2005 @@ -1,5 +1,21 @@ package org.codehaus.continuum.web.tool; =20 +/* + * 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. + */ + import org.codehaus.plexus.formica.web.ContentGenerator; import org.codehaus.plexus.logging.AbstractLogEnabled; =20 Modified: maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/co= ntinuum/web/tool/DateTool.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/= main/java/org/codehaus/continuum/web/tool/DateTool.java?rev=3D170187&r1=3D1= 70186&r2=3D170187&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-web/src/main/java/org/codehaus/continuu= m/web/tool/DateTool.java (original) +++ maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/tool/DateTool.java Sat May 14 18:16:48 2005 @@ -1,5 +1,21 @@ package org.codehaus.continuum.web.tool; =20 +/* + * 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. + */ + import java.lang.reflect.Field; import java.text.DateFormat; import java.text.SimpleDateFormat; Modified: maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/co= ntinuum/web/tool/FormToolException.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/= main/java/org/codehaus/continuum/web/tool/FormToolException.java?rev=3D1701= 87&r1=3D170186&r2=3D170187&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-web/src/main/java/org/codehaus/continuu= m/web/tool/FormToolException.java (original) +++ maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/tool/FormToolException.java Sat May 14 18:16:48 2005 @@ -1,5 +1,21 @@ package org.codehaus.continuum.web.tool; =20 +/* + * 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. + */ + /** * @author Jason van Zyl * @version $Id:$ Modified: maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/co= ntinuum/web/tool/FormicaTool.java URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/= main/java/org/codehaus/continuum/web/tool/FormicaTool.java?rev=3D170187&r1= =3D170186&r2=3D170187&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-web/src/main/java/org/codehaus/continuu= m/web/tool/FormicaTool.java (original) +++ maven/continuum/trunk/continuum-web/src/main/java/org/codehaus/continuu= m/web/tool/FormicaTool.java Sat May 14 18:16:48 2005 @@ -1,5 +1,21 @@ package org.codehaus.continuum.web.tool; =20 +/* + * 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. + */ + import ognl.Ognl; import ognl.OgnlException; import org.codehaus.plexus.PlexusConstants; Modified: maven/continuum/trunk/continuum-web/src/main/resources/forms/mave= nOneProject.xml URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/= main/resources/forms/mavenOneProject.xml?rev=3D170187&r1=3D170186&r2=3D1701= 87&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-web/src/main/resources/forms/mavenOnePr= oject.xml (original) +++ maven/continuum/trunk/continuum-web/src/main/resources/forms/mavenOnePr= oject.xml Sat May 14 18:16:48 2005 @@ -16,7 +16,7 @@ project.title.add addEntity - continuumProject.form?mode=3Dsummary + Summary.vm addMavenOneProject(#entity) =20 @@ -24,7 +24,7 @@ project.title.update updateEntity - continuumProject.form?mode=3Dsummary + Summary.vm updateMavenOneProject(#entity) =20