Ignore:
Timestamp:
10/19/09 14:10:57 (15 years ago)
Author:
zeiss
Message:
 
Location:
trunk/de.ugoe.cs.swe.memos
Files:
1 deleted
2 edited

Legend:

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

    r3 r8  
    66        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 
    77        <classpathentry kind="src" path="src"/> 
    8         <classpathentry kind="src" path="tests"/> 
    98        <classpathentry kind="output" path="bin"/> 
    109</classpath> 
  • trunk/de.ugoe.cs.swe.memos/META-INF/MANIFEST.MF

    r6 r8  
    77Require-Bundle: org.eclipse.ui, 
    88 org.eclipse.core.runtime, 
    9  org.junit4, 
    109 com.onpositive.richtexteditor;bundle-version="1.0.0", 
    1110 org.eclipse.jface.text;bundle-version="3.5.1", 
     
    1716 lib/hsqldb.jar 
    1817Bundle-Vendor: Software Engineering for Distributed Systems Group, Uni Goettingen 
     18Export-Package: de.ugoe.cs.swe.memos, 
     19 de.ugoe.cs.swe.memos.database, 
     20 de.ugoe.cs.swe.memos.datamodel, 
     21 de.ugoe.cs.swe.memos.gui.dialogs, 
     22 de.ugoe.cs.swe.memos.gui.mainview, 
     23 de.ugoe.cs.swe.memos.gui.menu, 
     24 de.ugoe.cs.swe.memos.misc, 
     25 de.ugoe.cs.swe.memos.search, 
     26 de.ugoe.cs.swe.memos.tests, 
     27 de.ugoe.cs.swe.memos.tests.database, 
     28 de.ugoe.cs.swe.memos.xml 
Note: See TracChangeset for help on using the changeset viewer.