You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2006/11/11 20:39:51 UTC

svn commit: r473779 - /incubator/wicket/trunk/wicket/src/assembly/bin.xml

Author: dashorst
Date: Sat Nov 11 11:39:50 2006
New Revision: 473779

URL: http://svn.apache.org/viewvc?view=rev&rev=473779
Log:
WICKET-32 wicket-xhtml1-strict.dtd is now in the distribution

Modified:
    incubator/wicket/trunk/wicket/src/assembly/bin.xml

Modified: incubator/wicket/trunk/wicket/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/assembly/bin.xml?view=diff&rev=473779&r1=473778&r2=473779
==============================================================================
--- incubator/wicket/trunk/wicket/src/assembly/bin.xml (original)
+++ incubator/wicket/trunk/wicket/src/assembly/bin.xml Sat Nov 11 11:39:50 2006
@@ -1,19 +1,3 @@
-<!--
-   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.
--->
 <assembly>
     <id>bin</id>
     <formats>
@@ -26,8 +10,8 @@
                 <include>README*</include>
                 <include>LICENSE*</include>
                 <include>NOTICE*</include>
+				<include>*.dtd</include>
                 <include>pom.xml</include>
-                <include>project.xml</include>
             </includes>
         </fileSet>
         <fileSet>
@@ -50,6 +34,10 @@
             <includes>
                 <include>*.jar</include>
             </includes>
+            <excludes>
+                <exclude>*sources.jar</exclude>
+                <exclude>*javadoc.jar</exclude>
+            </excludes>
         </fileSet>
         <fileSet>
             <directory>src</directory>



Re: svn commit: r473779 - /incubator/wicket/trunk/wicket/src/assembly/bin.xml

Posted by Frank Bille <fr...@gmail.com>.
Do you experience problems with the license header? If so please add the
file to the ApacheLicenseHeaderTest unit test so it won't fail.

Frank


On 11/11/06, dashorst@apache.org <da...@apache.org> wrote:
>
> Author: dashorst
> Date: Sat Nov 11 11:39:50 2006
> New Revision: 473779
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=473779
> Log:
> WICKET-32 wicket-xhtml1-strict.dtd is now in the distribution
>
> Modified:
>     incubator/wicket/trunk/wicket/src/assembly/bin.xml
>
> Modified: incubator/wicket/trunk/wicket/src/assembly/bin.xml
> URL:
> http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/assembly/bin.xml?view=diff&rev=473779&r1=473778&r2=473779
>
> ==============================================================================
> --- incubator/wicket/trunk/wicket/src/assembly/bin.xml (original)
> +++ incubator/wicket/trunk/wicket/src/assembly/bin.xml Sat Nov 11 11:39:50
> 2006
> @@ -1,19 +1,3 @@
> -<!--
> -   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.
> --->
> <assembly>
>      <id>bin</id>
>      <formats>
> @@ -26,8 +10,8 @@
>                  <include>README*</include>
>                  <include>LICENSE*</include>
>                  <include>NOTICE*</include>
> +                               <include>*.dtd</include>
>                  <include>pom.xml</include>
> -                <include>project.xml</include>
>              </includes>
>          </fileSet>
>          <fileSet>
> @@ -50,6 +34,10 @@
>              <includes>
>                  <include>*.jar</include>
>              </includes>
> +            <excludes>
> +                <exclude>*sources.jar</exclude>
> +                <exclude>*javadoc.jar</exclude>
> +            </excludes>
>          </fileSet>
>          <fileSet>
>              <directory>src</directory>
>
>
>