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