Revision: 1051
http://stripes.svn.sourceforge.net/stripes/?rev=1051&view=rev
Author: fdaoud
Date: 2009-02-25 20:37:57 +0000 (Wed, 25 Feb 2009)
Log Message:
-----------
Removed unused SiteStructureTool and hostedqa
Modified Paths:
--------------
branches/1.5.x/.classpath
branches/1.5.x/build.xml
branches/1.5.x/examples/build.xml
Removed Paths:
-------------
branches/1.5.x/build/lib/hostedqa.jar
branches/1.5.x/stripes/src/net/sourceforge/stripes/tools/
Modified: branches/1.5.x/.classpath
===================================================================
--- branches/1.5.x/.classpath 2009-02-25 20:33:11 UTC (rev 1050)
+++ branches/1.5.x/.classpath 2009-02-25 20:37:57 UTC (rev 1051)
@@ -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: branches/1.5.x/build/lib/hostedqa.jar
===================================================================
(Binary files differ)
Modified: branches/1.5.x/build.xml
===================================================================
--- branches/1.5.x/build.xml 2009-02-25 20:33:11 UTC (rev 1050)
+++ branches/1.5.x/build.xml 2009-02-25 20:37:57 UTC (rev 1051)
@@ -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: branches/1.5.x/examples/build.xml
===================================================================
--- branches/1.5.x/examples/build.xml 2009-02-25 20:33:11 UTC (rev 1050)
+++ branches/1.5.x/examples/build.xml 2009-02-25 20:37:57 UTC (rev 1051)
@@ -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