Changeset 1580
- Timestamp:
- Mar 19, 2012, 11:34:08 AM (12 years ago)
- Location:
- webservices/net.sf.basedb.examples/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
webservices/net.sf.basedb.examples/trunk/.classpath
r1458 r1580 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 <classpathentry kind="lib" path="lib/base-webservices-client-3.0.0.jar"/>6 5 <classpathentry kind="lib" path="lib/axis2-kernel-1.6.1.jar"/> 7 6 <classpathentry kind="lib" path="lib/commons-io-1.4.jar"/> 7 <classpathentry kind="lib" path="lib/base-webservices-client-3.1.0.jar"/> 8 8 <classpathentry kind="output" path="bin"/> 9 9 </classpath> -
webservices/net.sf.basedb.examples/trunk/build.xml
r1459 r1580 18 18 <!-- variables used --> 19 19 <property name="name" value="example-webservices" /> 20 <property name="version" value="3.1 -dev" />20 <property name="version" value="3.1" /> 21 21 <property name="src" location="src" description="Location of source files" /> 22 22 <property name="build" location="build" description="Location of compiled files" />
Note: See TracChangeset
for help on using the changeset viewer.