Author: rdonkin
Date: Mon Mar 13 13:44:54 2006
New Revision: 385663

URL: http://svn.apache.org/viewcvs?rev=385663&view=rev
Log:
Moved pool onto new system (suggested by Stephen Colebourne) which allows 
builds without the commons-build directory.

Modified:
    jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml
    jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.properties
    jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/xdocs/navigation.xml

Modified: jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml?rev=385663&r1=385662&r2=385663&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml (original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/maven.xml Mon Mar 
13 13:44:54 2006
@@ -17,23 +17,6 @@
     xmlns:j="jelly:core"
     xmlns:ant="jelly:ant">
 
-  <!-- ================================================================== -->
-  <!-- START : C O M M O N S - B U I L D                                  -->
-  <!-- ================================================================== -->
-  <!-- Required: Look and Feel for documentation within distributions     -->
-  <!-- ================================================================== -->
-  <postGoal name="xdoc:copy-resources">  
-    <copy todir="${basedir}/target/docs/style/" failonerror="false">
-      <fileset dir="${basedir}/../commons-build/xdocs/style">
-       <include name='**/*'/>
-       <exclude name='**/CVS/**'/>
-      </fileset>
-    </copy>
-  </postGoal>
-  <!-- ================================================================== -->
-  <!-- END: C O M M O N S - B U I L D                                     -->
-  <!-- ================================================================== -->
-
   <!-- ============== DIST ================== -->
   <!-- Copied from Commons-Collections        -->
   <postGoal name="dist:prepare-bin-filesystem">

Modified: 
jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.properties
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.properties?rev=385663&r1=385662&r2=385663&view=diff
==============================================================================
--- jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.properties 
(original)
+++ jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/project.properties 
Mon Mar 13 13:44:54 2006
@@ -30,8 +30,6 @@
 maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
 maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
 
-# commons site L&F
-maven.xdoc.jsl=../commons-build/commons-site.jsl
 
 maven.xdoc.date=bottom
 maven.xdoc.poweredby.image=maven-feather.png

Modified: 
jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/xdocs/navigation.xml?rev=385663&r1=385662&r2=385663&view=diff
==============================================================================
--- 
jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/xdocs/navigation.xml 
(original)
+++ 
jakarta/commons/proper/pool/branches/1_3_RELEASE_BRANCH/xdocs/navigation.xml 
Mon Mar 13 13:44:54 2006
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<!DOCTYPE org.apache.commons.menus SYSTEM 
'../../commons-build/menus/menus.dtd'>
+<!DOCTYPE org.apache.commons.menus SYSTEM 
'http://jakarta.apache.org/commons/build/maven-build.dtd'>
 <project name="Commons Pool">
     <title>Commons Pool</title>
     <organizationLogo href="/images/jakarta-logo-blue.gif">
@@ -38,6 +38,6 @@
             <item name="Wiki"                          
href="http://wiki.apache.org/jakarta-commons/Pool"/>
         </menu>
         
-        &common-menus;
+        &commons;
     </body>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to