Erwan,
Thank you for taking care of that. -Adrian On 1/12/2012 9:29 PM, [hidden email] wrote: > Author: erwan > Date: Thu Jan 12 21:29:51 2012 > New Revision: 1230793 > > URL: http://svn.apache.org/viewvc?rev=1230793&view=rev > Log: > Adding missing ASL2 license header in scrum component > > Modified: > ofbiz/trunk/specialpurpose/scrum/build.xml > ofbiz/trunk/specialpurpose/scrum/config/scrumUiLabels.xml > ofbiz/trunk/specialpurpose/scrum/data/hookscripts/commit.py > ofbiz/trunk/specialpurpose/scrum/data/hookscripts/post-commit > ofbiz/trunk/specialpurpose/scrum/data/hookscripts/pre-commit > ofbiz/trunk/specialpurpose/scrum/data/scrumDemoData.xml > ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityData.xml > ofbiz/trunk/specialpurpose/scrum/data/scrumTypeData.xml > ofbiz/trunk/specialpurpose/scrum/entitydef/entitymodel.xml > ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml > ofbiz/trunk/specialpurpose/scrum/servicedef/permissionServices.xml > ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml > ofbiz/trunk/specialpurpose/scrum/src/org/ofbiz/scrum/ScrumServices.java > ofbiz/trunk/specialpurpose/scrum/templates/CancelledBacklogNotification.ftl > ofbiz/trunk/specialpurpose/scrum/templates/ClosedSprintNotification.ftl > ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml > ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml > ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml > ofbiz/trunk/specialpurpose/scrum/webapp/demotest/error/error.jsp > ofbiz/trunk/specialpurpose/scrum/webapp/demotest/index.jsp > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/error/error.jsp > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/includes/pieChart.ftl > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/index.jsp > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogByStatusChart.rptdesign > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogByTypeChart.rptdesign > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogChart.rptdesign > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/Burndown.rptdesign > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/ProjectAndSprintChart.rptdesign > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/ProjectByStatusChart.rptdesign > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/TaskByStatusChart.rptdesign > ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/TaskByTypeChart.rptdesign > ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml > ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml > ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml > ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml > ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml > ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml > ofbiz/trunk/specialpurpose/scrum/widget/scrumMenus.xml > ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml > > Modified: ofbiz/trunk/specialpurpose/scrum/build.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/build.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/build.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/build.xml Thu Jan 12 21:29:51 2012 > @@ -1,5 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <project name="OFBiz - scrum Component" default="jar" basedir="."> > <import file="../../common.xml"/> > > > Modified: ofbiz/trunk/specialpurpose/scrum/config/scrumUiLabels.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/config/scrumUiLabels.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/config/scrumUiLabels.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/config/scrumUiLabels.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <property key="PageTitleAddProductTimeToNewInvoice"> > <value xml:lang="en">Add all reported/approved task time to a new invoice</value> > > Modified: ofbiz/trunk/specialpurpose/scrum/data/hookscripts/commit.py > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/data/hookscripts/commit.py?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/data/hookscripts/commit.py (original) > +++ ofbiz/trunk/specialpurpose/scrum/data/hookscripts/commit.py Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,25 @@ > #!/usr/bin/python > +# > +# > +# Licensed to the Apache Software Foundation (ASF) under one > +# or more contributor license agreements. See the NOTICE file > +# distributed with this work for additional information > +# regarding copyright ownership. The ASF licenses this file > +# to you 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. > +# > +# > + > from xml.dom.minidom import Document > import httplib,sys,os,subprocess > import ConfigParser > > Modified: ofbiz/trunk/specialpurpose/scrum/data/hookscripts/post-commit > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/data/hookscripts/post-commit?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/data/hookscripts/post-commit (original) > +++ ofbiz/trunk/specialpurpose/scrum/data/hookscripts/post-commit Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > #!/bin/sh > +##################################################################### > +# Licensed to the Apache Software Foundation (ASF) under one > +# or more contributor license agreements. See the NOTICE file > +# distributed with this work for additional information > +# regarding copyright ownership. The ASF licenses this file > +# to you 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. > +##################################################################### > > # POST-COMMIT HOOK > # > > Modified: ofbiz/trunk/specialpurpose/scrum/data/hookscripts/pre-commit > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/data/hookscripts/pre-commit?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/data/hookscripts/pre-commit (original) > +++ ofbiz/trunk/specialpurpose/scrum/data/hookscripts/pre-commit Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > #!/bin/sh > +##################################################################### > +# Licensed to the Apache Software Foundation (ASF) under one > +# or more contributor license agreements. See the NOTICE file > +# distributed with this work for additional information > +# regarding copyright ownership. The ASF licenses this file > +# to you 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. > +##################################################################### > > # PRE-COMMIT HOOK > # > > Modified: ofbiz/trunk/specialpurpose/scrum/data/scrumDemoData.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/data/scrumDemoData.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/data/scrumDemoData.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/data/scrumDemoData.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <entity-engine-xml> > > <Party partyId="admin" partyTypeId="PERSON"/> > > Modified: ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityData.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityData.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityData.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/data/scrumSecurityData.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <entity-engine-xml> > <!-- Scrum Component --> > <SecurityPermission description="View operations in the SCRUM Component." permissionId="SCRUM_VIEW"/> > > Modified: ofbiz/trunk/specialpurpose/scrum/data/scrumTypeData.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/data/scrumTypeData.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/data/scrumTypeData.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/data/scrumTypeData.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <entity-engine-xml> > <RoleType roleTypeId="SCRUM_MEMBER" hasTable="N" description="Scrum Member"/> > <RoleType roleTypeId="PRODUCT_OWNER" parentTypeId="SCRUM_MEMBER" hasTable="N" description="Product Owner"/> > > Modified: ofbiz/trunk/specialpurpose/scrum/entitydef/entitymodel.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/entitydef/entitymodel.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/entitydef/entitymodel.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/entitydef/entitymodel.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <entitymodel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entitymodel.xsd"> > <!-- ========================================================= --> > > Modified: ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/ofbiz-component.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <ofbiz-component name="scrum" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> > @@ -46,5 +64,3 @@ > base-permission="" > mount-point="/scrumdemo" /> > </ofbiz-component> > - > - > > Modified: ofbiz/trunk/specialpurpose/scrum/servicedef/permissionServices.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/servicedef/permissionServices.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/servicedef/permissionServices.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/servicedef/permissionServices.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd"> > <description>scrum Services</description> > > Modified: ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/servicedef/services.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <services xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/services.xsd"> > <description>scrum Services</description> > > Modified: ofbiz/trunk/specialpurpose/scrum/src/org/ofbiz/scrum/ScrumServices.java > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/src/org/ofbiz/scrum/ScrumServices.java?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/src/org/ofbiz/scrum/ScrumServices.java (original) > +++ ofbiz/trunk/specialpurpose/scrum/src/org/ofbiz/scrum/ScrumServices.java Thu Jan 12 21:29:51 2012 > @@ -1,3 +1,21 @@ > +/******************************************************************************* > + * Licensed to the Apache Software Foundation (ASF) under one > + * or more contributor license agreements. See the NOTICE file > + * distributed with this work for additional information > + * regarding copyright ownership. The ASF licenses this file > + * to you 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.ofbiz.scrum; > > import java.io.BufferedReader; > > Modified: ofbiz/trunk/specialpurpose/scrum/templates/CancelledBacklogNotification.ftl > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/templates/CancelledBacklogNotification.ftl?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/templates/CancelledBacklogNotification.ftl (original) > +++ ofbiz/trunk/specialpurpose/scrum/templates/CancelledBacklogNotification.ftl Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,21 @@ > +<#-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> > > Modified: ofbiz/trunk/specialpurpose/scrum/templates/ClosedSprintNotification.ftl > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/templates/ClosedSprintNotification.ftl?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/templates/ClosedSprintNotification.ftl (original) > +++ ofbiz/trunk/specialpurpose/scrum/templates/ClosedSprintNotification.ftl Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,21 @@ > +<#-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> > > Modified: ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/testdef/scrumTests.xml Thu Jan 12 21:29:51 2012 > @@ -1,3 +1,21 @@ > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <test-suite suite-name="scrumtests" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/test-suite.xsd"> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/controller.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> > <include location="component://common/webcommon/WEB-INF/common-controller.xml" /> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/demotest/WEB-INF/web.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <web-app> > <display-name>Open For Business - scrum Component</display-name> > <description>scrum Component of the Open For Business Project > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/demotest/error/error.jsp > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/demotest/error/error.jsp?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/demotest/error/error.jsp (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/demotest/error/error.jsp Thu Jan 12 21:29:51 2012 > @@ -1,3 +1,21 @@ > +<%-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--%> > <%@ page import="org.ofbiz.base.util.*" %> > <html> > <head> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/demotest/index.jsp > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/demotest/index.jsp?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/demotest/index.jsp (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/demotest/index.jsp Thu Jan 12 21:29:51 2012 > @@ -1 +1,19 @@ > +<%-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--%> > <%response.sendRedirect("control/main");%> > \ No newline at end of file > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <site-conf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/site-conf.xsd"> > <!-- The controller elements that are common to all OFBiz components > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/web.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <web-app> > <display-name>Open For Business - scrum Component</display-name> > <description>scrum Component of the Open For Business Project</description> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/error/error.jsp > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/error/error.jsp?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/error/error.jsp (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/error/error.jsp Thu Jan 12 21:29:51 2012 > @@ -1,3 +1,21 @@ > +<%-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--%> > <%@ page import="org.ofbiz.base.util.*" %> > <html> > <head> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/includes/pieChart.ftl > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/includes/pieChart.ftl?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/includes/pieChart.ftl (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/includes/pieChart.ftl Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,21 @@ > +<#-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <div id="params_birtReport" style='display:none'> > <INPUT type="HIDDEN" name="productId" value="${product.productId}"/> > </div> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/index.jsp > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/index.jsp?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/index.jsp (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/index.jsp Thu Jan 12 21:29:51 2012 > @@ -1 +1,19 @@ > +<%-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--%> > <%response.sendRedirect("control/main");%> > \ No newline at end of file > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogByStatusChart.rptdesign > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogByStatusChart.rptdesign?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogByStatusChart.rptdesign (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogByStatusChart.rptdesign Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> > <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build<2.6.1.v20100915-1750></property> > <property name="units">in</property> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogByTypeChart.rptdesign > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogByTypeChart.rptdesign?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogByTypeChart.rptdesign (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogByTypeChart.rptdesign Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> > <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build<2.6.1.v20100915-1750></property> > <property name="units">in</property> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogChart.rptdesign > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogChart.rptdesign?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogChart.rptdesign (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/BacklogChart.rptdesign Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> > <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build<2.6.1.v20100915-1750></property> > <property name="units">in</property> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/Burndown.rptdesign > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/Burndown.rptdesign?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/Burndown.rptdesign (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/Burndown.rptdesign Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> > <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build<2.6.1.v20100915-1750></property> > <property name="units">in</property> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/ProjectAndSprintChart.rptdesign > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/ProjectAndSprintChart.rptdesign?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/ProjectAndSprintChart.rptdesign (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/ProjectAndSprintChart.rptdesign Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> > <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build<2.6.1.v20100915-1750></property> > <property name="units">in</property> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/ProjectByStatusChart.rptdesign > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/ProjectByStatusChart.rptdesign?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/ProjectByStatusChart.rptdesign (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/ProjectByStatusChart.rptdesign Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> > <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build<2.6.1.v20100915-1750></property> > <property name="units">in</property> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/TaskByStatusChart.rptdesign > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/TaskByStatusChart.rptdesign?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/TaskByStatusChart.rptdesign (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/TaskByStatusChart.rptdesign Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> > <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build<2.6.1.v20100915-1750></property> > <property name="units">in</property> > > Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/TaskByTypeChart.rptdesign > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/TaskByTypeChart.rptdesign?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/TaskByTypeChart.rptdesign (original) > +++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/reports/TaskByTypeChart.rptdesign Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1"> > <property name="createdBy">Eclipse BIRT Designer Version 2.6.1.v20100902 Build<2.6.1.v20100915-1750></property> > <property name="units">in</property> > > Modified: ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/widget/CommonScreens.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> > > > Modified: ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/widget/CommunicationEventForms.xml Thu Jan 12 21:29:51 2012 > @@ -1,5 +1,23 @@ > <?xml version="1.0" encoding="UTF-8"?> > -<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> > > <form name="EditEmail" type="single" target="${target}" default-map-name="communicationEvent" id="updateEmailForProductBacklog"> > > Modified: ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/widget/EmailTemplates.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> > > > Modified: ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/widget/OpenTestScreens.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> > > > Modified: ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/widget/demotest/DemotestScreen.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,24 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > + > + Licensed to the Apache Software Foundation (ASF) under one > + or more contributor license agreements. See the NOTICE file > + distributed with this work for additional information > + regarding copyright ownership. The ASF licenses this file > + to you 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. > + > +--> > <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> > > > Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/widget/scrumForms.xml Thu Jan 12 21:29:51 2012 > @@ -1,5 +1,23 @@ > <?xml version="1.0" encoding="UTF-8"?> > -<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > +<forms xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-form.xsd"> > > <form name="sprintList" type="list" use-row-submit="true" list-name="listIt" target="DeleteSprint" paginate-target="SprintList" separate-columns="true" > > Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumMenus.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumMenus.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/widget/scrumMenus.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/widget/scrumMenus.xml Thu Jan 12 21:29:51 2012 > @@ -1,5 +1,23 @@ > <?xml version="1.0" encoding="UTF-8"?> > -<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > +<menus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-menu.xsd"> > <menu name="ScrumAppBar" title="${uiLabelMap.ScrumApplication}" > default-menu-item-name="products" id="app-navigation" type="simple" > > Modified: ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml > URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml?rev=1230793&r1=1230792&r2=1230793&view=diff > ============================================================================== > --- ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml (original) > +++ ofbiz/trunk/specialpurpose/scrum/widget/scrumScreens.xml Thu Jan 12 21:29:51 2012 > @@ -1,4 +1,22 @@ > <?xml version="1.0" encoding="UTF-8"?> > +<!-- > +Licensed to the Apache Software Foundation (ASF) under one > +or more contributor license agreements. See the NOTICE file > +distributed with this work for additional information > +regarding copyright ownership. The ASF licenses this file > +to you 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. > +--> > <screens xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-screen.xsd"> > > > |
Le 12/01/2012 22:41, Adrian Crum a écrit :
> Erwan, > > Thank you for taking care of that. > > -Adrian > You're welcome ! But I'm not alone, RAT (http://incubator.apache.org/rat) is helping me !! > On 1/12/2012 9:29 PM, [hidden email] wrote: >> Author: erwan >> Date: Thu Jan 12 21:29:51 2012 -- Erwan de FERRIERES www.nereide.biz |
I'm familiar with RAT - I use it for the Commons Convert project.
-Adrian On 1/12/2012 9:48 PM, Erwan de FERRIERES wrote: > Le 12/01/2012 22:41, Adrian Crum a écrit : >> Erwan, >> >> Thank you for taking care of that. >> >> -Adrian >> > You're welcome ! But I'm not alone, RAT > (http://incubator.apache.org/rat) is helping me !! > >> On 1/12/2012 9:29 PM, [hidden email] wrote: >>> Author: erwan >>> Date: Thu Jan 12 21:29:51 2012 > > > |
Administrator
|
Yes a great tool really! At least for Apache committers...
Jacques From: "Adrian Crum" <[hidden email]> > I'm familiar with RAT - I use it for the Commons Convert project. > > -Adrian > > On 1/12/2012 9:48 PM, Erwan de FERRIERES wrote: >> Le 12/01/2012 22:41, Adrian Crum a écrit : >>> Erwan, >>> >>> Thank you for taking care of that. >>> >>> -Adrian >>> >> You're welcome ! But I'm not alone, RAT (http://incubator.apache.org/rat) is helping me !! >> >>> On 1/12/2012 9:29 PM, [hidden email] wrote: >>>> Author: erwan >>>> Date: Thu Jan 12 21:29:51 2012 >> >> >> |
I agree, it is useful and I use it a lot before tagging a release.
Jacopo On Jan 12, 2012, at 11:13 PM, Jacques Le Roux wrote: > Yes a great tool really! At least for Apache committers... > > Jacques > > From: "Adrian Crum" <[hidden email]> >> I'm familiar with RAT - I use it for the Commons Convert project. >> >> -Adrian >> >> On 1/12/2012 9:48 PM, Erwan de FERRIERES wrote: >>> Le 12/01/2012 22:41, Adrian Crum a écrit : >>>> Erwan, >>>> >>>> Thank you for taking care of that. >>>> >>>> -Adrian >>>> >>> You're welcome ! But I'm not alone, RAT (http://incubator.apache.org/rat) is helping me !! >>> >>>> On 1/12/2012 9:29 PM, [hidden email] wrote: >>>>> Author: erwan >>>>> Date: Thu Jan 12 21:29:51 2012 >>> >>> |
Free forum by Nabble | Edit this page |