Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhussey2005-11-14 22:25:52 +0000
committerkhussey2005-11-14 22:25:52 +0000
commitd1d864d6a73e6185fbb5f9d178aeb1f715224eed (patch)
treeed432945ce3bb25c5477eeb859e2132eb68e0480 /plugins/org.eclipse.uml2.uml/build.properties
parentff6d798cbf8b105c3867ba5644b9e76fe96f3469 (diff)
downloadorg.eclipse.uml2.test-d1d864d6a73e6185fbb5f9d178aeb1f715224eed.tar.gz
org.eclipse.uml2.test-d1d864d6a73e6185fbb5f9d178aeb1f715224eed.tar.xz
org.eclipse.uml2.test-d1d864d6a73e6185fbb5f9d178aeb1f715224eed.zip
[80305] Adding new API to source control.
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/build.properties')
-rw-r--r--plugins/org.eclipse.uml2.uml/build.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/org.eclipse.uml2.uml/build.properties b/plugins/org.eclipse.uml2.uml/build.properties
new file mode 100644
index 00000000..cf5823df
--- /dev/null
+++ b/plugins/org.eclipse.uml2.uml/build.properties
@@ -0,0 +1,19 @@
+# Copyright (c) 2005 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM - initial API and implementation
+#
+# $Id: build.properties,v 1.1 2005/11/14 22:26:07 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

Back to the top