Changeset 1580


Ignore:
Timestamp:
Mar 19, 2012, 11:34:08 AM (12 years ago)
Author:
Nicklas Nordborg
Message:

Preparing for 'Web services example 3.1' release.

Location:
webservices/net.sf.basedb.examples/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • webservices/net.sf.basedb.examples/trunk/.classpath

    r1458 r1580  
    33  <classpathentry kind="src" path="src"/>
    44  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    5   <classpathentry kind="lib" path="lib/base-webservices-client-3.0.0.jar"/>
    65  <classpathentry kind="lib" path="lib/axis2-kernel-1.6.1.jar"/>
    76  <classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
     7  <classpathentry kind="lib" path="lib/base-webservices-client-3.1.0.jar"/>
    88  <classpathentry kind="output" path="bin"/>
    99</classpath>
  • webservices/net.sf.basedb.examples/trunk/build.xml

    r1459 r1580  
    1818  <!-- variables used -->
    1919  <property name="name" value="example-webservices" />
    20   <property name="version" value="3.1-dev" />
     20  <property name="version" value="3.1" />
    2121  <property name="src" location="src" description="Location of source files" />
    2222  <property name="build" location="build" description="Location of compiled files" />
Note: See TracChangeset for help on using the changeset viewer.