Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2005-11-15 13:02:08 +0000
committerkhussey2005-11-15 13:02:08 +0000
commitfcfdb6d88d70f8146136fd6904886f0f18e6a530 (patch)
tree3a5046b68d64aca4e9b1a7bb8bd1e699bcb521be /plugins/org.eclipse.uml2.uml/build.properties
parentd1d864d6a73e6185fbb5f9d178aeb1f715224eed (diff)
downloadorg.eclipse.uml2.test-fcfdb6d88d70f8146136fd6904886f0f18e6a530.tar.gz
org.eclipse.uml2.test-fcfdb6d88d70f8146136fd6904886f0f18e6a530.tar.xz
org.eclipse.uml2.test-fcfdb6d88d70f8146136fd6904886f0f18e6a530.zip
[80305] Updating properties files and manifests.
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/build.properties')
-rw-r--r--plugins/org.eclipse.uml2.uml/build.properties26
1 files changed, 17 insertions, 9 deletions
diff --git a/plugins/org.eclipse.uml2.uml/build.properties b/plugins/org.eclipse.uml2.uml/build.properties
index cf5823df..f5cbd02c 100644
--- a/plugins/org.eclipse.uml2.uml/build.properties
+++ b/plugins/org.eclipse.uml2.uml/build.properties
@@ -7,13 +7,21 @@
# Contributors:
# IBM - initial API and implementation
#
-# $Id: build.properties,v 1.1 2005/11/14 22:26:07 khussey Exp $
+# $Id: build.properties,v 1.2 2005/11/15 13:02:08 khussey Exp $
-bin.includes = org.eclipse.uml2.uml.jar,\
- model/,\
- META-INF/,\
- plugin.xml,\
- plugin.properties
-jars.compile.order = org.eclipse.uml2.uml.jar
-source.org.eclipse.uml2.uml.jar = src/
-output.org.eclipse.uml2.uml.jar = bin/ \ No newline at end of file
+# NLS_MESSAGEFORMAT_VAR
+
+bin.includes = about.html,\
+ plugin.*,\
+ uml2.uml.jar,\
+ **/*.ecore,\
+ **/*.genmodel,\
+ **/*.xsd,\
+ META-INF/
+src.includes = about.html,\
+ **/*.emx,\
+ **/*.uml2
+jars.compile.order = uml2.uml.jar
+source.uml2.uml.jar = src/
+output.uml2.uml.jar = bin/
+exclude.uml2.uml.jar = **/doc-files/**

Back to the top