You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2009/06/27 23:08:04 UTC

svn commit: r789014 [3/3] - in /incubator/ace/trunk/test/src: net/luminis/liq/ca/ net/luminis/liq/client/repository/helper/dotnet/configuration/ net/luminis/liq/client/repository/impl/ net/luminis/liq/client/repositoryuseradmin/impl/ net/luminis/liq/co...

Copied: incubator/ace/trunk/test/src/org/apache/ace/test/utils/FileUtils.java (from r788992, incubator/ace/trunk/test/src/net/luminis/liq/test/utils/FileUtils.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/test/src/org/apache/ace/test/utils/FileUtils.java?p2=incubator/ace/trunk/test/src/org/apache/ace/test/utils/FileUtils.java&p1=incubator/ace/trunk/test/src/net/luminis/liq/test/utils/FileUtils.java&r1=788992&r2=789014&rev=789014&view=diff
==============================================================================
--- incubator/ace/trunk/test/src/net/luminis/liq/test/utils/FileUtils.java (original)
+++ incubator/ace/trunk/test/src/org/apache/ace/test/utils/FileUtils.java Sat Jun 27 21:07:58 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.test.utils;
+/*
+ * 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.ace.test.utils;
 
 import java.io.File;
 import java.io.IOException;
@@ -41,5 +59,4 @@
         }
         directory.delete();
     }
-
 }

Copied: incubator/ace/trunk/test/src/org/apache/ace/test/utils/NetUtils.java (from r788992, incubator/ace/trunk/test/src/net/luminis/liq/test/utils/NetUtils.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/test/src/org/apache/ace/test/utils/NetUtils.java?p2=incubator/ace/trunk/test/src/org/apache/ace/test/utils/NetUtils.java&p1=incubator/ace/trunk/test/src/net/luminis/liq/test/utils/NetUtils.java&r1=788992&r2=789014&rev=789014&view=diff
==============================================================================
--- incubator/ace/trunk/test/src/net/luminis/liq/test/utils/NetUtils.java (original)
+++ incubator/ace/trunk/test/src/org/apache/ace/test/utils/NetUtils.java Sat Jun 27 21:07:58 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.test.utils;
+/*
+ * 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.ace.test.utils;
 
 import java.io.IOException;
 import java.net.HttpURLConnection;
@@ -43,5 +61,4 @@
         }
         return false;
     }
-
 }

Copied: incubator/ace/trunk/test/src/org/apache/ace/test/utils/TestUtils.java (from r788992, incubator/ace/trunk/test/src/net/luminis/liq/test/utils/TestUtils.java)
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/test/src/org/apache/ace/test/utils/TestUtils.java?p2=incubator/ace/trunk/test/src/org/apache/ace/test/utils/TestUtils.java&p1=incubator/ace/trunk/test/src/net/luminis/liq/test/utils/TestUtils.java&r1=788992&r2=789014&rev=789014&view=diff
==============================================================================
--- incubator/ace/trunk/test/src/net/luminis/liq/test/utils/TestUtils.java (original)
+++ incubator/ace/trunk/test/src/org/apache/ace/test/utils/TestUtils.java Sat Jun 27 21:07:58 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.test.utils;
+/*
+ * 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.ace.test.utils;
 
 import java.lang.reflect.AccessibleObject;
 import java.lang.reflect.Field;

Modified: incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/BundleStreamGenerator.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/BundleStreamGenerator.java?rev=789014&r1=788992&r2=789014&view=diff
==============================================================================
--- incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/BundleStreamGenerator.java (original)
+++ incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/BundleStreamGenerator.java Sat Jun 27 21:07:58 2009
@@ -1,4 +1,22 @@
-package net.luminis.liq.test.utils.deployment;
+/*
+ * 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.ace.test.utils.deployment;
 
 import java.io.File;
 import java.io.FileOutputStream;
@@ -10,8 +28,7 @@
 import java.util.jar.JarOutputStream;
 import java.util.jar.Manifest;
 
-import net.luminis.liq.deployment.provider.ArtifactData;
-
+import org.apache.ace.deployment.provider.ArtifactData;
 import org.osgi.framework.Constants;
 
 public class BundleStreamGenerator {
@@ -47,5 +64,4 @@
     public static void generateBundle(ArtifactData data) throws IOException {
         generateBundle(data, new HashMap<String, String>());
     }
-
 }

Modified: incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/TestData.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/TestData.java?rev=789014&r1=788992&r2=789014&view=diff
==============================================================================
--- incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/TestData.java (original)
+++ incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/TestData.java Sat Jun 27 21:07:58 2009
@@ -1,19 +1,33 @@
-package net.luminis.liq.test.utils.deployment;
+/*
+ * 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.ace.test.utils.deployment;
 
 import java.net.URL;
 import java.util.jar.Attributes;
 
-import net.luminis.liq.deployment.provider.ArtifactData;
+import org.apache.ace.deployment.provider.ArtifactData;
 
 public class TestData implements ArtifactData {
     private final String m_fileName;
-
     private final String m_symbolicName;
-
     private final URL m_url;
-
     private final String m_version;
-
     private final boolean m_changed;
 
     public TestData(String fileName, String symbolicName, URL url, String version, boolean changed) {

Modified: incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/TestProvider.java
URL: http://svn.apache.org/viewvc/incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/TestProvider.java?rev=789014&r1=788992&r2=789014&view=diff
==============================================================================
--- incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/TestProvider.java (original)
+++ incubator/ace/trunk/test/src/org/apache/ace/test/utils/deployment/TestProvider.java Sat Jun 27 21:07:58 2009
@@ -1,12 +1,30 @@
-package net.luminis.liq.test.utils.deployment;
+/*
+ * 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.ace.test.utils.deployment;
 
 import java.net.URL;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.List;
 
-import net.luminis.liq.deployment.provider.ArtifactData;
-import net.luminis.liq.deployment.provider.DeploymentProvider;
+import org.apache.ace.deployment.provider.ArtifactData;
+import org.apache.ace.deployment.provider.DeploymentProvider;
 
 public class TestProvider implements DeploymentProvider {
     private List<ArtifactData> m_collection;