Revision def92f17
Added by Cherian Mathew about 9 years ago
.gitattributes | ||
---|---|---|
1630 | 1630 |
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/supplementaldata/SupplementalDataViewer.java -text |
1631 | 1631 |
eu.etaxonomy.taxeditor.store/src/main/java/org/eclipse/wb/swt/ResourceManager.java -text |
1632 | 1632 |
eu.etaxonomy.taxeditor.store/src/main/java/org/eclipse/wb/swt/SWTResourceManager.java -text |
1633 |
eu.etaxonomy.taxeditor.store/src/main/resources/config.properties -text |
|
1634 | 1633 |
eu.etaxonomy.taxeditor.store/src/main/resources/eu/etaxonomy/cdm/editorApplicationContext.xml -text |
1635 | 1634 |
eu.etaxonomy.taxeditor.store/src/main/resources/log4j.properties -text |
1636 | 1635 |
eu.etaxonomy.taxeditor.store/src/test/java/eu/etaxonomy/taxeditor/store/NameProtectTitleCacheTest.java -text |
eu.etaxonomy.taxeditor.cdmlib/.project | ||
---|---|---|
6 | 6 |
</projects> |
7 | 7 |
<buildSpec> |
8 | 8 |
<buildCommand> |
9 |
<name>org.eclipse.ajdt.core.ajbuilder</name>
|
|
9 |
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
10 | 10 |
<arguments> |
11 | 11 |
</arguments> |
12 | 12 |
</buildCommand> |
... | ... | |
22 | 22 |
</buildCommand> |
23 | 23 |
</buildSpec> |
24 | 24 |
<natures> |
25 |
<nature>org.eclipse.ajdt.ui.ajnature</nature> |
|
26 | 25 |
<nature>org.eclipse.jdt.core.javanature</nature> |
27 | 26 |
<nature>org.eclipse.pde.PluginNature</nature> |
28 | 27 |
</natures> |
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF | ||
---|---|---|
397 | 397 |
Bundle-Vendor: EDIT |
398 | 398 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
399 | 399 |
Require-Bundle: org.eclipse.osgi, |
400 |
org.eclipse.equinox.common, |
|
401 |
org.aspectj.runtime |
|
400 |
org.eclipse.equinox.common |
|
402 | 401 |
Bundle-ClassPath: ., |
403 | 402 |
lib/activation-1.1.1.jar, |
404 | 403 |
lib/antlr-2.7.7.jar, |
eu.etaxonomy.taxeditor.store/src/main/resources/config.properties | ||
---|---|---|
1 |
serverName=localhost:8080 |
|
2 |
contextPath= |
eu.etaxonomy.taxeditor.store/src/main/resources/eu/etaxonomy/cdm/editorApplicationContext.xml | ||
---|---|---|
7 | 7 |
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd |
8 | 8 |
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd"> |
9 | 9 |
|
10 |
<import resource="classpath:/eu/etaxonomy/cdm/defaultApplicationContext.xml"/> |
|
11 |
<!--import resource="classpath:/eu/etaxonomy/cdm/remotingApplicationContext.xml"/>--> |
|
10 |
<!-- Default application context and term initializer --> |
|
11 |
<import resource="classpath:/eu/etaxonomy/cdm/defaultApplicationContext.xml"/> |
|
12 |
<bean id="persistentTermInitializer" class="eu.etaxonomy.cdm.database.PersistentTermInitializer"> |
|
13 |
<property name="omit" value="false" /> |
|
14 |
</bean> |
|
12 | 15 |
|
13 |
<!-- <bean id="persistentTermInitializer" class="eu.etaxonomy.cdm.database.PersistentTermInitializer"> |
|
14 |
<property name="omit" value="false" /> |
|
15 |
</bean> --> |
|
16 |
|
|
17 |
<!-- <bean id="remoteTermInitializer" class="eu.etaxonomy.cdm.remote.service.RemoteTermInitializer"> |
|
18 |
</bean> --> |
|
16 |
<!-- Remote application context and term initializer --> |
|
17 |
<!-- <import resource="classpath:/eu/etaxonomy/cdm/remotingApplicationContext.xml"/>--> |
|
18 |
<!-- <bean id="remoteTermInitializer" class="eu.etaxonomy.cdm.remote.service.RemoteTermInitializer"/>--> |
|
19 | 19 |
|
20 | 20 |
|
21 | 21 |
<import resource="classpath:/eu/etaxonomy/cdm/remote.xml"/> |
Also available in: Unified diff
removing aspetcj capability and reverting to default