Author: slaws
Date: Thu Jan 10 02:59:13 2008
New Revision: 610757

URL: http://svn.apache.org/viewvc?rev=610757&view=rev
Log:
Add copyright

Modified:
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListService.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListServiceByYear.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListServiceImpl.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyLogger.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyService.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyServiceByDate.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyServiceImpl.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyTotalService.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyTotalServiceImpl.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/SCAComponentService.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MySimpleServiceInRecursiveTestCase.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MySimpleServiceTestCase.java
    
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MyTotalServiceTestCase.java

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListService.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListService.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListService.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListService.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 import org.osoa.sca.annotations.Remotable;

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListServiceByYear.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListServiceByYear.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListServiceByYear.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListServiceByYear.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 import org.osoa.sca.annotations.Remotable;

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListServiceImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListServiceImpl.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListServiceImpl.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyListServiceImpl.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyLogger.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyLogger.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyLogger.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyLogger.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 import java.io.PrintStream;

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyService.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyService.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyService.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyService.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 import java.util.Date;

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyServiceByDate.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyServiceByDate.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyServiceByDate.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyServiceByDate.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 import java.util.Date;

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyServiceImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyServiceImpl.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyServiceImpl.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyServiceImpl.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 import java.util.Date;

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyTotalService.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyTotalService.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyTotalService.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyTotalService.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 public interface MyTotalService extends MyListService, MyListServiceByYear, 
MyService, MyServiceByDate

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyTotalServiceImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyTotalServiceImpl.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyTotalServiceImpl.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/MyTotalServiceImpl.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 import java.util.Date;

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/SCAComponentService.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/SCAComponentService.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/SCAComponentService.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/main/java/org/apache/tuscany/sca/itest/admin/SCAComponentService.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MySimpleServiceInRecursiveTestCase.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MySimpleServiceInRecursiveTestCase.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MySimpleServiceInRecursiveTestCase.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MySimpleServiceInRecursiveTestCase.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 import static junit.framework.Assert.assertEquals;

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MySimpleServiceTestCase.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MySimpleServiceTestCase.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MySimpleServiceTestCase.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MySimpleServiceTestCase.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 import static junit.framework.Assert.assertEquals;

Modified: 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MyTotalServiceTestCase.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MyTotalServiceTestCase.java?rev=610757&r1=610756&r2=610757&view=diff
==============================================================================
--- 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MyTotalServiceTestCase.java
 (original)
+++ 
incubator/tuscany/branches/sca-java-1.1/itest/admin/src/test/java/org/apache/tuscany/sca/itest/admin/MyTotalServiceTestCase.java
 Thu Jan 10 02:59:13 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+ */
 package org.apache.tuscany.sca.itest.admin;
 
 import static junit.framework.Assert.assertEquals;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to