Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LSC
lsc
Commits
10af3d94
Commit
10af3d94
authored
Sep 13, 2013
by
Clément OUDOT
Browse files
Tagging 2.0.3 for release
parent
31b6c3c7
Changes
44
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
10af3d94
...
...
@@ -4,7 +4,7 @@
<groupId>
org.lsc
</groupId>
<artifactId>
lsc-core
</artifactId>
<name>
Ldap Synchronization Connector
</name>
<version>
2.0
-SNAPSHOT
</version>
<version>
2.0
.3
</version>
<description>
This project is the Ldap Synchronization Connector which
simplifies synchronizations between relation databases and LDAP
...
...
src/install/lsc-core.spec
View file @
10af3d94
...
...
@@ -12,7 +12,7 @@
# Variables
#=================================================
%define lsc_name lsc
%define lsc_version 2.0.
2
%define lsc_version 2.0.
3
%define lsc_logdir /var/log/lsc
%define lsc_user lsc
%define lsc_group lsc
...
...
@@ -176,6 +176,8 @@ rm -rf %{buildroot}
# Changelog
#=================================================
%changelog
* Fri Sep 13 2013 - Clement Oudot <clem@lsc-project.org> - 2.0.3-0
- Upgrade to LSC 2.0.3
* Fri Mar 22 2013 - Clement Oudot <clem@lsc-project.org> - 2.0.2-0
- Upgrade to LSC 2.0.2
* Thu Oct 11 2012 - Clement Oudot <clem@lsc-project.org> - 2.0.1-0
...
...
src/main/java/org/lsc/configuration/AsyncLdapSourceServiceType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/AuditType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/AuditsType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
@@ -47,9 +47,9 @@ import javax.xml.bind.annotation.XmlType;
public
class
AuditsType
{
@XmlElements
({
@XmlElement
(
name
=
"
plugin
Audit"
,
type
=
Plugin
AuditType
.
class
),
@XmlElement
(
name
=
"
csv
Audit"
,
type
=
Csv
AuditType
.
class
),
@XmlElement
(
name
=
"ldifAudit"
,
type
=
LdifAuditType
.
class
),
@XmlElement
(
name
=
"
csv
Audit"
,
type
=
Csv
AuditType
.
class
)
@XmlElement
(
name
=
"
plugin
Audit"
,
type
=
Plugin
AuditType
.
class
)
})
protected
List
<
AuditType
>
csvAuditOrLdifAuditOrPluginAudit
;
@XmlAttribute
...
...
@@ -73,9 +73,9 @@ public class AuditsType {
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link PluginAuditType }
* {@link LdifAuditType }
* {@link CsvAuditType }
* {@link LdifAuditType }
* {@link PluginAuditType }
*
*
*/
...
...
src/main/java/org/lsc/configuration/ConditionsType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/ConnectionType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/ConnectionsType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
@@ -48,8 +48,8 @@ public class ConnectionsType {
@XmlElements
({
@XmlElement
(
name
=
"pluginConnection"
,
type
=
PluginConnectionType
.
class
),
@XmlElement
(
name
=
"
l
da
p
Connection"
,
type
=
Ldap
ConnectionType
.
class
),
@XmlElement
(
name
=
"da
tabase
Connection"
,
type
=
Database
ConnectionType
.
class
)
@XmlElement
(
name
=
"da
tabase
Connection"
,
type
=
Database
ConnectionType
.
class
),
@XmlElement
(
name
=
"
l
da
p
Connection"
,
type
=
Ldap
ConnectionType
.
class
)
})
protected
List
<
ConnectionType
>
ldapConnectionOrDatabaseConnectionOrPluginConnection
;
@XmlAttribute
...
...
@@ -74,8 +74,8 @@ public class ConnectionsType {
* <p>
* Objects of the following type(s) are allowed in the list
* {@link PluginConnectionType }
* {@link LdapConnectionType }
* {@link DatabaseConnectionType }
* {@link LdapConnectionType }
*
*
*/
...
...
src/main/java/org/lsc/configuration/CsvAuditType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/DatabaseConnectionType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/DatabaseDestinationServiceType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/DatabaseSourceServiceType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/DatasetType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/EncryptionType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/ForceSyncOptionsType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/JndiExecDstServiceType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/LdapAuthenticationType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/LdapConnectionType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/LdapDerefAliasesType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
src/main/java/org/lsc/configuration/LdapDestinationServiceType.java
View file @
10af3d94
...
...
@@ -2,7 +2,7 @@
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0
8.21 at 10:55:23 A
M CEST
// Generated on: 2013.0
9.13 at 05:56:11 P
M CEST
//
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment