Ignore:
Timestamp:
Apr 18, 2011, 2:37:44 PM (12 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #310: Update extension examples to BASE 3

There are no code changes. It is minor changes in packaging, file names, etc.

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

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.examples/trunk

    • Property svn:ignore
      •  

        old new  
        44.project
        55.classpath
        6 extension-examples.jar
        7 extension-examples*.tar.gz
         6base-examples.jar
         7base-examples*.tar.gz
        88build.properties
  • extensions/net.sf.basedb.examples/trunk/RELEASE

    r1096 r1346  
    1313 2. Update the version number.
    1414   
    15     * In build.xml: <property name="version" value="A.B" />
    16     * In META-INF/extensions.xml: <version>A.B</version>
    17 
     15    In build.xml:
     16      <property name="version" value="A.B" />
     17     
     18    Run `ant update-version`. This should put the version
     19    numbers in a lot of files, including,
     20    META-INF/extensions.xml.
     21   
     22    Check (and update if needed) the README file and
     23    and the wiki pages (see also step 8 and 9 below):
     24   
     25      http://baseplugins.thep.lu.se/wiki/net.sf.basedb.examples
     26      http://baseplugins.thep.lu.se/wiki/PluginDownload
     27   
    1828 3. Make sure that the code compiles and can be packaged.
    1929 
    2030    ant package
    2131   
    22     will create the file 'example-extensions-A.B.tar.gz' in
     32    will create the file 'base-examples-A.B.tar.gz' in
    2333    the project directory.
    2434 
Note: See TracChangeset for help on using the changeset viewer.