|
From: <mba...@us...> - 2007-02-07 06:37:41
|
Revision: 1924
http://svn.sourceforge.net/rubyeclipse/?rev=1924&view=rev
Author: mbarchfe
Date: 2007-02-06 22:37:40 -0800 (Tue, 06 Feb 2007)
Log Message:
-----------
added build.properties
Modified Paths:
--------------
trunk/org.rubypeople.rdt.refactoring/META-INF/MANIFEST.MF
Added Paths:
-----------
trunk/org.rubypeople.rdt.refactoring/build.properties
Modified: trunk/org.rubypeople.rdt.refactoring/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.rubypeople.rdt.refactoring/META-INF/MANIFEST.MF 2007-02-06 21:17:03 UTC (rev 1923)
+++ trunk/org.rubypeople.rdt.refactoring/META-INF/MANIFEST.MF 2007-02-07 06:37:40 UTC (rev 1924)
@@ -62,3 +62,4 @@
org.jruby
Eclipse-LazyStart: true
Bundle-Vendor: %rubyRefactoring.providerName
+Bundle-ClassPath: refactoring.jar
Added: trunk/org.rubypeople.rdt.refactoring/build.properties
===================================================================
--- trunk/org.rubypeople.rdt.refactoring/build.properties (rev 0)
+++ trunk/org.rubypeople.rdt.refactoring/build.properties 2007-02-07 06:37:40 UTC (rev 1924)
@@ -0,0 +1,15 @@
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+bin.includes = refactoring.jar,\
+ plugin.xml,\
+ META-INF/,\
+ plugin.properties
+jars.compile.order = refactoring.jar
+source.refactoring.jar = src/
+output.refactoring.jar = bin/
+src.includes = src/,\
+ plugin.xml,\
+ plugin.properties,\
+ build.properties,\
+ META-INF/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|