Changeset 7233 for RevitalizationWS
- Timestamp:
- 19/07/10 17:06:56 (11 years ago)
- Location:
- RevitalizationWS/ws/DPWS/trunk
- Files:
-
- 10 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
RevitalizationWS/ws/DPWS/trunk/.classpath
r7220 r7233 15 15 </attributes> 16 16 </classpathentry> 17 <classpathentry kind="con" path="eclipse.fproj.jdt.libprov.osgi/jpt.jpa"> 18 <attributes> 19 <attribute name="org.eclipse.jst.component.dependency" value="../"/> 20 </attributes> 21 </classpathentry> 17 22 <classpathentry kind="output" path="target/classes"/> 18 23 </classpath> -
RevitalizationWS/ws/DPWS/trunk/.project
r7220 r7233 7 7 </projects> 8 8 <buildSpec> 9 <buildCommand>10 <name>org.maven.ide.eclipse.maven2Builder</name>11 <arguments>12 </arguments>13 </buildCommand>14 9 <buildCommand> 15 10 <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> … … 32 27 </arguments> 33 28 </buildCommand> 29 <buildCommand> 30 <name>org.maven.ide.eclipse.maven2Builder</name> 31 <arguments> 32 </arguments> 33 </buildCommand> 34 34 </buildSpec> 35 35 <natures> -
RevitalizationWS/ws/DPWS/trunk/.settings/org.eclipse.jdt.core.prefs
r7220 r7233 1 # Thu Jul 15 08:47:28BST 20101 #Mon Jul 19 08:29:02 BST 2010 2 2 eclipse.preferences.version=1 3 3 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -
RevitalizationWS/ws/DPWS/trunk/.settings/org.eclipse.wst.common.project.facet.core.xml
r7220 r7233 7 7 <installed facet="jst.java" version="6.0"/> 8 8 <installed facet="jst.ejb" version="3.0"/> 9 <installed facet="jpt.jpa" version="1.0"/> 9 10 </faceted-project> -
RevitalizationWS/ws/DPWS/trunk/.settings/org.maven.ide.eclipse.prefs
r7220 r7233 1 # Wed Jul 14 16:25:43BST 20101 #Mon Jul 19 10:13:47 BST 2010 2 2 activeProfiles= 3 3 eclipse.preferences.version=1 -
RevitalizationWS/ws/DPWS/trunk/pom.xml
r7226 r7233 75 75 <scope>provided</scope> 76 76 </dependency> 77 78 <dependency> 79 <groupId>org.dlese.oai</groupId> 80 <artifactId>DLESETools</artifactId> 81 <version>3.0.16</version> 82 </dependency> 83 84 <dependency> 85 <groupId>ndg.services</groupId> 86 <artifactId>common</artifactId> 87 <version>1.0.0</version> 88 <scope>provided</scope> 89 </dependency> 77 90 </dependencies> 78 91
Note: See TracChangeset
for help on using the changeset viewer.