Ignore:
Timestamp:
10/22/09 21:46:58 (15 years ago)
Author:
zeiss
Message:
 
Location:
trunk/de.ugoe.cs.swe.memos
Files:
9 added
3 edited
5 moved

Legend:

Unmodified
Added
Removed
  • trunk/de.ugoe.cs.swe.memos/.classpath

    r11 r18  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<classpath> 
    3         <classpathentry exported="true" kind="lib" path="lib/org.eclipse.nebula.widgets.formattedtext_1.0.0.HEAD.jar"/> 
    4         <classpathentry exported="true" kind="lib" path="lib/com.onpositive.richtexteditor_1.0.0.jar"/> 
    5         <classpathentry exported="true" kind="lib" path="lib/org.eclipse.nebula.widgets.datechooser_1.0.0.HEAD.jar"/> 
    6         <classpathentry exported="true" kind="lib" path="lib/hsqldb.jar"/> 
    7         <classpathentry exported="true" kind="lib" path="lib/mysql-connector-java-5.1.8-bin.jar"/> 
     3        <classpathentry exported="true" kind="lib" path="lib/onpositive/com.onpositive.richtexteditor_1.0.0.jar"/> 
     4        <classpathentry exported="true" kind="lib" path="lib/nebula/org.eclipse.nebula.widgets.datechooser_1.0.0.HEAD.jar"/> 
     5        <classpathentry exported="true" kind="lib" path="lib/nebula/org.eclipse.nebula.widgets.formattedtext_1.0.0.HEAD.jar"/> 
     6        <classpathentry exported="true" kind="lib" path="lib/mysql/mysql-connector-java-5.1.8-bin.jar"/> 
     7        <classpathentry exported="true" kind="lib" path="lib/hsqldb/hsqldb.jar"/> 
    88        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 
    99        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
  • trunk/de.ugoe.cs.swe.memos/META-INF/MANIFEST.MF

    r11 r18  
    1111Bundle-RequiredExecutionEnvironment: JavaSE-1.6 
    1212Bundle-ClassPath: ., 
    13  lib/mysql-connector-java-5.1.8-bin.jar, 
    14  lib/hsqldb.jar, 
    15  lib/com.onpositive.richtexteditor_1.0.0.jar, 
    16  lib/org.eclipse.nebula.widgets.datechooser_1.0.0.HEAD.jar, 
    17  lib/org.eclipse.nebula.widgets.formattedtext_1.0.0.HEAD.jar 
     13 lib/hsqldb/hsqldb.jar, 
     14 lib/mysql/mysql-connector-java-5.1.8-bin.jar, 
     15 lib/nebula/org.eclipse.nebula.widgets.datechooser_1.0.0.HEAD.jar, 
     16 lib/nebula/org.eclipse.nebula.widgets.formattedtext_1.0.0.HEAD.jar, 
     17 lib/onpositive/com.onpositive.richtexteditor_1.0.0.jar 
    1818Bundle-Vendor: Software Engineering for Distributed Systems Group, Uni Goettingen 
    1919Export-Package: de.ugoe.cs.swe.memos, 
  • trunk/de.ugoe.cs.swe.memos/build.properties

    r14 r18  
    66               .,\ 
    77               icons/,\ 
    8                lib/mysql-connector-java-5.1.8-bin.jar,\ 
    9                lib/hsqldb.jar,\ 
    10                lib/com.onpositive.richtexteditor_1.0.0.jar,\ 
    11                lib/org.eclipse.nebula.widgets.datechooser_1.0.0.HEAD.jar,\ 
    12                lib/org.eclipse.nebula.widgets.formattedtext_1.0.0.HEAD.jar,\ 
     8               lib/mysql/mysql-connector-java-5.1.8-bin.jar,\ 
     9               lib/hsqldb/hsqldb.jar,\ 
     10               lib/onpositive/com.onpositive.richtexteditor_1.0.0.jar,\ 
     11               lib/nebula/org.eclipse.nebula.widgets.datechooser_1.0.0.HEAD.jar,\ 
     12               lib/nebula/org.eclipse.nebula.widgets.formattedtext_1.0.0.HEAD.jar,\ 
    1313               epl-v10.html,\ 
    1414               epl-v10.txt 
Note: See TracChangeset for help on using the changeset viewer.