Changeset 1361 for extensions
- Timestamp:
- May 13, 2011, 1:40:50 PM (12 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/.classpath
r1284 r1361 6 6 <classpathentry kind="lib" path="lib/compile/BASE2Webclient.jar"/> 7 7 <classpathentry kind="lib" path="lib/compile/servlet-api.jar"/> 8 <classpathentry kind="lib" path="lib/reggie/json_simple-1.1.jar"/>9 8 <classpathentry kind="lib" path="lib/compile/BASE2WSClient.jar"/> 10 <classpathentry kind="output" path="bin"/> 9 <classpathentry kind="lib" path="lib/compile/json_simple-1.1.jar"/> 10 <classpathentry kind="output" path="build"/> 11 11 </classpath> -
extensions/net.sf.basedb.reggie/trunk/README
r1355 r1361 1 1 == Requirements == 2 2 3 1. BASE 2.1 6.0or later.3 1. BASE 2.17.1 or later. 4 4 5 5 == Introduction == -
extensions/net.sf.basedb.reggie/trunk/build.xml
r1357 r1361 22 22 <property name="javac.encoding" value="UTF-8" /> 23 23 <property name="depend.jars" 24 value="http://base2.thep.lu.se/base/jars/2.1 6.0"24 value="http://base2.thep.lu.se/base/jars/2.17.1" 25 25 description="The location of the BASE core JARs that we depend on" 26 26 />
Note: See TracChangeset
for help on using the changeset viewer.