Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ pom.xml.versionsBackup
/Bundle/target/
/lib/
/Server/src/logs/
/Server/src/config/config.xml
/Server/src/test/resources/config/
/Server/s.bat
/Server/src/bin/c.bat
Comment on lines +15 to +18

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please roll back the changes here. Those ignored entries are your own files which will not be accepted into the OpenAS2 package.

**/.DS_Store
**/.settings
**/*.class
Expand Down
2 changes: 2 additions & 0 deletions Server/s.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd target\dist\bin
start-openas2.bat
2 changes: 2 additions & 0 deletions Server/src/bin/c.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd ..\..
mvn clean package -DskipTests
219 changes: 0 additions & 219 deletions Server/src/config/config.xml

This file was deleted.

Loading
Loading