Loading .gitignore +1 −1 Original line number Diff line number Diff line Loading @@ -14,5 +14,5 @@ cobertura.ser *~ build.properties /index.json* /index/ CHANGELOG.md +5 −3 Original line number Diff line number Diff line # Changes in version 1.1.0 - 2016-10-XX # Changes in version 1.1.0 - 2016-10-28 * Major changes - Provide a facility to synchronize descriptors from other CollecTor Loading @@ -12,8 +12,8 @@ * Medium changes - Replace four properties for configuring where to write descriptors by a single 'OutPath' property. - Introduced *Sources and *Origins properties to simplify data source definition. - Introduce *Sources and *Origins properties to simplify data source definition. - Remove six properties for specifying what relay descriptors to download and replace them with hard-coded 'true' values. Loading @@ -22,6 +22,8 @@ - Add modular file persistence to write descriptors to the out/ and recent/ subdirectories.. - Exclude temporary files from index.json* files. - Expand the operator's guide in INSTALL.md. # Changes in version 1.0.2 - 2016-10-07 Loading build.xml +2 −2 Original line number Diff line number Diff line <project default="compile" name="CollecTor" basedir="."> <property name="release.version" value="1.1.0-dev" /> <property name="release.version" value="1.1.0" /> <property name="name" value="CollecTor"/> <property name="descriptorversion" value="1.5.0" /> <property name="source-and-target-java-version" value="1.7" /> <property name="sources" value="src/main/java"/> <property name="resources" value="src/main/resources/"/> <property name="webappsources" value="src/main/webapp"/> <property name="generated" value="generated/"/> <property name="generated" value="generated"/> <property name="dist" value="${generated}/dist"/> <property name="testresult" value="${generated}/test-results"/> <property name="testsources" value="src/test/java"/> Loading Loading
.gitignore +1 −1 Original line number Diff line number Diff line Loading @@ -14,5 +14,5 @@ cobertura.ser *~ build.properties /index.json* /index/
CHANGELOG.md +5 −3 Original line number Diff line number Diff line # Changes in version 1.1.0 - 2016-10-XX # Changes in version 1.1.0 - 2016-10-28 * Major changes - Provide a facility to synchronize descriptors from other CollecTor Loading @@ -12,8 +12,8 @@ * Medium changes - Replace four properties for configuring where to write descriptors by a single 'OutPath' property. - Introduced *Sources and *Origins properties to simplify data source definition. - Introduce *Sources and *Origins properties to simplify data source definition. - Remove six properties for specifying what relay descriptors to download and replace them with hard-coded 'true' values. Loading @@ -22,6 +22,8 @@ - Add modular file persistence to write descriptors to the out/ and recent/ subdirectories.. - Exclude temporary files from index.json* files. - Expand the operator's guide in INSTALL.md. # Changes in version 1.0.2 - 2016-10-07 Loading
build.xml +2 −2 Original line number Diff line number Diff line <project default="compile" name="CollecTor" basedir="."> <property name="release.version" value="1.1.0-dev" /> <property name="release.version" value="1.1.0" /> <property name="name" value="CollecTor"/> <property name="descriptorversion" value="1.5.0" /> <property name="source-and-target-java-version" value="1.7" /> <property name="sources" value="src/main/java"/> <property name="resources" value="src/main/resources/"/> <property name="webappsources" value="src/main/webapp"/> <property name="generated" value="generated/"/> <property name="generated" value="generated"/> <property name="dist" value="${generated}/dist"/> <property name="testresult" value="${generated}/test-results"/> <property name="testsources" value="src/test/java"/> Loading