Changeset 1094
- Timestamp:
- May 28, 2009, 9:03:35 AM (13 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
r1021 r1094 9 9 code example. 10 10 </description> 11 <version>1. 0</version>11 <version>1.1</version> 12 12 <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples.extensions</url> 13 13 </about> -
extensions/net.sf.basedb.examples/trunk/README
r1019 r1094 50 50 BASE2Core.jar and BASE2Webclient.jar files from the BASE installation directory 51 51 (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. 52 53 2. Type 'ant' to compile the code and generate the 'extension-examples.jar' file 54 in the project directory. 52 53 2. Type 'ant' to compile the code and generate the 'extension-examples.jar' 54 file in the project directory. This file can be installed into BASE following 55 the intructions above. 55 56 56 57 3. Use 'ant package' to create a downloadable tar.gz package. -
extensions/net.sf.basedb.examples/trunk/build.xml
r1024 r1094 10 10 <!-- variables used --> 11 11 <property name="name" value="extension-examples" /> 12 <property name="version" value="1.1 pre" />12 <property name="version" value="1.1" /> 13 13 <property name="src" location="src" description="Location of source files" /> 14 14 <property name="build" location="build" description="Location of compiled files" /> … … 54 54 <fileset dir="." includes="README,LICENSE,RELEASE,build.xml" /> 55 55 <fileset dir="." includes="src/**,resources/**,META-INF/**" /> 56 <fileset dir="." includes="lib/compile/ readme.txt" />56 <fileset dir="." includes="lib/compile/*" /> 57 57 <fileset file="${jar.name}" /> 58 58 </copy>
Note: See TracChangeset
for help on using the changeset viewer.