Ignore:
Timestamp:
2004-12-06T11:44:03+13:00 (19 years ago)
Author:
schweer
Message:

user authentication works; user information and subscriptions/predicates are stored to thedatabase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/extensions/gsdl-as/build.xml

    r8644 r8738  
    217217    <!-- Include all JAR files that will be included in /WEB-INF/lib -->
    218218    <!-- *** CUSTOMIZE HERE AS REQUIRED BY YOUR APPLICATION *** -->
    219 <!--
    220     <pathelement location="${foo.jar}"/>
    221 -->
     219    <fileset dir="lib">
     220        <include name="*.jar"/>
     221    </fileset>
    222222
    223223    <!-- Include all elements that Tomcat exposes to applications -->
Note: See TracChangeset for help on using the changeset viewer.