You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by sc...@apache.org on 2009/02/27 19:55:05 UTC

svn commit: r748639 - /incubator/etch/branches/config/scripts/compEtchFilesForJava.bat

Author: sccomer
Date: Fri Feb 27 18:55:03 2009
New Revision: 748639

URL: http://svn.apache.org/viewvc?rev=748639&view=rev
Log:
add Configuration.etch to the eclipse build script.

Modified:
    incubator/etch/branches/config/scripts/compEtchFilesForJava.bat

Modified: incubator/etch/branches/config/scripts/compEtchFilesForJava.bat
URL: http://svn.apache.org/viewvc/incubator/etch/branches/config/scripts/compEtchFilesForJava.bat?rev=748639&r1=748638&r2=748639&view=diff
==============================================================================
--- incubator/etch/branches/config/scripts/compEtchFilesForJava.bat (original)
+++ incubator/etch/branches/config/scripts/compEtchFilesForJava.bat Fri Feb 27 18:55:03 2009
@@ -67,6 +67,10 @@
 
 @popd
 
+@pushd services\config\src\main\etch
+@call %x%scripts\etch-eclipse.bat %q% %b% %n% %d% %i%        Configuration.etch
+@popd
+
 @pushd interoptester\example\src\main\etch
 @call %x%scripts\etch-eclipse.bat %q% %b% %n% %d% %i%        IOT.etch
 @popd