Author: vgritsenko
Date: Sun Nov  9 13:46:38 2008
New Revision: 712560

URL: http://svn.apache.org/viewvc?rev=712560&view=rev
Log:
move examples out from the root

Modified:
    xml/xindice/trunk/java/examples/addressbook/README
    xml/xindice/trunk/java/examples/build.xml
    xml/xindice/trunk/java/examples/guide/run

Modified: xml/xindice/trunk/java/examples/addressbook/README
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/java/examples/addressbook/README?rev=712560&r1=712559&r2=712560&view=diff
==============================================================================
--- xml/xindice/trunk/java/examples/addressbook/README (original)
+++ xml/xindice/trunk/java/examples/addressbook/README Sun Nov  9 13:46:38 2008
@@ -26,7 +26,7 @@
    (on Windows)
    %XINDICE_HOME%\tools\bin\ant
    
-4. You should find the file addressbook.war in the $XINDICE_HOME/dist 
directory.
+4. You should find the file addressbook.war in the $XINDICE_HOME/build 
directory.
    This file should be copied into the webapps directory of your tomcat 
installation.
 
 5. Place a copy of xerces, xalan, and xml-api JAR files (from 
$XINDICE_HOME/java/lib)

Modified: xml/xindice/trunk/java/examples/build.xml
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/java/examples/build.xml?rev=712560&r1=712559&r2=712560&view=diff
==============================================================================
--- xml/xindice/trunk/java/examples/build.xml (original)
+++ xml/xindice/trunk/java/examples/build.xml Sun Nov  9 13:46:38 2008
@@ -78,7 +78,7 @@
         <property name="addressbook.src.dir" value="addressbook/src/java"/>
         <property name="addressbook.jsp.dir" value="addressbook/src/jsp"/>
         <property name="addressbook.build.dir" 
value="${build.dir}/addressbook-classes"/>
-        <property name="addressbook.war" 
value="${dist.dir}/xindice-${project.version}-addressbook.war"/>
+        <property name="addressbook.war" 
value="${build.dir}/xindice-${project.version}-addressbook.war"/>
         <property name="addressbook.config.dir" value="config"/>
     </target>
 
@@ -142,7 +142,7 @@
 
     <target name="guide-init" depends="init">
         <!-- Guide property definitions -->
-        <property name="guide.jar.name"  
value="${dist.dir}/xindice-${project.version}-guide.jar"/>
+        <property name="guide.jar.name"  
value="${build.dir}/xindice-${project.version}-guide.jar"/>
         <property name="guide.build.dir" value="${build.dir}/guide-classes"/>
         <property name="guide.src.dir" value="guide/src"/>
     </target>

Modified: xml/xindice/trunk/java/examples/guide/run
URL: 
http://svn.apache.org/viewvc/xml/xindice/trunk/java/examples/guide/run?rev=712560&r1=712559&r2=712560&view=diff
==============================================================================
--- xml/xindice/trunk/java/examples/guide/run (original)
+++ xml/xindice/trunk/java/examples/guide/run Sun Nov  9 13:46:38 2008
@@ -21,7 +21,7 @@
 CMD_NAME=`basename $0`
 XINDICE_HOME=`cd $CMD_HOME/../../.. && pwd`
 
-JARS="`ls -1 $XINDICE_HOME/lib/endorsed/*.jar` `ls -1 $XINDICE_HOME/lib/*.jar` 
`ls -1 $XINDICE_HOME/*.jar`"
+JARS="`ls -1 $XINDICE_HOME/lib/endorsed/*.jar` `ls -1 $XINDICE_HOME/lib/*.jar` 
`ls -1 $XINDICE_HOME/*.jar` `ls -1 $XINDICE_HOME/build/*.jar`"
 for jar in $JARS ; do
    CLASSPATH=$jar:$CLASSPATH
 done


Reply via email to