Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2c19826de9e1b37466cd00e147e52dcaa94b139d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
source.. = src/
output.. = bin/
bin.includes = plugin.properties,\
               META-INF/,\
               epl-v10.html,\
               eclipse32.png,\
               about.ini,\
               about.properties,\
               copyright.txt,\
               .,\
               about.html,\
               src/log4j.properties,\
               src/org/eclipse/emf/teneo/test/emf/annotations/AssociationOverrideAction.persistence.xml,\
               src/org/eclipse/emf/teneo/test/emf/annotations/CascadeNotallAction.persistence.xml,\
               src/org/eclipse/emf/teneo/test/emf/annotations/EmbeddedIdAction.persistence.xml,\
               src/org/eclipse/emf/teneo/test/emf/annotations/InheritanceAnnotationAction.persistence.xml,\
               src/org/eclipse/emf/teneo/test/emf/annotations/IdBagAction.persistence.xml,\
               src/org/eclipse/emf/teneo/test/emf/annotations/LobAction.persistence.xml,\
               src/org/eclipse/emf/teneo/test/emf/annotations/SecondarytableHibernateAction.persistence.xml,\
               src/org/eclipse/emf/teneo/test/emf/annotations/ToOneAction.persistence.xml,\
               src/org/eclipse/emf/teneo/test/emf/annotations/_template.persistence.xml,\
               lib/mysql-connector-java-3.1.10-bin.jar,\
               readme.txt,\
               lib/tools.jar,\
               src/org/eclipse/emf/teneo/test/emf/sample/Ecore.ecore,\
               lib/jtds-1.2.jar
src.includes = about.html,\
               epl-v10.html,\
               copyright.txt
jars.extra.classpath = lib/mysql-connector-java-3.1.10-bin.jar,\
                       lib/tools.jar

Back to the top