Changeset 8 for trunk/de.ugoe.cs.swe.memos
- Timestamp:
- 10/19/09 14:10:57 (15 years ago)
- 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 6 6 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 7 7 <classpathentry kind="src" path="src"/> 8 <classpathentry kind="src" path="tests"/>9 8 <classpathentry kind="output" path="bin"/> 10 9 </classpath> -
trunk/de.ugoe.cs.swe.memos/META-INF/MANIFEST.MF
r6 r8 7 7 Require-Bundle: org.eclipse.ui, 8 8 org.eclipse.core.runtime, 9 org.junit4,10 9 com.onpositive.richtexteditor;bundle-version="1.0.0", 11 10 org.eclipse.jface.text;bundle-version="3.5.1", … … 17 16 lib/hsqldb.jar 18 17 Bundle-Vendor: Software Engineering for Distributed Systems Group, Uni Goettingen 18 Export-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.