4 changed files with 29 additions and 29 deletions
@ -1,4 +1,4 @@ |
|||||||
SET "JAVA_HOME=C:\opt\jdk-8" |
SET "JAVA_HOME=C:\opt\jdk-8" |
||||||
SET PATH=%PATH%;C:\Program Files\Git\usr\bin |
SET PATH=%PATH%;C:\Program Files\Git\usr\bin |
||||||
cd git-repo |
cd git-repo |
||||||
.\gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 build |
.\gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 build |
||||||
|
|||||||
@ -1,7 +1,7 @@ |
|||||||
dn: dc=spring,dc=org |
dn: dc=spring,dc=org |
||||||
objectclass: top |
objectclass: top |
||||||
objectclass: domain |
objectclass: domain |
||||||
objectclass: extensibleObject |
objectclass: extensibleObject |
||||||
objectClass: exampleAuxiliaryClass |
objectClass: exampleAuxiliaryClass |
||||||
dc: spring |
dc: spring |
||||||
exampleAttributeName: exampleAttributeName |
exampleAttributeName: exampleAttributeName |
||||||
|
|||||||
@ -1,17 +1,17 @@ |
|||||||
dn: cn=schema |
dn: cn=schema |
||||||
attributeTypes: ( 1.3.6.1.4.1.32473.1.1.1 |
attributeTypes: ( 1.3.6.1.4.1.32473.1.1.1 |
||||||
NAME 'exampleAttributeName' |
NAME 'exampleAttributeName' |
||||||
DESC 'An example attribute type definition' |
DESC 'An example attribute type definition' |
||||||
EQUALITY caseIgnoreMatch |
EQUALITY caseIgnoreMatch |
||||||
ORDERING caseIgnoreOrderingMatch |
ORDERING caseIgnoreOrderingMatch |
||||||
SUBSTR caseIgnoreSubstringsMatch |
SUBSTR caseIgnoreSubstringsMatch |
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 |
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 |
||||||
SINGLE-VALUE |
SINGLE-VALUE |
||||||
X-ORIGIN 'Managing Schema Document' ) |
X-ORIGIN 'Managing Schema Document' ) |
||||||
objectClasses: ( 1.3.6.1.4.1.32473.1.2.2 |
objectClasses: ( 1.3.6.1.4.1.32473.1.2.2 |
||||||
NAME 'exampleAuxiliaryClass' |
NAME 'exampleAuxiliaryClass' |
||||||
DESC 'An example auxiliary object class definition' |
DESC 'An example auxiliary object class definition' |
||||||
SUP top |
SUP top |
||||||
AUXILIARY |
AUXILIARY |
||||||
MAY exampleAttributeName |
MAY exampleAttributeName |
||||||
X-ORIGIN 'Managing Schema Document' ) |
X-ORIGIN 'Managing Schema Document' ) |
||||||
|
|||||||
@ -1 +1 @@ |
|||||||
{"stream":"Loaded image: pack.local/builder/auqfjjbaod:latest\n"} |
{"stream":"Loaded image: pack.local/builder/auqfjjbaod:latest\n"} |
||||||
|
|||||||
Loading…
Reference in new issue