Changeset 1433 for extensions/net.sf.basedb.examples
- Timestamp:
- Nov 2, 2011, 11:20:27 AM (12 years ago)
- Location:
- extensions/net.sf.basedb.examples/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.examples/trunk/META-INF/extensions.xml
r1392 r1433 29 29 code example. 30 30 </description> 31 <version>1.3 -dev</version>31 <version>1.3</version> 32 32 <min-base-version>3.0.0</min-base-version> 33 33 <copyright>BASE development team</copyright> -
extensions/net.sf.basedb.examples/trunk/README
r1392 r1433 55 55 6. The ''Hello X-JSP world'' example requires that the X-JSP compiler is installed 56 56 on the server. Read in the documentation how to do this. 57 http://base.thep.lu.se/chrome/site/ 3.0-alfa/html/admin/plugins.installation.html57 http://base.thep.lu.se/chrome/site/latest/html/admin/plugins.installation.html 58 58 7. Done. You may have to use 'BASE->Reload permissions' from the menu to see the 59 59 'Extensions' menu. … … 64 64 To compile this package you also need: 65 65 66 1. Ant 1. 666 1. Ant 1.8 67 67 2. Java 1.6 68 68 -
extensions/net.sf.basedb.examples/trunk/build.xml
r1393 r1433 30 30 <!-- variables used --> 31 31 <property name="name" value="base-examples" /> 32 <property name="version" value="1.3 -alfa" />32 <property name="version" value="1.3" /> 33 33 <property name="src" location="src" description="Location of source files" /> 34 34 <property name="build" location="build" description="Location of compiled files" />
Note: See TracChangeset
for help on using the changeset viewer.