Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-10-29 08:50:29 +0000
committerMartin Taal2012-10-29 08:50:29 +0000
commit34c23a2ff4b133ff43bd9ada4ef7981a229af86e (patch)
tree110e0ec431243a03f3cd267b1a40262d31a573c8 /hibernate/org.eclipse.emf.teneo.hibernate/build.properties
parent7be7a97feebbd19c9843846e5a4b00a33ae46181 (diff)
downloadorg.eclipse.emf.teneo-34c23a2ff4b133ff43bd9ada4ef7981a229af86e.tar.gz
org.eclipse.emf.teneo-34c23a2ff4b133ff43bd9ada4ef7981a229af86e.tar.xz
org.eclipse.emf.teneo-34c23a2ff4b133ff43bd9ada4ef7981a229af86e.zip
Reformatted code, first auditing developments
Diffstat (limited to 'hibernate/org.eclipse.emf.teneo.hibernate/build.properties')
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate/build.properties27
1 files changed, 7 insertions, 20 deletions
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate/build.properties b/hibernate/org.eclipse.emf.teneo.hibernate/build.properties
index 43f8520dc..4465407fc 100755
--- a/hibernate/org.eclipse.emf.teneo.hibernate/build.properties
+++ b/hibernate/org.eclipse.emf.teneo.hibernate/build.properties
@@ -1,23 +1,10 @@
-bin.includes = plugin.properties,\
+#
+
+bin.includes = .,\
+ model/,\
META-INF/,\
- epl-v10.html,\
- modeling32.png,\
- about.ini,\
- about.properties,\
- copyright.txt,\
- about.html,\
- .,\
- src/org/eclipse/emf/teneo/hibernate/mapping/eav/eav.hbm.xml
-src.includes = about.html,\
- epl-v10.html,\
- copyright.txt,\
- about.ini,\
- about.properties,\
- license.html,\
- modeling32.png
-javacSource=1.5
-javacTarget=1.5
-jars.compile.order = org.eclipse.emf.teneo.hibernate.jar,\
- .
+ plugin.xml,\
+ plugin.properties
+jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top