Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

Commit 1e9a0f4

Browse files
Laszlo HordosLaszlo Hordos
Laszlo Hordos
authored and
Laszlo Hordos
committed
OPENICF-37 - Update the package, fix the build order
OPENICF-125 - Update the version.template files. OPENICF-136 - Fix the SearchImpl
1 parent a73eb6f commit 1e9a0f4

File tree

96 files changed

+467
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+467
-271
lines changed

BooScriptExecutorFactory/BooScriptExecutorFactory.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0.0
1+
1.4.0.0

Common/Assertions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/CollectionUtil.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/Common.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,7 @@
9494
<Compile Include="TraceUtil.cs" />
9595
<Compile Include="XmlUtil.cs" />
9696
</ItemGroup>
97+
<Target Name="Clean">
98+
<RemoveDir Directories="obj;bin" />
99+
</Target>
97100
</Project>

Common/DateTimeUtil.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/FrameworkInternalBridge.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/IOUtil.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/Locale.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/Pair.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/Pooling.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/Proxy.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/ReflectionUtil.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/SafeType.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/Script.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/Security.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/StringUtil.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/TraceUtil.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/XmlUtil.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* except in compliance with the License.
1010
*
1111
* You can obtain a copy of the License at
12-
* http://IdentityConnectors.dev.java.net/legal/license.txt
12+
* http://opensource.org/licenses/cddl1.php
1313
* See the License for the specific language governing permissions and limitations
1414
* under the License.
1515
*
1616
* When distributing the Covered Code, include this CDDL Header Notice in each file
17-
* and include the License file at identityconnectors/legal/license.txt.
17+
* and include the License file at http://opensource.org/licenses/cddl1.php.
1818
* If applicable, add the following below this CDDL Header, with the fields
1919
* enclosed by brackets [] replaced by your own identifying information:
2020
* "Portions Copyrighted [year] [name of copyright owner]"

Common/version.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0.0
1+
1.4.0.0

0 commit comments

Comments
 (0)