-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d33e59c
commit 3e8748b
Showing
27 changed files
with
123 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# | ||
# Project specific excludes | ||
# | ||
|
||
tomcat | ||
|
||
# | ||
# Default excludes | ||
# | ||
|
||
# Binaries | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
*.war | ||
*.ear | ||
*.sar | ||
*.class | ||
|
||
# Maven | ||
target/ | ||
|
||
# IntelliJ project files | ||
*.iml | ||
*.iws | ||
*.ipr | ||
.idea/ | ||
|
||
# eclipse project file | ||
.settings/ | ||
.classpath | ||
.project | ||
|
||
# NetBeans specific | ||
nbproject/private/ | ||
build/ | ||
nbbuild/ | ||
dist/ | ||
nbdist/ | ||
nbactions.xml | ||
nb-configuration.xml | ||
|
||
|
||
# OS | ||
.DS_Store | ||
|
||
# Misc | ||
*.swp | ||
release.properties | ||
pom.xml.releaseBackup | ||
pom.xml.tag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
1 change: 0 additions & 1 deletion
1
...geoshop/target/classes/META-INF/services/org.easysdi.extract.connectors.common.IConnector
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
...extract-connector-geoshop/target/classes/connectors/easysdiv4/lang/fr/messages.properties
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
...xtract-connector-geoshop/target/classes/connectors/easysdiv4/properties/config.properties
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...-geoshop/target/classes/connectors/easysdiv4/templates/export_localandpredefined_case.xml
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...connector-geoshop/target/classes/connectors/easysdiv4/templates/export_rejection_case.xml
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1.8 KB
...ector-geoshop/target/classes/org/easysdi/extract/connectors/geoshop/ConnectorConfig.class
Binary file not shown.
Binary file removed
BIN
-2.15 KB
...geoshop/target/classes/org/easysdi/extract/connectors/geoshop/ConnectorImportResult.class
Binary file not shown.
Binary file removed
BIN
-43.6 KB
...t-connector-geoshop/target/classes/org/easysdi/extract/connectors/geoshop/Easysdiv4.class
Binary file not shown.
Binary file removed
BIN
-4.03 KB
...nnector-geoshop/target/classes/org/easysdi/extract/connectors/geoshop/ExportRequest.class
Binary file not shown.
Binary file removed
BIN
-1.63 KB
...onnector-geoshop/target/classes/org/easysdi/extract/connectors/geoshop/ExportResult.class
Binary file not shown.
Binary file removed
BIN
-5.63 KB
...tor-geoshop/target/classes/org/easysdi/extract/connectors/geoshop/LocalizedMessages.class
Binary file not shown.
Binary file removed
BIN
-3.32 KB
...act-connector-geoshop/target/classes/org/easysdi/extract/connectors/geoshop/Product.class
Binary file not shown.
Binary file removed
BIN
-5.88 KB
...nector-geoshop/target/classes/org/easysdi/extract/connectors/geoshop/utils/ZipUtils.class
Binary file not shown.
Binary file removed
BIN
-3.44 MB
connectors/extract-connector-geoshop/target/extract-connector-geoshop-1.2-RELEASE.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions
5
connectors/extract-connector-geoshop/target/maven-archiver/pom.properties
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-37.7 KB
...ctors/extract-connector-geoshop/target/original-extract-connector-geoshop-1.2-RELEASE.jar
Binary file not shown.
73 changes: 0 additions & 73 deletions
73
...hop/target/surefire-reports/TEST-org.easysdi.extract.connectors.geoshop.Easysdiv4Test.xml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...-geoshop/target/surefire-reports/org.easysdi.extract.connectors.geoshop.Easysdiv4Test.txt
This file was deleted.
Oops, something went wrong.
Empty file removed
0
connectors/extract-connector-geoshop/target/test-classes/.netbeans_automatic_build
Empty file.
Binary file removed
BIN
-11.2 KB
...or-geoshop/target/test-classes/org/easysdi/extract/connectors/geoshop/Easysdiv4Test.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# | ||
# Project specific excludes | ||
# | ||
|
||
tomcat | ||
|
||
# | ||
# Default excludes | ||
# | ||
|
||
# Binaries | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
*.war | ||
*.ear | ||
*.sar | ||
*.class | ||
|
||
# Maven | ||
target/ | ||
|
||
# IntelliJ project files | ||
*.iml | ||
*.iws | ||
*.ipr | ||
.idea/ | ||
|
||
# eclipse project file | ||
.settings/ | ||
.classpath | ||
.project | ||
|
||
# NetBeans specific | ||
nbproject/private/ | ||
build/ | ||
nbbuild/ | ||
dist/ | ||
nbdist/ | ||
nbactions.xml | ||
nb-configuration.xml | ||
|
||
|
||
# OS | ||
.DS_Store | ||
|
||
# Misc | ||
*.swp | ||
release.properties | ||
pom.xml.releaseBackup | ||
pom.xml.tag | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters