Revision: 1049
          http://stripes.svn.sourceforge.net/stripes/?rev=1049&view=rev
Author:   fdaoud
Date:     2009-02-25 20:31:37 +0000 (Wed, 25 Feb 2009)

Log Message:
-----------
Removed unused SiteStructureTool and hostedqa

Modified Paths:
--------------
    trunk/.classpath
    trunk/build.xml
    trunk/examples/build.xml

Removed Paths:
-------------
    trunk/build/lib/hostedqa.jar
    trunk/stripes/src/net/sourceforge/stripes/tools/

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath    2009-02-25 20:29:45 UTC (rev 1048)
+++ trunk/.classpath    2009-02-25 20:31:37 UTC (rev 1049)
@@ -7,7 +7,6 @@
        <classpathentry kind="lib" 
path="stripes/lib/deploy/commons-logging.jar"/>
        <classpathentry kind="lib" path="stripes/lib/deploy/cos.jar"/>
        <classpathentry kind="lib" path="stripes/lib/build/el-api.jar"/>
-       <classpathentry kind="lib" path="build/lib/hostedqa.jar"/>
        <classpathentry kind="lib" path="stripes/lib/build/jsp-api.jar"/>
        <classpathentry kind="lib" path="stripes/lib/test/log4j-1.2.15.jar"/>
        <classpathentry kind="lib" path="stripes/lib/build/mail.jar"/>

Deleted: trunk/build/lib/hostedqa.jar
===================================================================
(Binary files differ)

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml     2009-02-25 20:29:45 UTC (rev 1048)
+++ trunk/build.xml     2009-02-25 20:31:37 UTC (rev 1049)
@@ -52,22 +52,6 @@
     </target>
 
     <!-- =================================================================== 
-->
-    <!-- Path and target that is used to build Stripes in the hosted QA env. 
-->
-    <!-- =================================================================== 
-->
-       <path id="hostedqa.classpath">
-           <fileset dir="build/lib">
-               <include name="**/*.jar"/>
-           </fileset>
-       </path>
-       
-       <target name="hostedqa" depends="build">
-           <taskdef resource="hostedqatasks" 
classpathref="hostedqa.classpath"/>
-           <upload file="examples/dist/stripes-examples.war" account="stripes" 
email="${hostedqa.email}" password="${hostedqa.password}" resourceId="19"/>
-           <playsuite suiteId="17" clientConfigs="19" appConfigs="18,19" 
account="stripes" email="${hostedqa.email}" password="${hostedqa.password}"/>
-       </target>
-
-
-    <!-- =================================================================== 
-->
     <!-- Runs the clean target of both Stripes and the Examples project.     
-->
     <!-- =================================================================== 
-->
     <target name="clean" description="Cleans all build products for all three 
sub-projects.">

Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml    2009-02-25 20:29:45 UTC (rev 1048)
+++ trunk/examples/build.xml    2009-02-25 20:31:37 UTC (rev 1049)
@@ -95,21 +95,6 @@
         </javadoc>
     </target>
 
-    <target name="apt" depends="compile"
-            description="Builds an XML file showing the structure of the 
examples web application.">
-        <pathconvert property="cp" refid="build.class.path"/>
-        <path id="srcfiles">
-            <fileset dir="${src.dir}" includes="**/*.java"/>
-        </path>
-        <pathconvert property="srcfiles" refid="srcfiles" pathsep=" "/>
-        <exec executable="apt">
-            <arg line="-classpath ${cp} -nocompile"/>
-            <arg line="-factory 
net.sourceforge.stripes.tools.SiteStructureTool"/>
-            <arg line="-Astripes.output.file=sitemap.xml"/>
-            <arg line="${srcfiles}"/>
-        </exec>
-    </target>
-
   <!-- =================================================================== -->
   <!-- Tasks to deploy the application in Tomcat.                          -->
   <!-- =================================================================== -->


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to