You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by js...@apache.org on 2005/02/01 18:36:23 UTC

svn commit: r149424 - in incubator/beehive/trunk: controls/test/src/units/org/apache/beehive/controls/test/java/instantiate/TestInstantiate.java distribution.xml

Author: jsong
Date: Tue Feb  1 09:36:19 2005
New Revision: 149424

URL: http://svn.apache.org/viewcvs?view=rev&rev=149424
Log:
Update distribution.xml and TestInstantiate.java.

Modified:
    incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/instantiate/TestInstantiate.java
    incubator/beehive/trunk/distribution.xml

Modified: incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/instantiate/TestInstantiate.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/instantiate/TestInstantiate.java?view=diff&r1=149423&r2=149424
==============================================================================
--- incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/instantiate/TestInstantiate.java (original)
+++ incubator/beehive/trunk/controls/test/src/units/org/apache/beehive/controls/test/java/instantiate/TestInstantiate.java Tue Feb  1 09:36:19 2005
@@ -60,7 +60,7 @@
 	 * A simple control with one method, no property declared
 	 */
     @Control
-    public HelloControlBean myHelloBean;
+    private HelloControlBean myHelloBean;
 
 	/**
 	 * A simple control with one property declared
@@ -68,7 +68,7 @@
 	 */
     @Control
     @SingleProperty.Greeting(GreetWord="Good evening!")
-    public SinglePropertyBean myPropertyBean;
+    private SinglePropertyBean myPropertyBean;
 
     /**
      * Tests instantiating a custom control programmatically
@@ -107,7 +107,7 @@
      * Tests declaratively instantiating a custom control with propertySet
      */
 
-	@Freq("detailed")
+	@Freq("checkin")
     @Status("active")
     public void testDeclareWithProperty() throws Exception
     {

Modified: incubator/beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/distribution.xml?view=diff&r1=149423&r2=149424
==============================================================================
--- incubator/beehive/trunk/distribution.xml (original)
+++ incubator/beehive/trunk/distribution.xml Tue Feb  1 09:36:19 2005
@@ -101,15 +101,9 @@
 	<ant dir="controlhaus/webservice/trunk" target="clean" inheritAll="false">
 	    <property name="beehive.home" value="${dist.dir}"/>
         </ant>        	    
-	<ant dir="controlhaus/webservice/trunk" target="build" inheritAll="false">
+	<ant dir="controlhaus/webservice/trunk" target="jar" inheritAll="false">
 	    <property name="beehive.home" value="${dist.dir}"/>
-        </ant>
-        
-        <ant dir="controlhaus/webservice/trunk" target="jar" inheritAll="false">
-
-	<copy file="controlhaus/webservice/trunk/build/jars/webservice-control.jar" todir="${dist.dir}/lib/controls"/>
-	
-	<copy file="controlhaus/webservice/trunk/build/jars/servicecontrol.jar" todir="${dist.dir}/lib/controls"/>
+        </ant>      
 
     </target>